Преглед изворни кода

rename python-setuptools to python3-setuptools

Waldemar Brodkorb пре 9 месеци
родитељ
комит
ea5538c185
4 измењених фајлова са 11 додато и 11 уклоњено
  1. 1 1
      package/gpgme/Makefile
  2. 1 1
      package/meson/Makefile
  3. 7 7
      package/python3-setuptools/Makefile
  4. 2 2
      package/u-boot/Makefile

+ 1 - 1
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/

+ 1 - 1
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/
 

+ 7 - 7
package/python-setuptools/Makefile → 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)
 

+ 2 - 2
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/