Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] scons: update to 4.4.0
@ 2022-07-31 17:04 wpbirney
  2022-07-31 17:06 ` [PR PATCH] [Updated] " wpbirney
                   ` (52 more replies)
  0 siblings, 53 replies; 54+ messages in thread
From: wpbirney @ 2022-07-31 17:04 UTC (permalink / raw)
  To: ml

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

There is a new 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

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: 1374 bytes --]

From 69e626323189ef651a28beeacd2722f7dfb436dc 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 | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template
index 574f96858c7b..bb586672e45f 100644
--- a/srcpkgs/scons/template
+++ b/srcpkgs/scons/template
@@ -1,18 +1,21 @@
 # Template file for 'scons'
 pkgname=scons
-version=4.0.1
-revision=3
-wrksrc="SCons-${version}"
+version=4.4.0
+revision=1
+wrksrc="scons-${version}"
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools"
+hostmakedepends="python3 python3-setuptools python3-psutil python3-wheel 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_configure() {
+	scripts/scons.py
+}
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR PATCH] [Updated] scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
@ 2022-07-31 17:06 ` wpbirney
  2022-07-31 17:24 ` wpbirney
                   ` (51 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-07-31 17:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 702 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

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: 1345 bytes --]

From 24caa9e9217d356ae73fbf2966ee5699580c6479 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 | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template
index 574f96858c7b..5c26df1c8989 100644
--- a/srcpkgs/scons/template
+++ b/srcpkgs/scons/template
@@ -1,18 +1,20 @@
 # Template file for 'scons'
 pkgname=scons
-version=4.0.1
-revision=3
-wrksrc="SCons-${version}"
+version=4.4.0
+revision=1
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools"
+hostmakedepends="python3 python3-setuptools python3-psutil python3-wheel 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_configure() {
+	scripts/scons.py
+}
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR PATCH] [Updated] scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 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
                   ` (50 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-07-31 17:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 702 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

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: 1406 bytes --]

From 819f8a8312fc23584e5d4131cc909134b588fec5 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 | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template
index 574f96858c7b..651801e49df4 100644
--- a/srcpkgs/scons/template
+++ b/srcpkgs/scons/template
@@ -1,18 +1,24 @@
 # Template file for 'scons'
 pkgname=scons
-version=4.0.1
-revision=3
-wrksrc="SCons-${version}"
+version=4.4.0
+revision=1
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools"
+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_configure() {
+	scripts/scons.py
+}
+
+do_check() {
+	./runtest.py -a -j2
+}
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (2 preceding siblings ...)
  2022-07-31 18:08 ` [PR PATCH] [Closed]: " wpbirney
@ 2022-07-31 18:08 ` wpbirney
  2022-07-31 18:11 ` abenson
                   ` (48 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-07-31 18:08 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1200472600

Comment:
will reopen later gotta dig through the setup.py test failures that did not occur on local testing

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR PATCH] [Closed]: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
  2022-07-31 17:06 ` [PR PATCH] [Updated] " wpbirney
  2022-07-31 17:24 ` wpbirney
@ 2022-07-31 18:08 ` wpbirney
  2022-07-31 18:08 ` wpbirney
                   ` (49 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-07-31 18:08 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

scons: update to 4.4.0
https://github.com/void-linux/void-packages/pull/38396

Description:
#### 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

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (3 preceding siblings ...)
  2022-07-31 18:08 ` wpbirney
@ 2022-07-31 18:11 ` abenson
  2022-07-31 18:18 ` abenson
                   ` (47 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-07-31 18:11 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1200473178

Comment:
Don't close and reopen PRs.  Fix the issue, amend the commit, and force repush to the branch.

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (4 preceding siblings ...)
  2022-07-31 18:11 ` abenson
@ 2022-07-31 18:18 ` abenson
  2022-07-31 19:20 ` [PR PATCH] [Updated] WIP: " wpbirney
                   ` (46 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-07-31 18:18 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1200474290

Comment:
If its a work-in-progress, mark it WIP or draft.

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR PATCH] [Updated] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (5 preceding siblings ...)
  2022-07-31 18:18 ` abenson
