treewide: mark django1 and dependents BROKEN 17206/head
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Thu, 25 Nov 2021 21:01:20 +0000 (18:01 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Sat, 27 Nov 2021 13:27:16 +0000 (10:27 -0300)
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>
14 files changed:
lang/python/django-appconf/Makefile
lang/python/django-compressor/Makefile
lang/python/django-formtools/Makefile
lang/python/django-jsonfield/Makefile
lang/python/django-picklefield/Makefile
lang/python/django-postoffice/Makefile
lang/python/django-ranged-response/Makefile
lang/python/django-restframework39/Makefile
lang/python/django-simple-captcha/Makefile
lang/python/django-statici18n/Makefile
lang/python/django-webpack-loader/Makefile
lang/python/django1/Makefile
net/seafile-seahub/Makefile
net/seafile-server/Makefile

index 1f3a0e36ec1850de396fc8912281448ca97edeb1..c762ae80b23008cc66b6540402f0d0384d0b7600 100644 (file)
@@ -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
index 66b4de718da0fd95fc5aa91116a6dadc23d04d92..8b5d61f26c2e2e8b0a7b08f6694c216012b9cf47 100644 (file)
@@ -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 \
index 92f9a961c5122bb5b8069d782a02fe1c51ef2c38..870b0da1f0fce034666ac741578594f44246bc0b 100644 (file)
@@ -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
index 39b998d127a902b1e1b452ffe98a44220365683d..476e2883f4706937bb99562034b46c7a2b4c4af0 100644 (file)
@@ -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
index 7d5705aa844b0e5c07fdac77b6456cbbc877062f..f03a57da8b5ddaab38bce963f561ce35ffd3b9d0 100644 (file)
@@ -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
index 7e2336cb06845f391193158dd327e7b83ca37218..2ca960641f1a6cadcb5f5178632692ab128c1fb0 100644 (file)
@@ -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
index c222983f44b777e6d2f84aedd757302e2165551b..dbc2dab0f98b21c57b41562cea60aa6705e12f23 100644 (file)
@@ -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
index b3a130ebefd98190330219a9963a4ac4e62a738d..b92b23b02174eae35b5014f25854f047cbb4943b 100644 (file)
@@ -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
index c3f41dfed9601a2c06e282280492eff21ebb5a9b..bf9864f751aaf4ba310af79fa348b25f14d1a9c1 100644 (file)
@@ -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 \
index 4f9ad8b1fa5942f6187658b433f14f632e9c2607..444b98b3af1cc42ea95f010a6acd338d5ae1492d 100644 (file)
@@ -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 \
index 03c18b0a1f547d0e2ebcefbc83b57135b8bc4c28..3aae13f7f5932d9e538c68924bfd8941352b30fe 100644 (file)
@@ -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
index a17d4c293106ba51d8fbd4e326d61bf93530ba34..8ec439aadc24cf7900ed38b1154e4cd9b2b88f31 100644 (file)
@@ -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
index d16ae9f667c4239eed1e1457a6f921e4fabbc9c2..8fc350c9b0a60c07e09a400b138e85a3cffb1992 100644 (file)
@@ -35,6 +35,7 @@ define Package/seafile-seahub
   TITLE:=Seafile server - seahub component
   URL:=https://seafile.com/
   DEPENDS:= \
+    @BROKEN \
     +gunicorn3 \
     +python3 \
     +python3-chardet \
index 156194b770eb3c20c9ceb110a2c2640295f48476..3271ee7a7f5b9dd86d29db691cd9d49eb81f23b3 100644 (file)
@@ -46,6 +46,7 @@ define Package/seafile-server
   TITLE:=Seafile server
   URL:=https://seafile.com/
   DEPENDS:= \
+    @BROKEN \
     +bash \
     +glib2 \
     +jansson \
@@ -85,6 +86,7 @@ define Package/seafile-server-fuse
   TITLE:=Seafile server - FUSE extension
   URL:=https://seafile.com/
   DEPENDS:= \
+    @BROKEN \
     +bash \
     +glib2 \
     +jansson \
@@ -117,7 +119,7 @@ define Package/python3-seafile-server
   CATEGORY:=Languages
   SUBMENU:=Python
   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
 
 define Package/python3-seafile-server/description