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

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 ` wpbirney
2022-07-31 18:08 ` [PR PATCH] [Closed]: " 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).