From ea5538c185bd26507400f5db415069c5af13ae10 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 2 Apr 2025 19:49:43 +0200 Subject: rename python-setuptools to python3-setuptools --- package/gpgme/Makefile | 2 +- package/meson/Makefile | 2 +- package/python-setuptools/Makefile | 33 --------------------------------- package/python3-setuptools/Makefile | 33 +++++++++++++++++++++++++++++++++ package/u-boot/Makefile | 4 ++-- 5 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 package/python-setuptools/Makefile create mode 100644 package/python3-setuptools/Makefile 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/python-setuptools/Makefile deleted file mode 100644 index 4a05cb202..000000000 --- a/package/python-setuptools/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include $(ADK_TOPDIR)/rules.mk - -PKG_NAME:= python-setuptools -PKG_VERSION:= 69.0.3 -PKG_RELEASE:= 1 -PKG_HASH:= be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78 -PKG_DESCR:= python setuptools -PKG_SECTION:= dev/tools -PKG_BUILDDEP:= python3-host -PKG_SITES:= https://files.pythonhosted.org/packages/fc/c9/b146ca195403e0182a374e0ea4dbc69136bad3cd55bc293df496d625d0f7/ - -DISTFILES:= setuptools-$(PKG_VERSION).tar.gz - -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})) - -include $(ADK_TOPDIR)/mk/python3.mk - -HOST_STYLE:= manual - -python-setuptools-hostinstall: - (cd $(WRKBUILD); PATH='$(HOST_PATH)' python3 ./setup.py install \ - --prefix=$(STAGING_HOST_DIR)/usr) - -include ${ADK_TOPDIR}/mk/host-bottom.mk -include $(ADK_TOPDIR)/mk/pkg-bottom.mk diff --git a/package/python3-setuptools/Makefile b/package/python3-setuptools/Makefile new file mode 100644 index 000000000..31c9e85a4 --- /dev/null +++ b/package/python3-setuptools/Makefile @@ -0,0 +1,33 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(ADK_TOPDIR)/rules.mk + +PKG_NAME:= python3-setuptools +PKG_VERSION:= 78.1.0 +PKG_RELEASE:= 1 +PKG_HASH:= 18fd474d4a82a5f83dac888df697af65afa82dec7323d09c3e37d1f14288da54 +PKG_DESCR:= python installer +PKG_SECTION:= dev/tools +PKG_BUILDDEP:= python3-host +PKG_SITES:= https://files.pythonhosted.org/packages/a9/5a/0db4da3bc908df06e5efae42b44e75c81dd52716e10192ff36d0c1c8e379/ + +DISTFILES:= setuptools-$(PKG_VERSION).tar.gz + +WRKDIST= $(WRKDIR)/setuptools-$(PKG_VERSION) + +include ${ADK_TOPDIR}/mk/host.mk +include $(ADK_TOPDIR)/mk/package.mk + +$(eval $(call HOST_template,PYTHON3_SETUPTOOLS,python3-setuptools,${PKG_VERSION}-${PKG_RELEASE})) + +include $(ADK_TOPDIR)/mk/python3.mk + +HOST_STYLE:= manual + +python3-setuptools-hostinstall: + (cd $(WRKBUILD); PATH='$(HOST_PATH)' python3 ./setup.py install \ + --prefix=$(STAGING_HOST_DIR)/usr) + +include ${ADK_TOPDIR}/mk/host-bottom.mk +include $(ADK_TOPDIR)/mk/pkg-bottom.mk 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/ -- cgit v1.2.3