@ 2022-07-31 19:20 ` wpbirney
  2022-07-31 19:35 ` wpbirney
                   ` (45 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-07-31 19:20 UTC (permalink / raw)
  To: ml

[-- 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: 1406 bytes --]

From f928ad8203a31027dfa89da730ca3c76ec43ac69 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 | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template
index 574f96858c7b..651801e49df4 100644
--- a/srcpkgs/scons/template
+++ b/srcpkgs/scons/template
@@ -1,18 +1,24 @@
 # Template file for 'scons'
 pkgname=scons
-version=4.0.1
-revision=3
-wrksrc="SCons-${version}"
+version=4.4.0
+revision=1
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools"
+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_configure() {
+	scripts/scons.py
+}
+
+do_check() {
+	./runtest.py -a -j2
+}
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR PATCH] [Updated] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (6 preceding siblings ...)
  2022-07-31 19:20 ` [PR PATCH] [Updated] WIP: " wpbirney
@ 2022-07-31 19:35 ` wpbirney
  2022-07-31 22:04 ` wpbirney
                   ` (44 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-07-31 19:35 UTC (permalink / raw)
  To: ml

[-- 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: 1614 bytes --]

From 227443fd70eb88837a714914ac1b7b6198c8914d 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..93f2f13e2158 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() {
+	./runtest.py --all --unit-only
+}
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR PATCH] [Updated] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (7 preceding siblings ...)
  2022-07-31 19:35 ` wpbirney
@ 2022-07-31 22:04 ` wpbirney
  2022-07-31 22:11 ` wpbirney
                   ` (43 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-07-31 22:04 UTC (permalink / raw)
  To: ml

[-- 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: 1620 bytes --]

From 4d9805e9735fceb8b3546e7bf56ce007436c9bca 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..910adb028d54 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
+}
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR PATCH] [Updated] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (8 preceding siblings ...)
  2022-07-31 22:04 ` wpbirney
@ 2022-07-31 22:11 ` wpbirney
  2022-07-31 22:22 ` wpbirney
                   ` (42 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-07-31 22:11 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR PATCH] [Updated] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (9 preceding siblings ...)
  2022-07-31 22:11 ` wpbirney
@ 2022-07-31 22:22 ` wpbirney
  2022-07-31 22:26 ` wpbirney
                   ` (41 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-07-31 22:22 UTC (permalink / raw)
  To: ml

[-- 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: 1759 bytes --]

From ed3361d81fe5a23c5342d4daa7ee58ccc7540ac5 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 | 28 ++++++++++++++++++++--------
 1 file changed, 20 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template
index 574f96858c7b..ffc30a332f4e 100644
--- a/srcpkgs/scons/template
+++ b/srcpkgs/scons/template
@@ -1,18 +1,30 @@
 # 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() {
+	printf 'SCons/Node/FSTests.py\nSCons/CacheDirTests.py' > excluded.tests #exclude test that fail on github
+	python3 runtest.py --all --unit-only --exclude-list excluded.tests
+}
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (10 preceding siblings ...)
  2022-07-31 22:22 ` wpbirney
@ 2022-07-31 22:26 ` wpbirney
  2022-08-01 16:29 ` [PR REVIEW] " sgn
                   ` (40 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-07-31 22:26 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1200513201

Comment:
Had to exclude two tests that fail in github workflows, but pass locally. 
Last remaining issue is the man page i just noticed is not being generated. Will correct that next

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR REVIEW] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (15 preceding siblings ...)
  2022-08-01 16:29 ` sgn
@ 2022-08-01 16:29 ` sgn
  2022-08-01 16:44 ` wpbirney
                   ` (35 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: sgn @ 2022-08-01 16:29 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#discussion_r934713019

Comment:
Anyway, scons homepage still points to sourceforge.

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR REVIEW] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (14 preceding siblings ...)
  2022-08-01 16:29 ` sgn
