Github messages for voidlinux
 help / color / mirror / Atom feed
From: wpbirney <wpbirney@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] WIP: scons: update to 4.4.0
Date: Mon, 01 Aug 2022 00:11:13 +0200	[thread overview]
Message-ID: <20220731221113.5UcmqEM1gCMJgYS66dCusnxF93wy18grv9V6Vy7It38@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38396@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 707 bytes --]

There is an updated pull request by wpbirney against master on the void-packages repository

https://github.com/wpbirney/void-packages scons
https://github.com/void-linux/void-packages/pull/38396

WIP: scons: update to 4.4.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl

I also 'adopted' the package as it was orphaned. I still use it for a few packages and would be willing to maintain it

A patch file from https://github.com/void-linux/void-packages/pull/38396.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-scons-38396.patch --]
[-- Type: text/x-diff, Size: 1695 bytes --]

From 82278aa00aab62b728d2910f55e3313a0f4a262d Mon Sep 17 00:00:00 2001
From: wpbirney <wpb@360scada.com>
Date: Sun, 31 Jul 2022 12:58:56 -0400
Subject: [PATCH] scons: update to 4.4.0

---
 srcpkgs/scons/template | 27 +++++++++++++++++++--------
 1 file changed, 19 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template
index 574f96858c7b..ab6a34cdab8f 100644
--- a/srcpkgs/scons/template
+++ b/srcpkgs/scons/template
@@ -1,18 +1,29 @@
 # Template file for 'scons'
 pkgname=scons
-version=4.0.1
-revision=3
-wrksrc="SCons-${version}"
-build_style=python3-module
-hostmakedepends="python3 python3-setuptools"
+version=4.4.0
+revision=1
+#build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-psutil python3-wheel python3-pytest tar"
 depends="python3"
 short_desc="Software construction tool"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Wilson Birney <wpb@360scada.com>"
 license="MIT"
 homepage="https://www.scons.org/"
-distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=722ed104b5c624ecdc89bd4e02b094d2b14d99d47b5d0501961e47f579a2007c
+distfiles="https://github.com/SCons/scons/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=b4fef9df167b16b94a91bcc3905c595a5768a433f2aee9abe7f4fffac201eeaa
 
+do_build() {
+	python3 scripts/scons.py --include-dir=
+	cp -av build/doc/man/* .
+}
+
+do_install() {
+	python3 setup.py install --optimize=1 --install-data=/usr/share/man/man1/ --root=${DESTDIR}
+}
+
+do_check() {
+	python3 runtest.py --all --unit-only --exclude-list SCons/CacheDirTests.py --exclude-list SCons/Node/FSTests.py
+}
 
 post_install() {
 	vlicense LICENSE

  parent reply	other threads:[~2022-07-31 22:11 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-31 17:04 [PR PATCH] " wpbirney
2022-07-31 17:06 ` [PR PATCH] [Updated] " wpbirney
2022-07-31 17:24 ` wpbirney
2022-07-31 18:08 ` [PR PATCH] [Closed]: " wpbirney
2022-07-31 18:08 ` wpbirney
2022-07-31 18:11 ` abenson
2022-07-31 18:18 ` abenson
2022-07-31 19:20 ` [PR PATCH] [Updated] WIP: " wpbirney
2022-07-31 19:35 ` wpbirney
2022-07-31 22:04 ` wpbirney
2022-07-31 22:11 ` wpbirney [this message]
2022-07-31 22:22 ` wpbirney
2022-07-31 22:26 ` wpbirney
2022-08-01 16:29 ` [PR REVIEW] " sgn
2022-08-01 16:29 ` sgn
2022-08-01 16:29 ` sgn
2022-08-01 16:29 ` sgn
2022-08-01 16:29 ` sgn
2022-08-01 16:44 ` wpbirney
2022-08-01 16:45 ` wpbirney
2022-08-01 16:47 ` wpbirney
2022-08-01 16:49 ` wpbirney
2022-08-01 16:55 ` wpbirney
2022-08-01 16:56 ` wpbirney
2022-08-01 17:01 ` [PR PATCH] [Updated] " wpbirney
2022-08-01 17:14 ` [PR REVIEW] " wpbirney
2022-08-01 17:19 ` [PR PATCH] [Updated] " wpbirney
2022-08-01 17:21 ` wpbirney
2022-08-01 18:53 ` wpbirney
2022-08-01 19:00 ` wpbirney
2022-08-01 19:01 ` wpbirney
2022-08-01 19:50 ` abenson
2022-08-01 23:38 ` abenson
2022-08-02  0:01 ` wpbirney
2022-08-02  0:09 ` abenson
2022-08-02  0:35 ` abenson
2022-08-02  0:35 ` abenson
2022-08-02  0:37 ` abenson
2022-08-02  0:37 ` abenson
2022-08-02  0:40 ` abenson
2022-08-02  0:40 ` abenson
2022-08-02  0:41 ` abenson
2022-08-02  0:43 ` abenson
2022-08-02  0:43 ` abenson
2022-08-02  0:45 ` abenson
2022-08-02  0:57 ` abenson
2022-08-02  0:59 ` abenson
2022-08-02  1:01 ` abenson
2022-08-02  1:05 ` abenson
2022-08-02  1:07 ` abenson
2022-08-02  1:08 ` abenson
2022-08-02  1:16 ` abenson
2022-08-02 18:06 ` abenson
2022-08-02 18:06 ` [PR PATCH] [Merged]: " abenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220731221113.5UcmqEM1gCMJgYS66dCusnxF93wy18grv9V6Vy7It38@z \
    --to=wpbirney@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).