summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2025-04-02 19:49:43 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2025-04-02 19:49:43 +0200
commitea5538c185bd26507400f5db415069c5af13ae10 (patch)
tree843e97af87ced747b940743f15b0f3b73383bc3f
parent00fc2c216375d28bdaf0a86068bd64b096c0c45d (diff)
rename python-setuptools to python3-setuptools
-rw-r--r--package/gpgme/Makefile2
-rw-r--r--package/meson/Makefile2
-rw-r--r--package/python3-setuptools/Makefile (renamed from package/python-setuptools/Makefile)14
-rw-r--r--package/u-boot/Makefile4
4 files changed, 11 insertions, 11 deletions
diff --git a/package/gpgme/Makefile b/package/gpgme/Makefile
index 1e2cf83ec..45cce6539 100644
--- a/package/gpgme/Makefile
+++ b/package/gpgme/Makefile
@@ -10,7 +10,7 @@ PKG_HASH:= 9499e8b1f33cccb6815527a1bc16049d35a6198a6c5fae0185f2bd561bce5224
PKG_DESCR:= easy access to gnupg for applications
PKG_SECTION:= libs/crypto
PKG_DEPENDS:= libgpg-error libassuan
-PKG_BUILDDEP:= python-setuptools-host libgpg-error libassuan
+PKG_BUILDDEP:= python3-setuptools-host libgpg-error libassuan
PKG_NEEDS:= c++
PKG_URL:= https://gnupg.org/related_software/gpgme/index.html
PKG_SITES:= https://gnupg.org/ftp/gcrypt/gpgme/
diff --git a/package/meson/Makefile b/package/meson/Makefile
index 30926cbce..510b75b1c 100644
--- a/package/meson/Makefile
+++ b/package/meson/Makefile
@@ -9,7 +9,7 @@ PKG_RELEASE:= 1
PKG_HASH:= a6ca46e2a11a0278bb6492ecd4e0520ff441b164ebfdef1e012b11beb848d26e
PKG_DESCR:= build utility
PKG_SECTION:= dev/tools
-HOST_BUILDDEP:= python3-host ninja-host
+HOST_BUILDDEP:= python3-host python3-setuptools-host ninja-host
PKG_URL:= http://www.mesonbuild.com/
PKG_SITES:= https://github.com/mesonbuild/meson/archive/
diff --git a/package/python-setuptools/Makefile b/package/python3-setuptools/Makefile
index 4a05cb202..31c9e85a4 100644
--- a/package/python-setuptools/Makefile
+++ b/package/python3-setuptools/Makefile
@@ -3,14 +3,14 @@
include $(ADK_TOPDIR)/rules.mk
-PKG_NAME:= python-setuptools
-PKG_VERSION:= 69.0.3
+PKG_NAME:= python3-setuptools
+PKG_VERSION:= 78.1.0
PKG_RELEASE:= 1
-PKG_HASH:= be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78
-PKG_DESCR:= python setuptools
+PKG_HASH:= 18fd474d4a82a5f83dac888df697af65afa82dec7323d09c3e37d1f14288da54
+PKG_DESCR:= python installer
PKG_SECTION:= dev/tools
PKG_BUILDDEP:= python3-host
-PKG_SITES:= https://files.pythonhosted.org/packages/fc/c9/b146ca195403e0182a374e0ea4dbc69136bad3cd55bc293df496d625d0f7/
+PKG_SITES:= https://files.pythonhosted.org/packages/a9/5a/0db4da3bc908df06e5efae42b44e75c81dd52716e10192ff36d0c1c8e379/
DISTFILES:= setuptools-$(PKG_VERSION).tar.gz
@@ -19,13 +19,13 @@ WRKDIST= $(WRKDIR)/setuptools-$(PKG_VERSION)
include ${ADK_TOPDIR}/mk/host.mk
include $(ADK_TOPDIR)/mk/package.mk
-$(eval $(call HOST_template,PYTHON_SETUPTOOLS,python-setuptools,${PKG_VERSION}-${PKG_RELEASE}))
+$(eval $(call HOST_template,PYTHON3_SETUPTOOLS,python3-setuptools,${PKG_VERSION}-${PKG_RELEASE}))
include $(ADK_TOPDIR)/mk/python3.mk
HOST_STYLE:= manual
-python-setuptools-hostinstall:
+python3-setuptools-hostinstall:
(cd $(WRKBUILD); PATH='$(HOST_PATH)' python3 ./setup.py install \
--prefix=$(STAGING_HOST_DIR)/usr)
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile
index 054904da0..79ffd8a04 100644
--- a/package/u-boot/Makefile
+++ b/package/u-boot/Makefile
@@ -9,8 +9,8 @@ PKG_RELEASE:= 1
PKG_HASH:= cdef7d507c93f1bbd9f015ea9bc21fa074268481405501945abc6f854d5b686f
PKG_DESCR:= portable bootloader
PKG_SECTION:= base/boot
-HOST_BUILDDEP:= gnutls-host openssl-host dtc-host swig-host python3-host python-setuptools-host
-PKG_BUILDDEP:= python3-host python-setuptools-host swig-host u-boot-host
+HOST_BUILDDEP:= gnutls-host openssl-host dtc-host swig-host python3-host python3-setuptools-host
+PKG_BUILDDEP:= python3-host python3-setuptools-host swig-host u-boot-host
PKG_URL:= http://www.denx.de/wiki/U-Boot
PKG_SITES:= ftp://ftp.denx.de/pub/u-boot/