Browse Source

treewide: mark django1 and dependents BROKEN

Django 1.x is not compatible with python 3.10.
Mark the package as BROKEN.  Since its dependent packages will also
select it, they will need to be marked BROKEN as well to avoid recursive
dependencies--packages not marked as BROKEN will be able to select the
broken package.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
lilik-openwrt-22.03
Eneas U de Queiroz 3 years ago
parent
commit
9d97f4ba14
No known key found for this signature in database GPG Key ID: 5FB9FAF260B80AEA
14 changed files with 16 additions and 1 deletions
  1. +1
    -0
      lang/python/django-appconf/Makefile
  2. +1
    -0
      lang/python/django-compressor/Makefile
  3. +1
    -0
      lang/python/django-formtools/Makefile
  4. +1
    -0
      lang/python/django-jsonfield/Makefile
  5. +1
    -0
      lang/python/django-picklefield/Makefile
  6. +1
    -0
      lang/python/django-postoffice/Makefile
  7. +1
    -0
      lang/python/django-ranged-response/Makefile
  8. +1
    -0
      lang/python/django-restframework39/Makefile
  9. +1
    -0
      lang/python/django-simple-captcha/Makefile
  10. +1
    -0
      lang/python/django-statici18n/Makefile
  11. +1
    -0
      lang/python/django-webpack-loader/Makefile
  12. +1
    -0
      lang/python/django1/Makefile
  13. +1
    -0
      net/seafile-seahub/Makefile
  14. +3
    -1
      net/seafile-server/Makefile

+ 1
- 0
lang/python/django-appconf/Makefile View File

@ -29,6 +29,7 @@ define Package/python3-django-appconf
TITLE:=Helper class for handling config defaults TITLE:=Helper class for handling config defaults
URL:=https://django-appconf.readthedocs.io URL:=https://django-appconf.readthedocs.io
DEPENDS:= \ DEPENDS:= \
@BROKEN \
+python3 \ +python3 \
+python3-django1 \ +python3-django1 \
+python3-six +python3-six


+ 1
- 0
lang/python/django-compressor/Makefile View File

@ -30,6 +30,7 @@ define Package/python3-django-compressor
TITLE:=Compress CSS/JS into single cached files TITLE:=Compress CSS/JS into single cached files
URL:=https://django-compressor.readthedocs.io URL:=https://django-compressor.readthedocs.io
DEPENDS:= \ DEPENDS:= \
@BROKEN \
+python3 \ +python3 \
+python3-django1 \ +python3-django1 \
+python3-django-appconf \ +python3-django-appconf \


+ 1
- 0
lang/python/django-formtools/Makefile View File

@ -27,6 +27,7 @@ define Package/python3-django-formtools
TITLE:=High-level abstractions for Django forms TITLE:=High-level abstractions for Django forms
URL:=https://django-formtools.readthedocs.io URL:=https://django-formtools.readthedocs.io
DEPENDS:= \ DEPENDS:= \
@BROKEN \
+python3 \ +python3 \
+python3-django1 +python3-django1
endef endef


+ 1
- 0
lang/python/django-jsonfield/Makefile View File

@ -29,6 +29,7 @@ define Package/python3-django-jsonfield
TITLE:=A reusable Django field to store validated JSON in models TITLE:=A reusable Django field to store validated JSON in models
URL:=https://github.com/rpkilby/jsonfield URL:=https://github.com/rpkilby/jsonfield
DEPENDS:= \ DEPENDS:= \
@BROKEN \
+python3 \ +python3 \
+python3-django1 \ +python3-django1 \
+python3-six +python3-six


+ 1
- 0
lang/python/django-picklefield/Makefile View File

@ -32,6 +32,7 @@ define Package/python3-django-picklefield
TITLE:=Pickled object field for Django TITLE:=Pickled object field for Django
URL:=https://github.com/gintas/django-picklefield/ URL:=https://github.com/gintas/django-picklefield/
DEPENDS:= \ DEPENDS:= \
@BROKEN \
+python3 \ +python3 \
+python3-django1 +python3-django1
endef endef


+ 1
- 0
lang/python/django-postoffice/Makefile View File

@ -31,6 +31,7 @@ define Package/python3-django-postoffice
TITLE:=A Django app to monitor and send mail asynchronously TITLE:=A Django app to monitor and send mail asynchronously
URL:=https://github.com/ui/django-post_office URL:=https://github.com/ui/django-post_office
DEPENDS:= \ DEPENDS:= \
@BROKEN \
+python3 \ +python3 \
+python3-django1 \ +python3-django1 \
+python3-django-jsonfield2 +python3-django-jsonfield2