@ 2022-08-01 16:29 ` sgn
  2022-08-01 16:29 ` sgn
                   ` (36 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: sgn @ 2022-08-01 16:29 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#discussion_r934711927

Comment:
Missing final newline.

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR REVIEW] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (13 preceding siblings ...)
  2022-08-01 16:29 ` sgn
@ 2022-08-01 16:29 ` sgn
  2022-08-01 16:29 ` sgn
                   ` (37 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: sgn @ 2022-08-01 16:29 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#discussion_r934711484

Comment:
Please don't `>${pkgname}-${version}.tar.gz`

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR REVIEW] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (11 preceding siblings ...)
  2022-07-31 22:26 ` wpbirney
@ 2022-08-01 16:29 ` sgn
  2022-08-01 16:29 ` sgn
                   ` (39 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: sgn @ 2022-08-01 16:29 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#discussion_r934711742

Comment:
What wrong with good old `python3 setup.py`???

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR REVIEW] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (12 preceding siblings ...)
  2022-08-01 16:29 ` [PR REVIEW] " sgn
@ 2022-08-01 16:29 ` sgn
  2022-08-01 16:29 ` sgn
                   ` (38 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: sgn @ 2022-08-01 16:29 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#discussion_r934713876

Comment:
If you prefer GitHub, use this link: https://github.com/SCons/scons/releases/download/4.4.0/SCons-4.4.0.tar.gz

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR REVIEW] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (16 preceding siblings ...)
  2022-08-01 16:29 ` sgn
@ 2022-08-01 16:44 ` wpbirney
  2022-08-01 16:45 ` wpbirney
                   ` (34 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-08-01 16:44 UTC (permalink / raw)
  To: ml

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

New review comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#discussion_r934725424

Comment:
--include-dir is not needed, ill remove that in the next push. I copied that from archlinux's pkgbuild when it was having issues. 

Thanks!

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR REVIEW] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (17 preceding siblings ...)
  2022-08-01 16:44 ` wpbirney
@ 2022-08-01 16:45 ` wpbirney
  2022-08-01 16:47 ` wpbirney
                   ` (33 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-08-01 16:45 UTC (permalink / raw)
  To: ml

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

New review comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#discussion_r934725851

Comment:
it was working without it, but i can add it in the next push!

Thanks!

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR REVIEW] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (18 preceding siblings ...)
  2022-08-01 16:45 ` wpbirney
@ 2022-08-01 16:47 ` wpbirney
  2022-08-01 16:49 ` wpbirney
                   ` (32 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-08-01 16:47 UTC (permalink / raw)
  To: ml

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

New review comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#discussion_r934727648

Comment:
I reverted to the sourceforge link in my latest local copy. Ill drop the >${pkgname}-${version}.tar.gz as well

thanks!

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR REVIEW] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (19 preceding siblings ...)
  2022-08-01 16:47 ` wpbirney
@ 2022-08-01 16:49 ` wpbirney
  2022-08-01 16:55 ` wpbirney
                   ` (31 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-08-01 16:49 UTC (permalink / raw)
  To: ml

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

New review comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#discussion_r934729314

Comment:
as for the python3 setup.py, that doesnt work with scons. they require you run scripts/scons.py *prior* to python3 setup.py

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR REVIEW] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (20 preceding siblings ...)
  2022-08-01 16:49 ` wpbirney
@ 2022-08-01 16:55 ` wpbirney
  2022-08-01 16:56 ` wpbirney
                   ` (30 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-08-01 16:55 UTC (permalink / raw)
  To: ml

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

New review comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#discussion_r934729314

Comment:
as for the python3 setup.py, that doesnt work with scons. they require you run scripts/scons.py *prior* to python3 setup.py

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR REVIEW] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (21 preceding siblings ...)
  2022-08-01 16:55 ` wpbirney
@ 2022-08-01 16:56 ` wpbirney
  2022-08-01 17:01 ` [PR PATCH] [Updated] " wpbirney
                   ` (29 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-08-01 16:56 UTC (permalink / raw)
  To: ml

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

New review comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#discussion_r934725424

Comment:
--include-dir is not needed, ill remove that in the next push. I copied that from archlinux's pkgbuild when it was having issues. As for the python3 setup.py, that doesn't seem to work with scons. they require you run scripts/scons.py prior to python3 setup.py, At least this is what i gathered from the devs and the codebase

Thanks!

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR PATCH] [Updated] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (22 preceding siblings ...)
  2022-08-01 16:56 ` wpbirney
