summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/py-dj50-django-rq/Makefile3
-rw-r--r--devel/py-dj50-strawberry-graphql/Makefile3
-rw-r--r--www/py-dj50-channels/Makefile3
-rw-r--r--www/py-dj50-django-auth-ldap/Makefile3
-rw-r--r--www/py-dj50-django-choices-field/Makefile3
-rw-r--r--www/py-dj50-django-cors-headers/Makefile3
-rw-r--r--www/py-dj50-django-debug-toolbar/Makefile3
-rw-r--r--www/py-dj50-django-filter/Makefile3
-rw-r--r--www/py-dj50-django-htmx/Makefile3
-rw-r--r--www/py-dj50-django-js-asset/Makefile3
-rw-r--r--www/py-dj50-django-mptt/Makefile3
-rw-r--r--www/py-dj50-django-prometheus/Makefile3
-rw-r--r--www/py-dj50-django-redis/Makefile3
-rw-r--r--www/py-dj50-django-rich/Makefile3
-rw-r--r--www/py-dj50-django-tables2/Makefile3
-rw-r--r--www/py-dj50-django-taggit/Makefile3
-rw-r--r--www/py-dj50-django-timezone-field/Makefile3
-rw-r--r--www/py-dj50-django-tree-queries/Makefile3
-rw-r--r--www/py-dj50-djangorestframework/Makefile3
-rw-r--r--www/py-dj50-drf-spectacular-sidecar/Makefile3
-rw-r--r--www/py-dj50-drf-spectacular/Makefile3
-rw-r--r--www/py-dj50-strawberry-graphql-django/Makefile3
22 files changed, 66 insertions, 0 deletions
diff --git a/devel/py-dj50-django-rq/Makefile b/devel/py-dj50-django-rq/Makefile
index e8bdd760e6e4..6829c7f974de 100644
--- a/devel/py-dj50-django-rq/Makefile
+++ b/devel/py-dj50-django-rq/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/rq/django-rq
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=3.2:www/py-django50@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}redis>=3.5:databases/py-redis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rq>=2:devel/py-rq@${PY_FLAVOR}
diff --git a/devel/py-dj50-strawberry-graphql/Makefile b/devel/py-dj50-strawberry-graphql/Makefile
index 02bdfb4aff92..f735853253ad 100644
--- a/devel/py-dj50-strawberry-graphql/Makefile
+++ b/devel/py-dj50-strawberry-graphql/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/strawberry-graphql/strawberry
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.6:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7.0:devel/py-python-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}graphql-core>=3.2.0<3.4.0:devel/py-graphql-core@${PY_FLAVOR} \
diff --git a/www/py-dj50-channels/Makefile b/www/py-dj50-channels/Makefile
index 91b5259f6186..001851391abf 100644
--- a/www/py-dj50-channels/Makefile
+++ b/www/py-dj50-channels/Makefile
@@ -12,6 +12,9 @@ WWW= https://channels.readthedocs.io/en/latest/ \
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.6.0<4:www/py-asgiref@${PY_FLAVOR} \
diff --git a/www/py-dj50-django-auth-ldap/Makefile b/www/py-dj50-django-auth-ldap/Makefile
index 9b8ca97e7f29..d48e46991bd5 100644
--- a/www/py-dj50-django-auth-ldap/Makefile
+++ b/www/py-dj50-django-auth-ldap/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/django-auth-ldap/django-auth-ldap
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
diff --git a/www/py-dj50-django-choices-field/Makefile b/www/py-dj50-django-choices-field/Makefile
index f4deeb90035c..d5d95904adf6 100644
--- a/www/py-dj50-django-choices-field/Makefile
+++ b/www/py-dj50-django-choices-field/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/bellini666/django-choices-field
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=3.2:www/py-django50@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR}
diff --git a/www/py-dj50-django-cors-headers/Makefile b/www/py-dj50-django-cors-headers/Makefile
index bd0dd6ba63f7..aff221751dcd 100644
--- a/www/py-dj50-django-cors-headers/Makefile
+++ b/www/py-dj50-django-cors-headers/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/adamchainz/django-cors-headers
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=4.2:www/py-django50@${PY_FLAVOR} \
diff --git a/www/py-dj50-django-debug-toolbar/Makefile b/www/py-dj50-django-debug-toolbar/Makefile
index 91f1274982a0..91dda712ff4f 100644
--- a/www/py-dj50-django-debug-toolbar/Makefile
+++ b/www/py-dj50-django-debug-toolbar/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/django-commons/django-debug-toolbar
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=4.2.9:www/py-django50@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.0:databases/py-sqlparse@${PY_FLAVOR}
diff --git a/www/py-dj50-django-filter/Makefile b/www/py-dj50-django-filter/Makefile
index 5a88c0f4b694..902eb01b5e1f 100644
--- a/www/py-dj50-django-filter/Makefile
+++ b/www/py-dj50-django-filter/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/carltongibson/django-filter
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=4.2:www/py-django50@${PY_FLAVOR}
diff --git a/www/py-dj50-django-htmx/Makefile b/www/py-dj50-django-htmx/Makefile
index a9c1a7edfb45..a34dfbf379d7 100644
--- a/www/py-dj50-django-htmx/Makefile
+++ b/www/py-dj50-django-htmx/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/adamchainz/django-htmx
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=4.2:www/py-django50@${PY_FLAVOR} \
diff --git a/www/py-dj50-django-js-asset/Makefile b/www/py-dj50-django-js-asset/Makefile
index 78e18b26e0d8..93f79b470c39 100644
--- a/www/py-dj50-django-js-asset/Makefile
+++ b/www/py-dj50-django-js-asset/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/matthiask/django-js-asset
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=4.2:www/py-django50@${PY_FLAVOR}
diff --git a/www/py-dj50-django-mptt/Makefile b/www/py-dj50-django-mptt/Makefile
index 499320b4735f..d45b9f75ed55 100644
--- a/www/py-dj50-django-mptt/Makefile
+++ b/www/py-dj50-django-mptt/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/django-mptt/django-mptt
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=3.2:www/py-django50@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj50-django-js-asset>0:www/py-dj50-django-js-asset@${PY_FLAVOR}
diff --git a/www/py-dj50-django-prometheus/Makefile b/www/py-dj50-django-prometheus/Makefile
index 925840b24baa..8551fd6c7309 100644
--- a/www/py-dj50-django-prometheus/Makefile
+++ b/www/py-dj50-django-prometheus/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/korfuri/django-prometheus
LICENSE= APACHE20
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.40.0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=3.2:www/py-django50@${PY_FLAVOR} \
diff --git a/www/py-dj50-django-redis/Makefile b/www/py-dj50-django-redis/Makefile
index a745ce1bb942..b4974fd1c865 100644
--- a/www/py-dj50-django-redis/Makefile
+++ b/www/py-dj50-django-redis/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/jazzband/django-redis
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=3.2:www/py-django50@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}redis>=3:databases/py-redis@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \
diff --git a/www/py-dj50-django-rich/Makefile b/www/py-dj50-django-rich/Makefile
index 83484c9dac8e..9c38d1bbc759 100644
--- a/www/py-dj50-django-rich/Makefile
+++ b/www/py-dj50-django-rich/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/adamchainz/django-rich
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=4.2:www/py-django50@${PY_FLAVOR} \
diff --git a/www/py-dj50-django-tables2/Makefile b/www/py-dj50-django-tables2/Makefile
index 4b95e7e6d7cf..1ca2d9e5bdc9 100644
--- a/www/py-dj50-django-tables2/Makefile
+++ b/www/py-dj50-django-tables2/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/jieter/django-tables2
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=4.2:www/py-django50@${PY_FLAVOR}
diff --git a/www/py-dj50-django-taggit/Makefile b/www/py-dj50-django-taggit/Makefile
index a80676c9f697..43667a19ece8 100644
--- a/www/py-dj50-django-taggit/Makefile
+++ b/www/py-dj50-django-taggit/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/jazzband/django-taggit
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=4.1:www/py-django50@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj50-djangorestframework>0:www/py-dj50-djangorestframework@${PY_FLAVOR}
diff --git a/www/py-dj50-django-timezone-field/Makefile b/www/py-dj50-django-timezone-field/Makefile
index 28190b1c4982..cfb4a109ca83 100644
--- a/www/py-dj50-django-timezone-field/Makefile
+++ b/www/py-dj50-django-timezone-field/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/mfogel/django-timezone-field
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=3.2:www/py-django50@${PY_FLAVOR}
diff --git a/www/py-dj50-django-tree-queries/Makefile b/www/py-dj50-django-tree-queries/Makefile
index e13e89cd6d2a..ab4e707d71b0 100644
--- a/www/py-dj50-django-tree-queries/Makefile
+++ b/www/py-dj50-django-tree-queries/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/feincms/django-tree-queries
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=3.2:www/py-django50@${PY_FLAVOR}
diff --git a/www/py-dj50-djangorestframework/Makefile b/www/py-dj50-djangorestframework/Makefile
index 6a5da241853e..7d392c7f07c5 100644
--- a/www/py-dj50-djangorestframework/Makefile
+++ b/www/py-dj50-djangorestframework/Makefile
@@ -11,6 +11,9 @@ WWW= https://www.django-rest-framework.org/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=3.0:www/py-django50@${PY_FLAVOR}
USES= python:3.10+
diff --git a/www/py-dj50-drf-spectacular-sidecar/Makefile b/www/py-dj50-drf-spectacular-sidecar/Makefile
index 3d11ca936451..2be12188fea1 100644
--- a/www/py-dj50-drf-spectacular-sidecar/Makefile
+++ b/www/py-dj50-drf-spectacular-sidecar/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/tfranzel/drf-spectacular
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=2.2:www/py-django50@${PY_FLAVOR}
USES= python:3.10+
diff --git a/www/py-dj50-drf-spectacular/Makefile b/www/py-dj50-drf-spectacular/Makefile
index 8dbba58e5fc0..4af9df244fc5 100644
--- a/www/py-dj50-drf-spectacular/Makefile
+++ b/www/py-dj50-drf-spectacular/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/tfranzel/drf-spectacular
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=2.2:www/py-django50@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj50-djangorestframework>=3.10.3:www/py-dj50-djangorestframework@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}inflection>=0.3.1:devel/py-inflection@${PY_FLAVOR} \
diff --git a/www/py-dj50-strawberry-graphql-django/Makefile b/www/py-dj50-strawberry-graphql-django/Makefile
index 7d9b16954004..1a289494f2d6 100644
--- a/www/py-dj50-strawberry-graphql-django/Makefile
+++ b/www/py-dj50-strawberry-graphql-django/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/strawberry-graphql/strawberry-django
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-05-31
+
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=4.2:www/py-django50@${PY_FLAVOR} \