include $(TOPDIR)/rules.mk
PKG_NAME:=python-setuptools
-PKG_VERSION:=80.9.0
-PKG_RELEASE:=2
+PKG_VERSION:=82.0.1
+PKG_RELEASE:=1
PYPI_NAME:=setuptools
-PKG_HASH:=f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c
+PKG_HASH:=7d872682c5d01cfde07da7bccc7b65469d3dca203318515ada1de5eda35efbf9
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
URL:=https://github.com/pypa/setuptools
endef
-define Package/python3-pkg-resources
-$(call Package/python3-setuptools/Default)
- TITLE:=Package resource API
- DEPENDS:=+python3-light +python3-email +python3-logging +python3-urllib
-endef
-
define Package/python3-setuptools
$(call Package/python3-setuptools/Default)
TITLE:=Fully-featured library to package Python projects
- DEPENDS:=+python3 +python3-pkg-resources
+ DEPENDS:=+python3
endef
-define Package/python3-setuptools/description/Default
+define Package/python3-setuptools/description
Setuptools is a fully-featured, actively-maintained, and stable library
designed to facilitate packaging Python projects.
can be installed with pip and uploaded to PyPI.
endef
-define Package/python3-pkg-resources/description
-$(call Package/python3-setuptools/description/Default)
-
-This is the pkg_resources module of setuptools.
-endef
-
-define Package/python3-setuptools/description
-$(call Package/python3-setuptools/description/Default)
-
-This is the main setuptools module.
-endef
-
-define Py3Package/python3-pkg-resources/filespec
-+|$(PYTHON3_PKG_DIR)/pkg_resources
-endef
-
-define Py3Package/python3-setuptools/filespec
-+|$(PYTHON3_PKG_DIR)
--|$(PYTHON3_PKG_DIR)/pkg_resources
-endef
-
-$(eval $(call Py3Package,python3-pkg-resources))
$(eval $(call Py3Package,python3-setuptools))
-$(eval $(call BuildPackage,python3-pkg-resources))
$(eval $(call BuildPackage,python3-setuptools))
-$(eval $(call BuildPackage,python3-pkg-resources-src))
$(eval $(call BuildPackage,python3-setuptools-src))
$(eval $(call HostBuild))