mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04: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:
@@ -17,13 +17,8 @@ PKG_MAINTAINER:=Richard Yu <yurichard3839@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)"
|
||||
@@ -37,33 +32,19 @@ define Package/python-cryptodomex/Default
|
||||
DEPENDS:=+libgmp
|
||||
endef
|
||||
|
||||
define Package/python-cryptodomex
|
||||
$(call Package/python-cryptodomex/Default)
|
||||
DEPENDS+=+PACKAGE_python-cryptodomex:python
|
||||
VARIANT:=python
|
||||
endef
|
||||
|
||||
define Package/python3-cryptodomex
|
||||
$(call Package/python-cryptodomex/Default)
|
||||
DEPENDS+=+PACKAGE_python3-cryptodomex:python3
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
define Package/python-cryptodomex/description
|
||||
define Package/python3-cryptodomex/description
|
||||
PyCryptodome is a self-contained Python package of low-level
|
||||
cryptographic primitives.
|
||||
endef
|
||||
|
||||
define Package/python3-cryptodomex/description
|
||||
$(call Package/python-cryptodomex/description)
|
||||
.
|
||||
(Variant for Python3)
|
||||
endef
|
||||
|
||||
$(eval $(call PyPackage,python-cryptodomex))
|
||||
$(eval $(call BuildPackage,python-cryptodomex))
|
||||
$(eval $(call BuildPackage,python-cryptodomex-src))
|
||||
|
||||
$(eval $(call Py3Package,python3-cryptodomex))
|
||||
$(eval $(call BuildPackage,python3-cryptodomex))
|
||||
$(eval $(call BuildPackage,python3-cryptodomex-src))
|
||||
|
||||
Reference in New Issue
Block a user