mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 08:28:20 +04:00
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:
committed by
Josef Schlehofer
parent
19e137162d
commit
db4cbf71a5
@@ -39,8 +39,9 @@ define Package/python-$(PKG_NAME)
|
|||||||
$(call Package/$(PKG_NAME)/Default)
|
$(call Package/$(PKG_NAME)/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python-$(PKG_NAME):python \
|
+PACKAGE_python-$(PKG_NAME):python \
|
||||||
+PACKAGE_python-$(PKG_NAME):python-django
|
python-django
|
||||||
VARIANT:=python
|
VARIANT:=python
|
||||||
|
MDEPENDS:=python-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-$(PKG_NAME)/description
|
define Package/python-$(PKG_NAME)/description
|
||||||
@@ -51,8 +52,9 @@ define Package/python3-$(PKG_NAME)
|
|||||||
$(call Package/$(PKG_NAME)/Default)
|
$(call Package/$(PKG_NAME)/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3 \
|
+PACKAGE_python3-$(PKG_NAME):python3 \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3-django
|
python3-django
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
|
MDEPENDS:=python3-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-$(PKG_NAME)/description
|
define Package/python3-$(PKG_NAME)/description
|
||||||
|
|||||||
@@ -39,10 +39,11 @@ define Package/python-$(PKG_NAME)
|
|||||||
$(call Package/$(PKG_NAME)/Default)
|
$(call Package/$(PKG_NAME)/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python-$(PKG_NAME):python \
|
+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-django-appconf \
|
||||||
+PACKAGE_python-$(PKG_NAME):python-rcssmin
|
+PACKAGE_python-$(PKG_NAME):python-rcssmin
|
||||||
VARIANT:=python
|
VARIANT:=python
|
||||||
|
MDEPENDS:=python-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-$(PKG_NAME)/description
|
define Package/python-$(PKG_NAME)/description
|
||||||
@@ -56,10 +57,11 @@ define Package/python3-$(PKG_NAME)
|
|||||||
$(call Package/$(PKG_NAME)/Default)
|
$(call Package/$(PKG_NAME)/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3 \
|
+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-django-appconf \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3-rcssmin
|
+PACKAGE_python3-$(PKG_NAME):python3-rcssmin
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
|
MDEPENDS:=python3-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-$(PKG_NAME)/description
|
define Package/python3-$(PKG_NAME)/description
|
||||||
|
|||||||
@@ -37,8 +37,9 @@ define Package/python-django-constance
|
|||||||
$(call Package/python-django-constance/Default)
|
$(call Package/python-django-constance/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python-django-constance:python \
|
+PACKAGE_python-django-constance:python \
|
||||||
+PACKAGE_python-django-constance:python-django
|
python-django
|
||||||
VARIANT:=python
|
VARIANT:=python
|
||||||
|
MDEPENDS:=python-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-django-constance/description
|
define Package/python-django-constance/description
|
||||||
@@ -49,8 +50,9 @@ define Package/python3-django-constance
|
|||||||
$(call Package/python-django-constance/Default)
|
$(call Package/python-django-constance/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python3-django-constance:python3 \
|
+PACKAGE_python3-django-constance:python3 \
|
||||||
+PACKAGE_python3-django-constance:python3-django
|
python3-django
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
|
MDEPENDS:=python3-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-django-constance/description
|
define Package/python3-django-constance/description
|
||||||
|
|||||||
@@ -37,8 +37,9 @@ define Package/python-$(PKG_NAME)
|
|||||||
$(call Package/$(PKG_NAME)/Default)
|
$(call Package/$(PKG_NAME)/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python-$(PKG_NAME):python \
|
+PACKAGE_python-$(PKG_NAME):python \
|
||||||
+PACKAGE_python-$(PKG_NAME):python-django
|
python-django
|
||||||
VARIANT:=python
|
VARIANT:=python
|
||||||
|
MDEPENDS:=python-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-$(PKG_NAME)/description
|
define Package/python-$(PKG_NAME)/description
|
||||||
@@ -50,8 +51,9 @@ define Package/python3-$(PKG_NAME)
|
|||||||
$(call Package/$(PKG_NAME)/Default)
|
$(call Package/$(PKG_NAME)/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3 \
|
+PACKAGE_python3-$(PKG_NAME):python3 \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3-django
|
python3-django
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
|
MDEPENDS:=python3-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-$(PKG_NAME)/description
|
define Package/python3-$(PKG_NAME)/description
|
||||||
|
|||||||
@@ -39,8 +39,9 @@ define Package/python-$(PKG_NAME)
|
|||||||
$(call Package/$(PKG_NAME)/Default)
|
$(call Package/$(PKG_NAME)/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python-$(PKG_NAME):python \
|
+PACKAGE_python-$(PKG_NAME):python \
|
||||||
+PACKAGE_python-$(PKG_NAME):python-django
|
python-django
|
||||||
VARIANT:=python
|
VARIANT:=python
|
||||||
|
MDEPENDS:=python-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-$(PKG_NAME)/description
|
define Package/python-$(PKG_NAME)/description
|
||||||
@@ -51,8 +52,9 @@ define Package/python3-$(PKG_NAME)
|
|||||||
$(call Package/$(PKG_NAME)/Default)
|
$(call Package/$(PKG_NAME)/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3 \
|
+PACKAGE_python3-$(PKG_NAME):python3 \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3-django
|
python3-django
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
|
MDEPENDS:=python3-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-$(PKG_NAME)/description
|
define Package/python3-$(PKG_NAME)/description
|
||||||
|
|||||||
@@ -39,8 +39,9 @@ define Package/python-$(PKG_NAME)
|
|||||||
$(call Package/$(PKG_NAME)/Default)
|
$(call Package/$(PKG_NAME)/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python-$(PKG_NAME):python \
|
+PACKAGE_python-$(PKG_NAME):python \
|
||||||
+PACKAGE_python-$(PKG_NAME):python-django
|
python-django
|
||||||
VARIANT:=python
|
VARIANT:=python
|
||||||
|
MDEPENDS:=python-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-$(PKG_NAME)/description
|
define Package/python-$(PKG_NAME)/description
|
||||||
@@ -51,8 +52,9 @@ define Package/python3-$(PKG_NAME)
|
|||||||
$(call Package/$(PKG_NAME)/Default)
|
$(call Package/$(PKG_NAME)/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3 \
|
+PACKAGE_python3-$(PKG_NAME):python3 \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3-django
|
python3-django
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
|
MDEPENDS:=python3-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-$(PKG_NAME)/description
|
define Package/python3-$(PKG_NAME)/description
|
||||||
|
|||||||
@@ -39,9 +39,10 @@ define Package/python-$(PKG_NAME)
|
|||||||
$(call Package/$(PKG_NAME)/Default)
|
$(call Package/$(PKG_NAME)/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python-$(PKG_NAME):python \
|
+PACKAGE_python-$(PKG_NAME):python \
|
||||||
+PACKAGE_python-$(PKG_NAME):python-django \
|
python-django \
|
||||||
+PACKAGE_python-$(PKG_NAME):python-django-jsonfield
|
+PACKAGE_python-$(PKG_NAME):python-django-jsonfield
|
||||||
VARIANT:=python
|
VARIANT:=python
|
||||||
|
MDEPENDS:=python-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-$(PKG_NAME)/description
|
define Package/python-$(PKG_NAME)/description
|
||||||
@@ -53,9 +54,10 @@ define Package/python3-$(PKG_NAME)
|
|||||||
$(call Package/$(PKG_NAME)/Default)
|
$(call Package/$(PKG_NAME)/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3 \
|
+PACKAGE_python3-$(PKG_NAME):python3 \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3-django \
|
python3-django \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3-django-jsonfield
|
+PACKAGE_python3-$(PKG_NAME):python3-django-jsonfield
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
|
MDEPENDS:=python3-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-$(PKG_NAME)/description
|
define Package/python3-$(PKG_NAME)/description
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ PKG_HASH:=f71fff352a37316b9bead717fc76e4ddd6c9b99c4680cdf4783b9755af1cf985
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include ../python-package.mk
|
include ../python-package.mk
|
||||||
|
include ../python3-package.mk
|
||||||
|
|
||||||
define Package/django-ranged-response
|
define Package/django-ranged-response
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
@@ -25,14 +26,39 @@ define Package/django-ranged-response
|
|||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=Add Content-Range: to FileResponse
|
TITLE:=Add Content-Range: to FileResponse
|
||||||
URL:=https://github.com/wearespindle/django-ranged-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
|
VARIANT:=python
|
||||||
|
MDEPENDS:=python-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/django-ranged-response/description
|
define Package/django-ranged-response/description
|
||||||
Modified Django FileResponse that adds Content-Range headers.
|
Modified Django FileResponse that adds Content-Range headers.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call PyPackage,django-ranged-response))
|
define Package/python3-$(PKG_NAME)
|
||||||
$(eval $(call BuildPackage,django-ranged-response))
|
$(call Package/$(PKG_NAME)/Default)
|
||||||
$(eval $(call BuildPackage,django-ranged-response-src))
|
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)
|
$(call Package/$(PKG_NAME)/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python-$(PKG_NAME):python \
|
+PACKAGE_python-$(PKG_NAME):python \
|
||||||
+PACKAGE_python-$(PKG_NAME):python-django
|
python-django
|
||||||
VARIANT:=python
|
VARIANT:=python
|
||||||
|
MDEPENDS:=python-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-$(PKG_NAME)/description
|
define Package/python-$(PKG_NAME)/description
|
||||||
@@ -51,8 +52,9 @@ define Package/python3-$(PKG_NAME)
|
|||||||
$(call Package/$(PKG_NAME)/Default)
|
$(call Package/$(PKG_NAME)/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3 \
|
+PACKAGE_python3-$(PKG_NAME):python3 \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3-django
|
python3-django
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
|
MDEPENDS:=python3-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-$(PKG_NAME)/description
|
define Package/python3-$(PKG_NAME)/description
|
||||||
|
|||||||
@@ -40,10 +40,11 @@ $(call Package/$(PKG_NAME)/Default)
|
|||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python-$(PKG_NAME):python \
|
+PACKAGE_python-$(PKG_NAME):python \
|
||||||
+PACKAGE_python-$(PKG_NAME):python-six \
|
+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-pillow \
|
||||||
+PACKAGE_python-$(PKG_NAME):python-django-ranged-response
|
+PACKAGE_python-$(PKG_NAME):python-django-ranged-response
|
||||||
VARIANT:=python
|
VARIANT:=python
|
||||||
|
MDEPENDS:=python-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-$(PKG_NAME)/description
|
define Package/python-$(PKG_NAME)/description
|
||||||
@@ -56,10 +57,11 @@ $(call Package/$(PKG_NAME)/Default)
|
|||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3 \
|
+PACKAGE_python3-$(PKG_NAME):python3 \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3-six \
|
+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-pillow \
|
||||||
+PACKAGE_python3-$(PKG_NAME):python3-django-ranged-response
|
+PACKAGE_python3-$(PKG_NAME):python3-django-ranged-response
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
|
MDEPENDS:=python3-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-$(PKG_NAME)/description
|
define Package/python3-$(PKG_NAME)/description
|
||||||
|
|||||||
@@ -24,17 +24,41 @@ define Package/django-statici18n
|
|||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
|
<<<<<<< HEAD
|
||||||
TITLE:=A Django app that provides helper for generating JavaScript catalog to static files.
|
TITLE:=A Django app that provides helper for generating JavaScript catalog to static files.
|
||||||
URL:=https://django-statici18n.readthedocs.org/
|
URL:=https://django-statici18n.readthedocs.org/
|
||||||
DEPENDS:=+python +python-django
|
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
|
endef
|
||||||
|
|
||||||
define Package/django-statici18n/description
|
define Package/django-statici18n/description
|
||||||
A Django app that provides helper for generating JavaScript catalog to static files.
|
A Django app that provides helper for generating JavaScript catalog to static files.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
|
$(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
|
endef
|
||||||
|
|
||||||
define Package/django-statici18n/install
|
define Package/django-statici18n/install
|
||||||
|
|||||||
@@ -26,14 +26,50 @@ define Package/django-webpack-loader
|
|||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=Transparently use webpack in django
|
TITLE:=Transparently use webpack in django
|
||||||
URL:=https://github.com/owais/django-webpack-loader
|
URL:=https://github.com/owais/django-webpack-loader
|
||||||
|
<<<<<<< HEAD
|
||||||
DEPENDS:=+python +python-django
|
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
|
VARIANT:=python
|
||||||
|
MDEPENDS:=python-django
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/django-webpack-loader/description
|
define Package/django-webpack-loader/description
|
||||||
Use webpack to generate your static bundles without django’s staticfiles or opaque wrappers.
|
Use webpack to generate your static bundles without django’s staticfiles or opaque wrappers.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
$(eval $(call PyPackage,django-webpack-loader))
|
$(eval $(call PyPackage,django-webpack-loader))
|
||||||
$(eval $(call BuildPackage,django-webpack-loader))
|
$(eval $(call BuildPackage,django-webpack-loader))
|
||||||
$(eval $(call BuildPackage,django-webpack-loader-src))
|
$(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
|
CATEGORY:=Languages
|
||||||
TITLE:=The web framework for perfectionists with deadlines.
|
TITLE:=The web framework for perfectionists with deadlines.
|
||||||
URL:=https://www.djangoproject.com/
|
URL:=https://www.djangoproject.com/
|
||||||
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-django
|
define Package/python-django
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ define PyPackage
|
|||||||
EXTRA_DEPENDS:=
|
EXTRA_DEPENDS:=
|
||||||
TITLE+= (sources)
|
TITLE+= (sources)
|
||||||
USERID:=
|
USERID:=
|
||||||
|
MENU:=
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(1)-src/description
|
define Package/$(1)-src/description
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ define Py3Package
|
|||||||
EXTRA_DEPENDS:=
|
EXTRA_DEPENDS:=
|
||||||
TITLE+= (sources)
|
TITLE+= (sources)
|
||||||
USERID:=
|
USERID:=
|
||||||
|
MENU:=
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(1)-src/description
|
define Package/$(1)-src/description
|
||||||
|
|||||||
Reference in New Issue
Block a user