@ 2022-08-01 17:01 ` wpbirney
  2022-08-01 17:14 ` [PR REVIEW] " wpbirney
                   ` (28 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-08-01 17:01 UTC (permalink / raw)
  To: ml

[-- 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: 1615 bytes --]

From 0036f518bfca2712afe3c1f3ea62932a01529e43 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 | 25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template
index 574f96858c7b..8ab4494cf7e0 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
+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
+checksum=b4fef9df167b16b94a91bcc3905c595a5768a433f2aee9abe7f4fffac201eeaa
 
+do_build() {
+	python3 scripts/scons.py
+	cp -av build/doc/man/* .
+}
+
+do_install() {
+	python3 setup.py install --optimize=1 --install-data=/usr/share/man/man1/ --root=${DESTDIR}
+}
+
+do_check() {
+	printf 'SCons/Node/FSTests.py\nSCons/CacheDirTests.py\n' > excluded.tests #exclude test that fail on github
+	python3 runtest.py --all --unit-only --exclude-list excluded.tests
+}
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR REVIEW] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (23 preceding siblings ...)
  2022-08-01 17:01 ` [PR PATCH] [Updated] " wpbirney
@ 2022-08-01 17:14 ` wpbirney
  2022-08-01 17:19 ` [PR PATCH] [Updated] " wpbirney
                   ` (27 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-08-01 17:14 UTC (permalink / raw)
  To: ml

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

New review comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#discussion_r934748255

Comment:
I am actually incorrect in this, scripts/scons.py is for building from the repo not the release tarball, correcting now and pushing. My bad

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR PATCH] [Updated] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (24 preceding siblings ...)
  2022-08-01 17:14 ` [PR REVIEW] " wpbirney
@ 2022-08-01 17:19 ` wpbirney
  2022-08-01 17:21 ` wpbirney
                   ` (26 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-08-01 17:19 UTC (permalink / raw)
  To: ml

[-- 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: 1405 bytes --]

From ceb745c9e4d4fb43a07f8f2c90185c5a6720c5eb 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 | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template
index 574f96858c7b..e133164d6539 100644
--- a/srcpkgs/scons/template
+++ b/srcpkgs/scons/template
@@ -1,18 +1,18 @@
 # Template file for 'scons'
 pkgname=scons
-version=4.0.1
-revision=3
+version=4.4.0
+revision=1
 wrksrc="SCons-${version}"
-build_style=python3-module
-hostmakedepends="python3 python3-setuptools"
+build_style="python3-module"
+make_install_args="--install-data=/usr/share/man/man1/"
+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/releases/download/${version}/SCons-${version}.tar.gz"
+checksum=7703c4e9d2200b4854a31800c1dbd4587e1fa86e75f58795c740bcfa7eca7eaa
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR PATCH] [Updated] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (25 preceding siblings ...)
  2022-08-01 17:19 ` [PR PATCH] [Updated] " wpbirney
@ 2022-08-01 17:21 ` wpbirney
  2022-08-01 18:53 ` wpbirney
                   ` (25 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-08-01 17:21 UTC (permalink / raw)
  To: ml

[-- 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: 1605 bytes --]

From 2c5ff52ffe4161619068edc5430ba4b5b9f2b4d6 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 | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template
index 574f96858c7b..e19502c622f8 100644
--- a/srcpkgs/scons/template
+++ b/srcpkgs/scons/template
@@ -1,18 +1,23 @@
 # Template file for 'scons'
 pkgname=scons
-version=4.0.1
-revision=3
+version=4.4.0
+revision=1
 wrksrc="SCons-${version}"
-build_style=python3-module
-hostmakedepends="python3 python3-setuptools"
+build_style="python3-module"
+make_install_args="--install-data=/usr/share/man/man1/"
+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/releases/download/${version}/SCons-${version}.tar.gz"
+checksum=7703c4e9d2200b4854a31800c1dbd4587e1fa86e75f58795c740bcfa7eca7eaa
 
+do_check() {
+	printf 'SCons/Node/FSTests.py\nSCons/CacheDirTests.py\n' > excluded.tests #exclude test that fail on github
+	python3 runtest.py --all --unit-only --exclude-list excluded.tests
+}
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR PATCH] [Updated] WIP: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (26 preceding siblings ...)
  2022-08-01 17:21 ` wpbirney
