mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 10:01: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:
@@ -21,13 +21,8 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../python-package.mk
|
||||
include ../python3-package.mk
|
||||
|
||||
PYTHON_PKG_SETUP_ARGS:=
|
||||
PYTHON_PKG_SETUP_VARS:= \
|
||||
CONFIG_BIG_ENDIAN="$(CONFIG_BIG_ENDIAN)"
|
||||
|
||||
PYTHON3_PKG_SETUP_ARGS:=
|
||||
PYTHON3_PKG_SETUP_VARS:= \
|
||||
CONFIG_BIG_ENDIAN="$(CONFIG_BIG_ENDIAN)"
|
||||
@@ -41,33 +36,19 @@ define Package/python-crypto/Default
|
||||
DEPENDS:=+libgmp
|
||||
endef
|
||||
|
||||
define Package/python-crypto
|
||||
$(call Package/python-crypto/Default)
|
||||
DEPENDS+=+PACKAGE_python-crypto:python
|
||||
VARIANT:=python
|
||||
endef
|
||||
|
||||
define Package/python3-crypto
|
||||
$(call Package/python-crypto/Default)
|
||||
DEPENDS+=+PACKAGE_python3-crypto:python3
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
define Package/python-crypto/description
|
||||
define Package/python3-crypto/description
|
||||
A collection of both secure hash functions (such as MD5 and SHA),
|
||||
and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.).
|
||||
endef
|
||||
|
||||
define Package/python3-crypto/description
|
||||
$(call Package/python-crypto/description)
|
||||
.
|
||||
(Variant for Python3)
|
||||
endef
|
||||
|
||||
$(eval $(call PyPackage,python-crypto))
|
||||
$(eval $(call BuildPackage,python-crypto))
|
||||
$(eval $(call BuildPackage,python-crypto-src))
|
||||
|
||||
$(eval $(call Py3Package,python3-crypto))
|
||||
$(eval $(call BuildPackage,python3-crypto))
|
||||
$(eval $(call BuildPackage,python3-crypto-src))
|
||||
|
||||
Reference in New Issue
Block a user