mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 18:41:20 +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:
@@ -20,7 +20,6 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleana
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../python-package.mk
|
||||
include ../python3-package.mk
|
||||
|
||||
define Package/python-pyasn1-modules/Default
|
||||
@@ -31,14 +30,6 @@ define Package/python-pyasn1-modules/Default
|
||||
URL:=https://github.com/etingof/pyasn1-modules
|
||||
endef
|
||||
|
||||
define Package/python-pyasn1-modules
|
||||
$(call Package/python-pyasn1-modules/Default)
|
||||
DEPENDS:= \
|
||||
+PACKAGE_python-pyasn1-modules:python-light \
|
||||
+PACKAGE_python-pyasn1-modules:python-pyasn1
|
||||
VARIANT:=python
|
||||
endef
|
||||
|
||||
define Package/python3-pyasn1-modules
|
||||
$(call Package/python-pyasn1-modules/Default)
|
||||
DEPENDS:= \
|
||||
@@ -47,21 +38,13 @@ $(call Package/python-pyasn1-modules/Default)
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
define Package/python-pyasn1-modules/description
|
||||
define Package/python3-pyasn1-modules/description
|
||||
This is a small but growing collection of ASN.1 data structures
|
||||
expressed in Python terms using pyasn1 data model.
|
||||
endef
|
||||
|
||||
define Package/python3-pyasn1-modules/description
|
||||
$(call Package/python-pyasn1-modules/description)
|
||||
.
|
||||
(Variant for Python3).
|
||||
endef
|
||||
|
||||
$(eval $(call PyPackage,python-pyasn1-modules))
|
||||
$(eval $(call BuildPackage,python-pyasn1-modules))
|
||||
$(eval $(call BuildPackage,python-pyasn1-modules-src))
|
||||
|
||||
$(eval $(call Py3Package,python3-pyasn1-modules))
|
||||
$(eval $(call BuildPackage,python3-pyasn1-modules))
|
||||
$(eval $(call BuildPackage,python3-pyasn1-modules-src))
|
||||
|
||||
Reference in New Issue
Block a user