django: move django* packages under django submenu
This changes the python[3]-django dependencies in packages to be
non-selecting, and adds an MDEPENDS line so that the *-src packages get
placed inside the django menu as well.
Added MENU:= to the src-package definitions in python[3]-package.mk,
so it does not import that setting from the binary package.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry-picked from commit 90527d75af
)
This commit is contained in:
parent
19e137162d
commit
db4cbf71a5
15 changed files with 129 additions and 22 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -18,6 +18,7 @@ PKG_HASH:=f71fff352a37316b9bead717fc76e4ddd6c9b99c4680cdf4783b9755af1cf985
|
|||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../python-package.mk
|
||||
include ../python3-package.mk
|
||||
|
||||
define Package/django-ranged-response
|
||||
SUBMENU:=Python
|
||||
|
@ -25,14 +26,39 @@ define Package/django-ranged-response
|
|||
CATEGORY:=Languages
|
||||
TITLE:=Add Content-Range: to FileResponse
|
||||
URL:=https://github.com/wearespindle/django-ranged-fileresponse
|
||||
DEPENDS:=+python +python-django
|
||||
endef
|
||||
|
||||
define Package/python-$(PKG_NAME)
|
||||
$(call Package/$(PKG_NAME)/Default)
|
||||
DEPENDS:= \
|
||||
+PACKAGE_python-$(PKG_NAME):python \
|
||||
python-django
|
||||
VARIANT:=python
|
||||
MDEPENDS:=python-django
|
||||
endef
|
||||
|
||||
define Package/django-ranged-response/description
|
||||
Modified Django FileResponse that adds Content-Range headers.
|
||||
endef
|
||||
|
||||
$(eval $(call PyPackage,django-ranged-response))
|
||||
$(eval $(call BuildPackage,django-ranged-response))
|
||||
$(eval $(call BuildPackage,django-ranged-response-src))
|
||||
define Package/python3-$(PKG_NAME)
|
||||
$(call Package/$(PKG_NAME)/Default)
|
||||
DEPENDS:= \
|
||||
+PACKAGE_python3-$(PKG_NAME):python3 \
|
||||
python3-django
|
||||
VARIANT:=python3
|
||||
MDEPENDS:=python3-django
|
||||
|
||||
define Package/python3-$(PKG_NAME)/description
|
||||
$(call define Package/python-$(PKG_NAME)/description)
|
||||
.
|
||||
(Variant for Python3)
|
||||
endef
|
||||
|
||||
$(eval $(call PyPackage,python-$(PKG_NAME)))
|
||||
$(eval $(call BuildPackage,python-$(PKG_NAME)))
|
||||
$(eval $(call BuildPackage,python-$(PKG_NAME)-src))
|
||||
|
||||
$(eval $(call Py3Package,python3-$(PKG_NAME)))
|
||||
$(eval $(call BuildPackage,python3-$(PKG_NAME)))
|
||||
$(eval $(call BuildPackage,python3-$(PKG_NAME)-src))
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -24,17 +24,41 @@ define Package/django-statici18n
|
|||
SUBMENU:=Python
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
<<<<<<< HEAD
|
||||
TITLE:=A Django app that provides helper for generating JavaScript catalog to static files.
|
||||
URL:=https://django-statici18n.readthedocs.org/
|
||||
DEPENDS:=+python +python-django
|
||||
=======
|
||||
TITLE:=Helper for generating JavaScript catalog to static files
|
||||
URL:=https://$(PKG_NAME).readthedocs.io
|
||||
endef
|
||||
|
||||
define Package/python-$(PKG_NAME)
|
||||
$(call Package/$(PKG_NAME)/Default)
|
||||
DEPENDS:= \
|
||||
+PACKAGE_python-$(PKG_NAME):python \
|
||||
python-django
|
||||
VARIANT:=python
|
||||
MDEPENDS:=python-django
|
||||
>>>>>>> 90527d75a... django: move django* packages under django submenu
|
||||
endef
|
||||
|
||||
define Package/django-statici18n/description
|
||||
A Django app that provides helper for generating JavaScript catalog to static files.
|
||||
endef
|
||||
|
||||
<<<<<<< HEAD
|
||||
define Build/Compile
|
||||
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
|
||||
=======
|
||||
define Package/python3-$(PKG_NAME)
|
||||
$(call Package/$(PKG_NAME)/Default)
|
||||
DEPENDS:= \
|
||||
+PACKAGE_python3-$(PKG_NAME):python3 \
|
||||
python3-django
|
||||
VARIANT:=python3
|
||||
MDEPENDS:=python3-django
|
||||
>>>>>>> 90527d75a... django: move django* packages under django submenu
|
||||
endef
|
||||
|
||||
define Package/django-statici18n/install
|
||||
|
|
|
@ -26,14 +26,50 @@ define Package/django-webpack-loader
|
|||
CATEGORY:=Languages
|
||||
TITLE:=Transparently use webpack in django
|
||||
URL:=https://github.com/owais/django-webpack-loader
|
||||
<<<<<<< HEAD
|
||||
DEPENDS:=+python +python-django
|
||||
=======
|
||||
endef
|
||||
|
||||
define Package/python-$(PKG_NAME)
|
||||
$(call Package/$(PKG_NAME)/Default)
|
||||
DEPENDS:= \
|
||||
+PACKAGE_python-$(PKG_NAME):python \
|
||||
python-django
|
||||
>>>>>>> 90527d75a... django: move django* packages under django submenu
|
||||
VARIANT:=python
|
||||
MDEPENDS:=python-django
|
||||
endef
|
||||
|
||||
define Package/django-webpack-loader/description
|
||||
Use webpack to generate your static bundles without django’s staticfiles or opaque wrappers.
|
||||
endef
|
||||
|
||||
<<<<<<< HEAD
|
||||
$(eval $(call PyPackage,django-webpack-loader))
|
||||
$(eval $(call BuildPackage,django-webpack-loader))
|
||||
$(eval $(call BuildPackage,django-webpack-loader-src))
|
||||
=======
|
||||
define Package/python3-$(PKG_NAME)
|
||||
$(call Package/$(PKG_NAME)/Default)
|
||||
DEPENDS:= \
|
||||
+PACKAGE_python3-$(PKG_NAME):python3 \
|
||||
python3-django
|
||||
VARIANT:=python3
|
||||
MDEPENDS:=python3-django
|
||||
endef
|
||||
|
||||
define Package/python3-$(PKG_NAME)/description
|
||||
$(call define Package/python-$(PKG_NAME)/description)
|
||||
.
|
||||
(Variant for Python3)
|
||||
endef
|
||||
|
||||
$(eval $(call PyPackage,python-$(PKG_NAME)))
|
||||
$(eval $(call BuildPackage,python-$(PKG_NAME)))
|
||||
$(eval $(call BuildPackage,python-$(PKG_NAME)-src))
|
||||
|
||||
$(eval $(call Py3Package,python3-$(PKG_NAME)))
|
||||
$(eval $(call BuildPackage,python3-$(PKG_NAME)))
|
||||
$(eval $(call BuildPackage,python3-$(PKG_NAME)-src))
|
||||
>>>>>>> 90527d75a... django: move django* packages under django submenu
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -45,6 +45,7 @@ define PyPackage
|
|||
EXTRA_DEPENDS:=
|
||||
TITLE+= (sources)
|
||||
USERID:=
|
||||
MENU:=
|
||||
endef
|
||||
|
||||
define Package/$(1)-src/description
|
||||
|
|
|
@ -44,6 +44,7 @@ define Py3Package
|
|||
EXTRA_DEPENDS:=
|
||||
TITLE+= (sources)
|
||||
USERID:=
|
||||
MENU:=
|
||||
endef
|
||||
|
||||
define Package/$(1)-src/description
|
||||
|
|
Loading…
Reference in a new issue