@ 2022-08-01 18:53 ` wpbirney
  2022-08-01 19:00 ` wpbirney
                   ` (24 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-08-01 18:53 UTC (permalink / raw)
  To: ml

[-- 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: 1390 bytes --]

From 7f2f08799d39001ccbc394b6bf133b1d99ebf721 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 | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template
index 574f96858c7b..3cf4d75bb5f6 100644
--- a/srcpkgs/scons/template
+++ b/srcpkgs/scons/template
@@ -1,18 +1,19 @@
 # Template file for 'scons'
 pkgname=scons
-version=4.0.1
-revision=3
+version=4.4.0
+revision=1
 wrksrc="SCons-${version}"
-build_style=python3-module
+build_style="python3-module"
+make_install_args="--install-data=/usr/share/man/man1/"
 hostmakedepends="python3 python3-setuptools"
 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/releases/download/${version}/SCons-${version}.tar.gz"
+checksum=7703c4e9d2200b4854a31800c1dbd4587e1fa86e75f58795c740bcfa7eca7eaa
+make_check=no #SCons dist tarballs do not have tests, confirmed with SCons dev
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (27 preceding siblings ...)
  2022-08-01 18:53 ` wpbirney
@ 2022-08-01 19:00 ` wpbirney
  2022-08-01 19:01 ` wpbirney
                   ` (23 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-08-01 19:00 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201590802

Comment:
i had to `make_check=no`. I talked with the developer of scons and was told the release tarballs do not contain the tests. If we want to test it, we have to build from the repo tree instead and also package some extra python3 deps that are missing from the void repos.

Whichever way you guys wanna go, if you want tests i can build from the tree and create templates for the missing python3 deps. Or we can use the release tarball without checks?

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (28 preceding siblings ...)
  2022-08-01 19:00 ` wpbirney
@ 2022-08-01 19:01 ` wpbirney
  2022-08-01 19:50 ` abenson
                   ` (22 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-08-01 19:01 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201590802

Comment:
i had to `make_check=no`. I talked with the developer of scons and was told the release tarballs do not contain the tests. If we want to test it, we have to build from the repo tree instead and also package some extra python3 deps that are missing from the void repos (unless pip is allowed to be used in templates, which i don't believe it is).

Whichever way you guys wanna go, if you want tests i can build from the tree and create templates for the missing python3 deps. Or we can use the release tarball without checks?

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (29 preceding siblings ...)
  2022-08-01 19:01 ` wpbirney
@ 2022-08-01 19:50 ` abenson
  2022-08-01 23:38 ` abenson
                   ` (21 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-01 19:50 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201643421

Comment:
`make_check=no` like you have it (with the comment) is fine.  Let's stick with the release tarball.

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (30 preceding siblings ...)
  2022-08-01 19:50 ` abenson
@ 2022-08-01 23:38 ` abenson
  2022-08-02  0:01 ` wpbirney
                   ` (20 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-01 23:38 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This is going to break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [ ] pingus
- [ ] cbang
- [ ] goxel
- [ ] gpsd
- [ ] libffado
- [ ] serf
- [ ] endless-sky
- [ ] godot
- [ ] rmlint
- [ ] xboxdrv
- [ ] The-Powder-Toy
- [ ] vdrift


^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (31 preceding siblings ...)
  2022-08-01 23:38 ` abenson
