mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 00:51:19 +00:00
python-libraries: Remove Python 2 variants
The Python 2 variants will be added to the abandoned packages feed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -12,7 +12,6 @@ PKG_LICENSE:=MIT
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../python-package.mk
|
||||
include ../python3-package.mk
|
||||
|
||||
define Package/python-botocore/Default
|
||||
@@ -23,17 +22,6 @@ define Package/python-botocore/Default
|
||||
URL:=https://github.com/boto/botocore
|
||||
endef
|
||||
|
||||
define Package/python-botocore
|
||||
$(call Package/python-botocore/Default)
|
||||
DEPENDS:=+PACKAGE_python-botocore:python \
|
||||
+PACKAGE_python-botocore:python-urllib3 \
|
||||
+PACKAGE_python-botocore:python-docutils \
|
||||
+PACKAGE_python-botocore:python-dateutil \
|
||||
+PACKAGE_python-botocore:python-jmespath \
|
||||
+PACKAGE_python-botocore:python-requests
|
||||
VARIANT:=python
|
||||
endef
|
||||
|
||||
define Package/python3-botocore
|
||||
$(call Package/python-botocore/Default)
|
||||
DEPENDS:=+PACKAGE_python3-botocore:python3 \
|
||||
@@ -45,21 +33,13 @@ $(call Package/python-botocore/Default)
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
define Package/python-botocore/description
|
||||
define Package/python3-botocore/description
|
||||
A low-level interface to a growing number of Amazon Web Services.
|
||||
The botocore package is the foundation for the AWS CLI as well as boto3.
|
||||
endef
|
||||
|
||||
define Package/python3-botocore/description
|
||||
$(call Package/python-botocore/description)
|
||||
.
|
||||
(Variant for Python3)
|
||||
endef
|
||||
|
||||
$(eval $(call PyPackage,python-botocore))
|
||||
$(eval $(call BuildPackage,python-botocore))
|
||||
$(eval $(call BuildPackage,python-botocore-src))
|
||||
|
||||
$(eval $(call Py3Package,python3-botocore))
|
||||
$(eval $(call BuildPackage,python3-botocore))
|
||||
$(eval $(call BuildPackage,python3-botocore-src))
|
||||
|
||||
Reference in New Issue
Block a user