diff --git a/lang/python/django-appconf/Makefile b/lang/python/django-appconf/Makefile index e37f15848..8e81051e1 100644 --- a/lang/python/django-appconf/Makefile +++ b/lang/python/django-appconf/Makefile @@ -39,8 +39,9 @@ define Package/python-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python-$(PKG_NAME):python \ - +PACKAGE_python-$(PKG_NAME):python-django + python-django VARIANT:=python + MDEPENDS:=python-django endef define Package/python-$(PKG_NAME)/description @@ -51,8 +52,9 @@ define Package/python3-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python3-$(PKG_NAME):python3 \ - +PACKAGE_python3-$(PKG_NAME):python3-django + python3-django VARIANT:=python3 + MDEPENDS:=python3-django endef define Package/python3-$(PKG_NAME)/description diff --git a/lang/python/django-compressor/Makefile b/lang/python/django-compressor/Makefile index a4c9c4e09..6638bae69 100644 --- a/lang/python/django-compressor/Makefile +++ b/lang/python/django-compressor/Makefile @@ -39,10 +39,11 @@ define Package/python-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python-$(PKG_NAME):python \ - +PACKAGE_python-$(PKG_NAME):python-django \ + python-django \ +PACKAGE_python-$(PKG_NAME):python-django-appconf \ +PACKAGE_python-$(PKG_NAME):python-rcssmin VARIANT:=python + MDEPENDS:=python-django endef define Package/python-$(PKG_NAME)/description @@ -56,10 +57,11 @@ define Package/python3-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python3-$(PKG_NAME):python3 \ - +PACKAGE_python3-$(PKG_NAME):python3-django \ + python3-django \ +PACKAGE_python3-$(PKG_NAME):python3-django-appconf \ +PACKAGE_python3-$(PKG_NAME):python3-rcssmin VARIANT:=python3 + MDEPENDS:=python3-django endef define Package/python3-$(PKG_NAME)/description diff --git a/lang/python/django-constance/Makefile b/lang/python/django-constance/Makefile index 7a225acb7..749c0aae1 100644 --- a/lang/python/django-constance/Makefile +++ b/lang/python/django-constance/Makefile @@ -37,8 +37,9 @@ define Package/python-django-constance $(call Package/python-django-constance/Default) DEPENDS:= \ +PACKAGE_python-django-constance:python \ - +PACKAGE_python-django-constance:python-django + python-django VARIANT:=python + MDEPENDS:=python-django endef define Package/python-django-constance/description @@ -49,8 +50,9 @@ define Package/python3-django-constance $(call Package/python-django-constance/Default) DEPENDS:= \ +PACKAGE_python3-django-constance:python3 \ - +PACKAGE_python3-django-constance:python3-django + python3-django VARIANT:=python3 + MDEPENDS:=python3-django endef define Package/python3-django-constance/description diff --git a/lang/python/django-formtools/Makefile b/lang/python/django-formtools/Makefile index 4057bc687..445cd3446 100644 --- a/lang/python/django-formtools/Makefile +++ b/lang/python/django-formtools/Makefile @@ -37,8 +37,9 @@ define Package/python-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python-$(PKG_NAME):python \ - +PACKAGE_python-$(PKG_NAME):python-django + python-django VARIANT:=python + MDEPENDS:=python-django endef define Package/python-$(PKG_NAME)/description @@ -50,8 +51,9 @@ define Package/python3-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python3-$(PKG_NAME):python3 \ - +PACKAGE_python3-$(PKG_NAME):python3-django + python3-django VARIANT:=python3 + MDEPENDS:=python3-django endef define Package/python3-$(PKG_NAME)/description diff --git a/lang/python/django-jsonfield/Makefile b/lang/python/django-jsonfield/Makefile index ed3ffbceb..9e95d3a98 100644 --- a/lang/python/django-jsonfield/Makefile +++ b/lang/python/django-jsonfield/Makefile @@ -39,8 +39,9 @@ define Package/python-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python-$(PKG_NAME):python \ - +PACKAGE_python-$(PKG_NAME):python-django + python-django VARIANT:=python + MDEPENDS:=python-django endef define Package/python-$(PKG_NAME)/description @@ -51,8 +52,9 @@ define Package/python3-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python3-$(PKG_NAME):python3 \ - +PACKAGE_python3-$(PKG_NAME):python3-django + python3-django VARIANT:=python3 + MDEPENDS:=python3-django endef define Package/python3-$(PKG_NAME)/description diff --git a/lang/python/django-picklefield/Makefile b/lang/python/django-picklefield/Makefile index b24157b27..9a7331fc4 100644 --- a/lang/python/django-picklefield/Makefile +++ b/lang/python/django-picklefield/Makefile @@ -39,8 +39,9 @@ define Package/python-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python-$(PKG_NAME):python \ - +PACKAGE_python-$(PKG_NAME):python-django + python-django VARIANT:=python + MDEPENDS:=python-django endef define Package/python-$(PKG_NAME)/description @@ -51,8 +52,9 @@ define Package/python3-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python3-$(PKG_NAME):python3 \ - +PACKAGE_python3-$(PKG_NAME):python3-django + python3-django VARIANT:=python3 + MDEPENDS:=python3-django endef define Package/python3-$(PKG_NAME)/description diff --git a/lang/python/django-postoffice/Makefile b/lang/python/django-postoffice/Makefile index 0a0a6f167..cd8ea3dbe 100644 --- a/lang/python/django-postoffice/Makefile +++ b/lang/python/django-postoffice/Makefile @@ -39,9 +39,10 @@ define Package/python-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python-$(PKG_NAME):python \ - +PACKAGE_python-$(PKG_NAME):python-django \ + python-django \ +PACKAGE_python-$(PKG_NAME):python-django-jsonfield VARIANT:=python + MDEPENDS:=python-django endef define Package/python-$(PKG_NAME)/description @@ -53,9 +54,10 @@ define Package/python3-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python3-$(PKG_NAME):python3 \ - +PACKAGE_python3-$(PKG_NAME):python3-django \ + python3-django \ +PACKAGE_python3-$(PKG_NAME):python3-django-jsonfield VARIANT:=python3 + MDEPENDS:=python3-django endef define Package/python3-$(PKG_NAME)/description diff --git a/lang/python/django-ranged-response/Makefile b/lang/python/django-ranged-response/Makefile index 818530f59..923f5c75b 100644 --- a/lang/python/django-ranged-response/Makefile +++ b/lang/python/django-ranged-response/Makefile @@ -37,8 +37,9 @@ define Package/python-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python-$(PKG_NAME):python \ - +PACKAGE_python-$(PKG_NAME):python-django + python-django VARIANT:=python + MDEPENDS:=python-django endef define Package/python-$(PKG_NAME)/description @@ -49,8 +50,9 @@ define Package/python3-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python3-$(PKG_NAME):python3 \ - +PACKAGE_python3-$(PKG_NAME):python3-django + python3-django VARIANT:=python3 + MDEPENDS:=python3-django endef define Package/python3-$(PKG_NAME)/description diff --git a/lang/python/django-restframework/Makefile b/lang/python/django-restframework/Makefile index b699c4857..45c8d7e1f 100644 --- a/lang/python/django-restframework/Makefile +++ b/lang/python/django-restframework/Makefile @@ -39,8 +39,9 @@ define Package/python-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python-$(PKG_NAME):python \ - +PACKAGE_python-$(PKG_NAME):python-django + python-django VARIANT:=python + MDEPENDS:=python-django endef define Package/python-$(PKG_NAME)/description @@ -51,8 +52,9 @@ define Package/python3-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python3-$(PKG_NAME):python3 \ - +PACKAGE_python3-$(PKG_NAME):python3-django + python3-django VARIANT:=python3 + MDEPENDS:=python3-django endef define Package/python3-$(PKG_NAME)/description diff --git a/lang/python/django-simple-captcha/Makefile b/lang/python/django-simple-captcha/Makefile index 81d94d9ee..20b488ce8 100644 --- a/lang/python/django-simple-captcha/Makefile +++ b/lang/python/django-simple-captcha/Makefile @@ -40,10 +40,11 @@ $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python-$(PKG_NAME):python \ +PACKAGE_python-$(PKG_NAME):python-six \ - +PACKAGE_python-$(PKG_NAME):python-django \ + python-django \ +PACKAGE_python-$(PKG_NAME):python-pillow \ +PACKAGE_python-$(PKG_NAME):python-django-ranged-response VARIANT:=python + MDEPENDS:=python-django endef define Package/python-$(PKG_NAME)/description @@ -56,10 +57,11 @@ $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python3-$(PKG_NAME):python3 \ +PACKAGE_python3-$(PKG_NAME):python3-six \ - +PACKAGE_python3-$(PKG_NAME):python3-django \ + python3-django \ +PACKAGE_python3-$(PKG_NAME):python3-pillow \ +PACKAGE_python3-$(PKG_NAME):python3-django-ranged-response VARIANT:=python3 + MDEPENDS:=python3-django endef define Package/python3-$(PKG_NAME)/description diff --git a/lang/python/django-statici18n/Makefile b/lang/python/django-statici18n/Makefile index 97a880596..37f073534 100644 --- a/lang/python/django-statici18n/Makefile +++ b/lang/python/django-statici18n/Makefile @@ -39,8 +39,9 @@ define Package/python-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python-$(PKG_NAME):python \ - +PACKAGE_python-$(PKG_NAME):python-django + python-django VARIANT:=python + MDEPENDS:=python-django endef define Package/python-$(PKG_NAME)/description @@ -51,8 +52,9 @@ define Package/python3-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python3-$(PKG_NAME):python3 \ - +PACKAGE_python3-$(PKG_NAME):python3-django + python3-django VARIANT:=python3 + MDEPENDS:=python3-django endef define Package/python3-$(PKG_NAME)/description diff --git a/lang/python/django-webpack-loader/Makefile b/lang/python/django-webpack-loader/Makefile index 5186ed946..72ed86799 100644 --- a/lang/python/django-webpack-loader/Makefile +++ b/lang/python/django-webpack-loader/Makefile @@ -37,8 +37,9 @@ define Package/python-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python-$(PKG_NAME):python \ - +PACKAGE_python-$(PKG_NAME):python-django + python-django VARIANT:=python + MDEPENDS:=python-django endef define Package/python-$(PKG_NAME)/description @@ -49,8 +50,9 @@ define Package/python3-$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) DEPENDS:= \ +PACKAGE_python3-$(PKG_NAME):python3 \ - +PACKAGE_python3-$(PKG_NAME):python3-django + python3-django VARIANT:=python3 + MDEPENDS:=python3-django endef define Package/python3-$(PKG_NAME)/description diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index f280d3fca..3c51c7c21 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -35,6 +35,7 @@ define Package/django/Default CATEGORY:=Languages TITLE:=The web framework for perfectionists with deadlines. URL:=https://www.djangoproject.com/ + MENU:=1 endef define Package/python-django diff --git a/lang/python/python-package.mk b/lang/python/python-package.mk index 272aae44f..9bd0b9aa4 100644 --- a/lang/python/python-package.mk +++ b/lang/python/python-package.mk @@ -45,6 +45,7 @@ define PyPackage EXTRA_DEPENDS:= TITLE+= (sources) USERID:= + MENU:= endef define Package/$(1)-src/description diff --git a/lang/python/python3-package.mk b/lang/python/python3-package.mk index 6e163e099..e14290081 100644 --- a/lang/python/python3-package.mk +++ b/lang/python/python3-package.mk @@ -44,6 +44,7 @@ define Py3Package EXTRA_DEPENDS:= TITLE+= (sources) USERID:= + MENU:= endef define Package/$(1)-src/description