mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01: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,7 +21,6 @@ PKG_LICENSE_FILES:=LICENSE.txt
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../python-package.mk
|
||||
include ../python3-package.mk
|
||||
|
||||
define Package/django-postoffice/Default
|
||||
@@ -32,21 +31,6 @@ define Package/django-postoffice/Default
|
||||
URL:=https://github.com/ui/django-post_office
|
||||
endef
|
||||
|
||||
define Package/python-django-postoffice
|
||||
$(call Package/django-postoffice/Default)
|
||||
DEPENDS:= \
|
||||
+PACKAGE_python-django-postoffice:python \
|
||||
python-django1 \
|
||||
+PACKAGE_python-django-postoffice:python-django-jsonfield
|
||||
VARIANT:=python
|
||||
MDEPENDS:=python-django1
|
||||
endef
|
||||
|
||||
define Package/python-django-postoffice/description
|
||||
A Django app to monitor and send mail asynchronously, complete with template
|
||||
support
|
||||
endef
|
||||
|
||||
define Package/python3-django-postoffice
|
||||
$(call Package/django-postoffice/Default)
|
||||
DEPENDS:= \
|
||||
@@ -57,15 +41,12 @@ $(call Package/django-postoffice/Default)
|
||||
endef
|
||||
|
||||
define Package/python3-django-postoffice/description
|
||||
$(call Package/python-django-postoffice/description)
|
||||
A Django app to monitor and send mail asynchronously, complete with template
|
||||
support
|
||||
.
|
||||
(Variant for Python3)
|
||||
endef
|
||||
|
||||
$(eval $(call PyPackage,python-django-postoffice))
|
||||
$(eval $(call BuildPackage,python-django-postoffice))
|
||||
$(eval $(call BuildPackage,python-django-postoffice-src))
|
||||
|
||||
$(eval $(call Py3Package,python3-django-postoffice))
|
||||
$(eval $(call BuildPackage,python3-django-postoffice))
|
||||
$(eval $(call BuildPackage,python3-django-postoffice-src))
|
||||
|
||||
Reference in New Issue
Block a user