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

@@ -20,7 +20,6 @@ PKG_LICENSE_FILES:=LICENSE.md
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python-package.mk
include ../python3-package.mk
define Package/django-restframework39/Default
@@ -31,19 +30,6 @@ define Package/django-restframework39/Default
URL:=https://www.django-rest-framework.org
endef
define Package/python-django-restframework39
$(call Package/django-restframework39/Default)
DEPENDS:= \
+PACKAGE_python-django-restframework39:python \
python-django1
VARIANT:=python
MDEPENDS:=python-django1
endef
define Package/python-django-restframework39/description
Web APIs for Django, made easy. (3.9 series)
endef
define Package/python3-django-restframework39
$(call Package/django-restframework39/Default)
DEPENDS:= \
@@ -54,15 +40,11 @@ $(call Package/django-restframework39/Default)
endef
define Package/python3-django-restframework39/description
$(call Package/python-django-restframework39/description)
Web APIs for Django, made easy. (3.9 series)
.
(Variant for Python3)
endef
$(eval $(call PyPackage,python-django-restframework39))
$(eval $(call BuildPackage,python-django-restframework39))
$(eval $(call BuildPackage,python-django-restframework39-src))
$(eval $(call Py3Package,python3-django-restframework39))
$(eval $(call BuildPackage,python3-django-restframework39))
$(eval $(call BuildPackage,python3-django-restframework39-src))