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
+1 -20
View File
@@ -20,7 +20,6 @@ PKG_LICENSE_FILES:=LICENSE
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python-package.mk
include ../python3-package.mk
define Package/django-appconf/Default
@@ -31,20 +30,6 @@ define Package/django-appconf/Default
URL:=https://django-appconf.readthedocs.io
endef
define Package/python-django-appconf
$(call Package/django-appconf/Default)
DEPENDS:= \
+PACKAGE_python-django-appconf:python \
python-django1 \
+PACKAGE_python-django-appconf:python-six
VARIANT:=python
MDEPENDS:=python-django1
endef
define Package/python-django-appconf/description
A helper class for handling configuration defaults of packaged apps gracefully
endef
define Package/python3-django-appconf
$(call Package/django-appconf/Default)
DEPENDS:= \
@@ -55,15 +40,11 @@ $(call Package/django-appconf/Default)
endef
define Package/python3-django-appconf/description
$(call Package/python-django-appconf/description)
A helper class for handling configuration defaults of packaged apps gracefully
.
(Variant for Python3)
endef
$(eval $(call PyPackage,python-django-appconf))
$(eval $(call BuildPackage,python-django-appconf))
$(eval $(call BuildPackage,python-django-appconf-src))
$(eval $(call Py3Package,python3-django-appconf))
$(eval $(call BuildPackage,python3-django-appconf))
$(eval $(call BuildPackage,python3-django-appconf-src))