diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2022-06-16 17:40:46 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2022-06-16 17:44:24 +0000 |
commit | fe11772026deadd3f130eed5a04c29dc1e7d7a77 (patch) | |
tree | a238abc04c310bccf6e060c8b6f9043850b40eca /www/py-dj32-django-debug-toolbar/Makefile | |
parent | 2a7fba8c99d3d196f8689c28fa1ee5bcfa518dc3 (diff) | |
download | ports-fe11772026deadd3f130eed5a04c29dc1e7d7a77.tar.gz ports-fe11772026deadd3f130eed5a04c29dc1e7d7a77.zip |
*/py-dj32-*: Deprecate/Set to expire
* The port net-mgmt/netbox was switched from Django 3.2 to Django 4.0
in d96a960530f3c20a9edd7837583ff7bec092566f.
Since then all the */py-dj32-* ports have no more consumers and all
the other Django ports have been switched to Django 3.2 in the last
few weeks. [1] Hence the py-dj32-* ports are redundant now.
Mark the py-dj32-* as deprecated and set an expiration to the end of
2022Q2 to get a clean 2022Q3 branch.
PR: 261313 [1]
Diffstat (limited to 'www/py-dj32-django-debug-toolbar/Makefile')
-rw-r--r-- | www/py-dj32-django-debug-toolbar/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-dj32-django-debug-toolbar/Makefile b/www/py-dj32-django-debug-toolbar/Makefile index 8ed4859315fa..c66d5eccb43b 100644 --- a/www/py-dj32-django-debug-toolbar/Makefile +++ b/www/py-dj32-django-debug-toolbar/Makefile @@ -10,6 +10,9 @@ COMMENT= Configurable set of panels to display debug information LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Obsolete, please use www/py-django-debug-toolbar instead +EXPIRATION_DATE= 2022-06-30 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.0:databases/py-sqlparse@${PY_FLAVOR} |