@ 2022-08-02  0:01 ` wpbirney
  2022-08-02  0:09 ` abenson
                   ` (19 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: wpbirney @ 2022-08-02  0:01 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201855471

Comment:
Ill go through and build each and make sure. Most of them should be fine, SCons didnt change much between the last version in the repo

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (32 preceding siblings ...)
  2022-08-02  0:01 ` wpbirney
@ 2022-08-02  0:09 ` abenson
  2022-08-02  0:35 ` abenson
                   ` (18 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  0:09 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This is going to break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [ ] pingus
- [ ] cbang
- [ ] goxel
- [ ] gpsd
- [ ] libffado
- [ ] serf
- [ ] endless-sky
- [ ] godot
- [ ] rmlint
- [ ] xboxdrv
- [ ] The-Powder-Toy
- [ ] vdrift
- [ ] mixxx

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (33 preceding siblings ...)
  2022-08-02  0:09 ` abenson
@ 2022-08-02  0:35 ` abenson
  2022-08-02  0:35 ` abenson
                   ` (17 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  0:35 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This is going to break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [ ] pingus
- [ ] cbang
- [ ] goxel
- [ ] gpsd
- [ ] libffado
- [ ] serf
- [ ] endless-sky
- [ ] godot
- [ ] rmlint
- [ ] xboxdrv
- [ ] The-Powder-Toy
- [ ] vdrift
- [ ] mixxx #38416 38416

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (34 preceding siblings ...)
  2022-08-02  0:35 ` abenson
@ 2022-08-02  0:35 ` abenson
  2022-08-02  0:37 ` abenson
                   ` (16 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  0:35 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This is going to break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [ ] pingus
- [ ] cbang
- [ ] goxel
- [ ] gpsd
- [ ] libffado
- [ ] serf
- [ ] endless-sky
- [ ] godot
- [ ] rmlint
- [ ] xboxdrv
- [ ] The-Powder-Toy
- [ ] vdrift
- [ ] mixxx #38416

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (35 preceding siblings ...)
  2022-08-02  0:35 ` abenson
@ 2022-08-02  0:37 ` abenson
  2022-08-02  0:37 ` abenson
                   ` (15 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  0:37 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This is going to break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [x] pingus
- [ ] cbang
- [ ] goxel
- [ ] gpsd
- [ ] libffado
- [ ] serf
- [ ] endless-sky
- [ ] godot
- [ ] rmlint
- [ ] xboxdrv
- [ ] The-Powder-Toy
- [ ] vdrift
- [ ] mixxx #38416

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (36 preceding siblings ...)
  2022-08-02  0:37 ` abenson
@ 2022-08-02  0:37 ` abenson
  2022-08-02  0:40 ` abenson
                   ` (14 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  0:37 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This is going to break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [x] pingus
- [x] cbang
- [ ] goxel
- [ ] gpsd
- [ ] libffado
- [ ] serf
- [ ] endless-sky
- [ ] godot
- [ ] rmlint
- [ ] xboxdrv
- [ ] The-Powder-Toy
- [ ] vdrift
- [ ] mixxx #38416

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (37 preceding siblings ...)
  2022-08-02  0:37 ` abenson
@ 2022-08-02  0:40 ` abenson
  2022-08-02  0:40 ` abenson
                   ` (13 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  0:40 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This may break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [x] pingus
- [x] cbang
- [ ] goxel
- [ ] gpsd
- [ ] libffado
- [ ] serf
- [ ] endless-sky
- [ ] godot
- [ ] rmlint
- [ ] xboxdrv
- [ ] The-Powder-Toy
- [ ] vdrift
- [ ] mixxx #38416

Edit: s/is going to/may/ because the first package I checked broke, but so far none of the other have 

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (38 preceding siblings ...)
  2022-08-02  0:40 ` abenson
@ 2022-08-02  0:40 ` abenson
  2022-08-02  0:41 ` abenson
                   ` (12 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  0:40 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This may break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [x] pingus
- [x] cbang
- [x] goxel
- [ ] gpsd
- [ ] libffado
- [ ] serf
- [ ] endless-sky
- [ ] godot
- [ ] rmlint
- [ ] xboxdrv
- [ ] The-Powder-Toy
- [ ] vdrift
- [ ] mixxx #38416

Edit: s/is going to/may/ because the first package I checked broke, but so far none of the other have 

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (39 preceding siblings ...)
  2022-08-02  0:40 ` abenson