+ 1
- 0
lang/python/django-ranged-response/Makefile View File

@ -27,6 +27,7 @@ define Package/python3-django-ranged-response
TITLE:=Add Content-Range: to FileResponse TITLE:=Add Content-Range: to FileResponse
URL:=https://github.com/i3thuan5/django-ranged-response URL:=https://github.com/i3thuan5/django-ranged-response
DEPENDS:= \ DEPENDS:= \
@BROKEN \
+python3 \ +python3 \
+python3-django1 +python3-django1
endef endef


+ 1
- 0
lang/python/django-restframework39/Makefile View File

@ -29,6 +29,7 @@ define Package/python3-django-restframework39
TITLE:=Web APIs for Django, made easy. TITLE:=Web APIs for Django, made easy.
URL:=https://www.django-rest-framework.org URL:=https://www.django-rest-framework.org
DEPENDS:= \ DEPENDS:= \
@BROKEN \
+python3 \ +python3 \
+python3-django1 +python3-django1
CONFLICTS:=python3-django-restframework CONFLICTS:=python3-django-restframework


+ 1
- 0
lang/python/django-simple-captcha/Makefile View File

@ -30,6 +30,7 @@ define Package/python3-django-simple-captcha
TITLE:=Simple Django captcha application TITLE:=Simple Django captcha application
URL:=https://github.com/mbi/django-simple-captcha URL:=https://github.com/mbi/django-simple-captcha
DEPENDS:= \ DEPENDS:= \
@BROKEN \
+python3 \ +python3 \
+python3-six \ +python3-six \
+python3-django1 \ +python3-django1 \


+ 1
- 0
lang/python/django-statici18n/Makefile View File

@ -29,6 +29,7 @@ define Package/python3-django-statici18n
TITLE:=Helper for generating JavaScript catalog to static files TITLE:=Helper for generating JavaScript catalog to static files
URL:=https://django-statici18n.readthedocs.io URL:=https://django-statici18n.readthedocs.io
DEPENDS:= \ DEPENDS:= \
@BROKEN \
+python3 \ +python3 \
+python3-django1 \ +python3-django1 \
+python3-django-appconf \ +python3-django-appconf \


+ 1
- 0
lang/python/django-webpack-loader/Makefile View File

@ -27,6 +27,7 @@ define Package/python3-django-webpack-loader
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
DEPENDS:= \ DEPENDS:= \
@BROKEN \
+python3 \ +python3 \
+python3-django1 +python3-django1
endef endef


+ 1
- 0
lang/python/django1/Makefile View File

@ -30,6 +30,7 @@ define Package/python3-django1
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/
DEPENDS:= \ DEPENDS:= \
@BROKEN \
+python3 \ +python3 \
+python3-pytz +python3-pytz
PROVIDES:=django PROVIDES:=django


+ 1
- 0
net/seafile-seahub/Makefile View File

@ -35,6 +35,7 @@ define Package/seafile-seahub
TITLE:=Seafile server - seahub component TITLE:=Seafile server - seahub component
URL:=https://seafile.com/ URL:=https://seafile.com/
DEPENDS:= \ DEPENDS:= \
@BROKEN \
+gunicorn3 \ +gunicorn3 \
+python3 \ +python3 \
+python3-chardet \ +python3-chardet \


+ 3
- 1
net/seafile-server/Makefile View File

@ -46,6 +46,7 @@ define Package/seafile-server
TITLE:=Seafile server TITLE:=Seafile server
URL:=https://seafile.com/ URL:=https://seafile.com/
DEPENDS:= \ DEPENDS:= \
@BROKEN \
+bash \ +bash \
+glib2 \ +glib2 \
+jansson \ +jansson \
@ -85,6 +86,7 @@ define Package/seafile-server-fuse
TITLE:=Seafile server - FUSE extension TITLE:=Seafile server - FUSE extension
URL:=https://seafile.com/ URL:=https://seafile.com/
DEPENDS:= \ DEPENDS:= \
@BROKEN \
+bash \ +bash \
+glib2 \ +glib2 \
+jansson \ +jansson \
@ -117,7 +119,7 @@ define Package/python3-seafile-server
CATEGORY:=Languages CATEGORY:=Languages
SUBMENU:=Python SUBMENU:=Python
TITLE:=Python bindings for Seafile server TITLE:=Python bindings for Seafile server
DEPENDS:=+python3-light +python3-logging +python3-searpc +python3-seafile-ccnet
DEPENDS:=@BROKEN +python3-light +python3-logging +python3-searpc +python3-seafile-ccnet
endef endef
define Package/python3-seafile-server/description define Package/python3-seafile-server/description


Loading…
Cancel
Save