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:
Jeffery To
2020-04-01 22:21:16 +08:00
parent c37b15e1c4
commit 658b1b6758
78 changed files with 89 additions and 1501 deletions

View File

@@ -17,7 +17,6 @@ PKG_HASH:=84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python-package.mk
include ../python3-package.mk
define Package/python-chardet/Default
@@ -28,13 +27,6 @@ define Package/python-chardet/Default
URL:=https://github.com/chardet/chardet
endef
define Package/python-chardet
$(call Package/python-chardet/Default)
TITLE:=Universal encoding detector for Python 2
DEPENDS:=+PACKAGE_python-chardet:python
VARIANT:=python
endef
define Package/python3-chardet
$(call Package/python-chardet/Default)
TITLE:=Universal encoding detector for Python3
@@ -42,12 +34,8 @@ $(call Package/python-chardet/Default)
VARIANT:=python3
endef
define Package/python-chardet/description
Universal encoding detector for Python 2 and 3
endef
define Package/python3-chardet/description
$(call Package/python-chardet/description)
Universal encoding detector for Python 2 and 3
.
(Variant for Python3)
endef
@@ -60,10 +48,6 @@ define Py3Package/python3-chardet/install
done
endef
$(eval $(call PyPackage,python-chardet))
$(eval $(call BuildPackage,python-chardet))
$(eval $(call BuildPackage,python-chardet-src))
$(eval $(call Py3Package,python3-chardet))
$(eval $(call BuildPackage,python3-chardet))
$(eval $(call BuildPackage,python3-chardet-src))