@ 2022-08-02  0:41 ` abenson
  2022-08-02  0:43 ` abenson
                   ` (11 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  0:41 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This may break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [x] pingus
- [x] cbang
- [x] goxel
- [x] gpsd
- [ ] libffado
- [ ] serf
- [ ] endless-sky
- [ ] godot
- [ ] rmlint
- [ ] xboxdrv
- [ ] The-Powder-Toy
- [ ] vdrift
- [ ] mixxx #38416

Edit: s/is going to/may/ because the first package I checked broke, but so far none of the other have 

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (40 preceding siblings ...)
  2022-08-02  0:41 ` abenson
@ 2022-08-02  0:43 ` abenson
  2022-08-02  0:43 ` abenson
                   ` (10 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  0:43 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This may break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [x] pingus
- [x] cbang
- [x] goxel
- [x] gpsd
- [x] libffado
- [ ] serf
- [ ] endless-sky
- [ ] godot
- [ ] rmlint
- [ ] xboxdrv
- [ ] The-Powder-Toy
- [ ] vdrift
- [ ] mixxx #38416

Edit: s/is going to/may/ because the first package I checked broke, but so far none of the other have 

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (41 preceding siblings ...)
  2022-08-02  0:43 ` abenson
@ 2022-08-02  0:43 ` abenson
  2022-08-02  0:45 ` abenson
                   ` (9 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  0:43 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This may break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [x] pingus
- [x] cbang
- [x] goxel
- [x] gpsd
- [x] libffado
- [x] serf
- [ ] endless-sky
- [ ] godot
- [ ] rmlint
- [ ] xboxdrv
- [ ] The-Powder-Toy
- [ ] vdrift
- [ ] mixxx #38416

Edit: s/is going to/may/ because the first package I checked broke, but so far none of the other have 

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (42 preceding siblings ...)
  2022-08-02  0:43 ` abenson
@ 2022-08-02  0:45 ` abenson
  2022-08-02  0:57 ` abenson
                   ` (8 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  0:45 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This may break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [x] pingus
- [x] cbang
- [x] goxel
- [x] gpsd
- [x] libffado
- [x] serf
- [ ] endless-sky
- [x] godot
- [ ] rmlint
- [ ] xboxdrv
- [ ] The-Powder-Toy
- [ ] vdrift
- [ ] mixxx #38416

Edit: s/is going to/may/ because the first package I checked broke, but so far none of the other have 

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (43 preceding siblings ...)
  2022-08-02  0:45 ` abenson
@ 2022-08-02  0:57 ` abenson
  2022-08-02  0:59 ` abenson
                   ` (7 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  0:57 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This may break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [x] pingus
- [x] cbang
- [x] goxel
- [x] gpsd
- [x] libffado
- [x] serf
- [ ] endless-sky
- [x] godot
- [x] rmlint
- [ ] xboxdrv
- [ ] The-Powder-Toy
- [ ] vdrift
- [ ] mixxx #38416

Edit: s/is going to/may/ because the first package I checked broke, but so far none of the other have 

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (44 preceding siblings ...)
  2022-08-02  0:57 ` abenson
@ 2022-08-02  0:59 ` abenson
  2022-08-02  1:01 ` abenson
                   ` (6 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  0:59 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This may break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [x] pingus
- [x] cbang
- [x] goxel
- [x] gpsd
- [x] libffado
- [x] serf
- [ ] endless-sky
- [x] godot
- [x] rmlint
- [x] xboxdrv
- [ ] The-Powder-Toy
- [ ] vdrift
- [ ] mixxx #38416

Edit: s/is going to/may/ because the first package I checked broke, but so far none of the other have 

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (45 preceding siblings ...)
  2022-08-02  0:59 ` abenson
