Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/scons: bump to verion 4.7.0
@ 2024-04-03 19:21 James Hilliard
  2024-04-03 20:05 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-04-03 19:21 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Thomas Petazzoni

Drop no longer needed HOST_SCONS_INSTALL_OPTS.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/scons/scons.hash | 6 ++++--
 package/scons/scons.mk   | 7 ++-----
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/package/scons/scons.hash b/package/scons/scons.hash
index 48b5077b2e..8dca99830e 100644
--- a/package/scons/scons.hash
+++ b/package/scons/scons.hash
@@ -1,3 +1,5 @@
-# Locally computed:
-sha256  ce26aac95d350a79a4192196b0beac3cb24f4ccabce0123eb28d3370f576f072  SCons-4.5.2.tar.gz
+# md5, sha256 from https://pypi.org/pypi/scons/json
+md5  f5a740e94864408902c62bdb47687d9d  SCons-4.7.0.tar.gz
+sha256  d8b617f6610a73e46509de70dcf82f76861b79762ff602d546f4e80918ec81f3  SCons-4.7.0.tar.gz
+# Locally computed sha256 checksums
 sha256  2f6ac9a1fc98394d18b80dba9bedb9d5626006d44db3fecf7cf3e21cff7e8b1c  LICENSE
diff --git a/package/scons/scons.mk b/package/scons/scons.mk
index ffd6abf609..b6bfaa0237 100644
--- a/package/scons/scons.mk
+++ b/package/scons/scons.mk
@@ -4,16 +4,13 @@
 #
 ################################################################################
 
-SCONS_VERSION = 4.5.2
+SCONS_VERSION = 4.7.0
 SCONS_SOURCE = SCons-$(SCONS_VERSION).tar.gz
-SCONS_SITE = http://downloads.sourceforge.net/project/scons/scons/$(SCONS_VERSION)
+SCONS_SITE = https://files.pythonhosted.org/packages/7b/68/6895065c86c65a9388eb760a43ea695ec5b9b1c98a9675a3bcd682dbe9c0
 SCONS_LICENSE = MIT
 SCONS_LICENSE_FILES = LICENSE
 SCONS_SETUP_TYPE = setuptools
 
-HOST_SCONS_INSTALL_OPTS = \
-	--install-lib=$(HOST_DIR)/lib/python$(PYTHON3_VERSION_MAJOR)/site-packages
-
 $(eval $(host-python-package))
 
 # variables used by other packages
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-04-03 20:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-03 19:21 [Buildroot] [PATCH 1/1] package/scons: bump to verion 4.7.0 James Hilliard
2024-04-03 20:05 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox