mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 23:14:31 +04:00
Merge pull request #17206 from cotequeiroz/seafile-broken
treewide: mark django1 and dependents BROKEN
This commit is contained in:
@@ -29,6 +29,7 @@ define Package/python3-django-appconf
|
||||
TITLE:=Helper class for handling config defaults
|
||||
URL:=https://django-appconf.readthedocs.io
|
||||
DEPENDS:= \
|
||||
@BROKEN \
|
||||
+python3 \
|
||||
+python3-django1 \
|
||||
+python3-six
|
||||
|
||||
@@ -30,6 +30,7 @@ define Package/python3-django-compressor
|
||||
TITLE:=Compress CSS/JS into single cached files
|
||||
URL:=https://django-compressor.readthedocs.io
|
||||
DEPENDS:= \
|
||||
@BROKEN \
|
||||
+python3 \
|
||||
+python3-django1 \
|
||||
+python3-django-appconf \
|
||||
|
||||
@@ -27,6 +27,7 @@ define Package/python3-django-formtools
|
||||
TITLE:=High-level abstractions for Django forms
|
||||
URL:=https://django-formtools.readthedocs.io
|
||||
DEPENDS:= \
|
||||
@BROKEN \
|
||||
+python3 \
|
||||
+python3-django1
|
||||
endef
|
||||
|
||||
@@ -29,6 +29,7 @@ define Package/python3-django-jsonfield
|
||||
TITLE:=A reusable Django field to store validated JSON in models
|
||||
URL:=https://github.com/rpkilby/jsonfield
|
||||
DEPENDS:= \
|
||||
@BROKEN \
|
||||
+python3 \
|
||||
+python3-django1 \
|
||||
+python3-six
|
||||
|
||||
@@ -32,6 +32,7 @@ define Package/python3-django-picklefield
|
||||
TITLE:=Pickled object field for Django
|
||||
URL:=https://github.com/gintas/django-picklefield/
|
||||
DEPENDS:= \
|
||||
@BROKEN \
|
||||
+python3 \
|
||||
+python3-django1
|
||||
endef
|
||||
|
||||
@@ -31,6 +31,7 @@ define Package/python3-django-postoffice
|
||||
TITLE:=A Django app to monitor and send mail asynchronously
|
||||
URL:=https://github.com/ui/django-post_office
|
||||
DEPENDS:= \
|
||||
@BROKEN \
|
||||
+python3 \
|
||||
+python3-django1 \
|
||||
+python3-django-jsonfield2
|
||||
|
||||
@@ -27,6 +27,7 @@ define Package/python3-django-ranged-response
|
||||
TITLE:=Add Content-Range: to FileResponse
|
||||
URL:=https://github.com/i3thuan5/django-ranged-response
|
||||
DEPENDS:= \
|
||||
@BROKEN \
|
||||
+python3 \
|
||||
+python3-django1
|
||||
endef
|
||||
|
||||
@@ -29,6 +29,7 @@ define Package/python3-django-restframework39
|
||||
TITLE:=Web APIs for Django, made easy.
|
||||
URL:=https://www.django-rest-framework.org
|
||||
DEPENDS:= \
|
||||
@BROKEN \
|
||||
+python3 \
|
||||
+python3-django1
|
||||
CONFLICTS:=python3-django-restframework
|
||||
|
||||
@@ -30,6 +30,7 @@ define Package/python3-django-simple-captcha
|
||||
TITLE:=Simple Django captcha application
|
||||
URL:=https://github.com/mbi/django-simple-captcha
|
||||
DEPENDS:= \
|
||||
@BROKEN \
|
||||
+python3 \
|
||||
+python3-six \
|
||||
+python3-django1 \
|
||||
|
||||
@@ -29,6 +29,7 @@ define Package/python3-django-statici18n
|
||||
TITLE:=Helper for generating JavaScript catalog to static files
|
||||
URL:=https://django-statici18n.readthedocs.io
|
||||
DEPENDS:= \
|
||||
@BROKEN \
|
||||
+python3 \
|
||||
+python3-django1 \
|
||||
+python3-django-appconf \
|
||||
|
||||
@@ -27,6 +27,7 @@ define Package/python3-django-webpack-loader
|
||||
TITLE:=Transparently use webpack in django
|
||||
URL:=https://github.com/owais/django-webpack-loader
|
||||
DEPENDS:= \
|
||||
@BROKEN \
|
||||
+python3 \
|
||||
+python3-django1
|
||||
endef
|
||||
|
||||
@@ -30,6 +30,7 @@ define Package/python3-django1
|
||||
TITLE:=The web framework for perfectionists with deadlines.
|
||||
URL:=https://www.djangoproject.com/
|
||||
DEPENDS:= \
|
||||
@BROKEN \
|
||||
+python3 \
|
||||
+python3-pytz
|
||||
PROVIDES:=django
|
||||
|
||||
Reference in New Issue
Block a user