@ 2022-08-02  1:01 ` abenson
  2022-08-02  1:05 ` abenson
                   ` (5 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  1:01 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This may break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [x] pingus
- [x] cbang
- [x] goxel
- [x] gpsd
- [x] libffado
- [x] serf
- [ ] endless-sky
- [x] godot
- [x] rmlint
- [x] xboxdrv
- [x] The-Powder-Toy
- [ ] vdrift
- [ ] mixxx #38416

Edit: s/is going to/may/ because the first package I checked broke, but so far none of the other have 

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (46 preceding siblings ...)
  2022-08-02  1:01 ` abenson
@ 2022-08-02  1:05 ` abenson
  2022-08-02  1:07 ` abenson
                   ` (4 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  1:05 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This may break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [x] pingus
- [x] cbang
- [x] goxel
- [x] gpsd
- [x] libffado
- [x] serf
- [ ] endless-sky
- [x] godot
- [x] rmlint
- [x] xboxdrv
- [x] The-Powder-Toy
- [x] vdrift
- [ ] mixxx #38416

Edit: s/is going to/may/ because the first package I checked broke, but so far none of the other have 

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (47 preceding siblings ...)
  2022-08-02  1:05 ` abenson
@ 2022-08-02  1:07 ` abenson
  2022-08-02  1:08 ` abenson
                   ` (3 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  1:07 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This may break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [ ] endless-sky-gl21
- [x] pingus
- [x] cbang
- [x] goxel
- [x] gpsd
- [x] libffado
- [x] serf
- [x] endless-sky
- [x] godot
- [x] rmlint
- [x] xboxdrv
- [x] The-Powder-Toy
- [x] vdrift
- [ ] mixxx #38416

Edit: s/is going to/may/ because the first package I checked broke, but so far none of the other have 

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (48 preceding siblings ...)
  2022-08-02  1:07 ` abenson
@ 2022-08-02  1:08 ` abenson
  2022-08-02  1:16 ` abenson
                   ` (2 subsequent siblings)
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  1:08 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This may break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [x] endless-sky-gl21
- [x] pingus
- [x] cbang
- [x] goxel
- [x] gpsd
- [x] libffado
- [x] serf
- [x] endless-sky
- [x] godot
- [x] rmlint
- [x] xboxdrv
- [x] The-Powder-Toy
- [x] vdrift
- [ ] mixxx #38416

Edit: s/is going to/may/ because the first package I checked broke, but so far none of the other have 

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (49 preceding siblings ...)
  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
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02  1:16 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201906061

Comment:
Looks like they're all good except `mixxx`.

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (50 preceding siblings ...)
  2022-08-02  1:16 ` abenson
@ 2022-08-02 18:06 ` abenson
  2022-08-02 18:06 ` [PR PATCH] [Merged]: " abenson
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02 18:06 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38396#issuecomment-1201843430

Comment:
This may break building some packages that rely on `Scons`.  Need to go through and work on making sure they're fixed.

- [x] endless-sky-gl21
- [x] pingus
- [x] cbang
- [x] goxel
- [x] gpsd
- [x] libffado
- [x] serf
- [x] endless-sky
- [x] godot
- [x] rmlint
- [x] xboxdrv
- [x] The-Powder-Toy
- [x] vdrift
- [x] mixxx #38416

Edit: s/is going to/may/ because the first package I checked broke, but so far none of the other have 

^ permalink raw reply	[flat|nested] 54+ messages in thread

* Re: [PR PATCH] [Merged]: scons: update to 4.4.0
  2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 wpbirney
                   ` (51 preceding siblings ...)
  2022-08-02 18:06 ` abenson
@ 2022-08-02 18:06 ` abenson
  52 siblings, 0 replies; 54+ messages in thread
From: abenson @ 2022-08-02 18:06 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

scons: update to 4.4.0
https://github.com/void-linux/void-packages/pull/38396

Description:
#### 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

^ permalink raw reply	[flat|nested] 54+ messages in thread

end of thread, other threads:[~2022-08-02 18:06 UTC | newest]

Thread overview: 54+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-31 17:04 [PR PATCH] scons: update to 4.4.0 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
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

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).