git: cd29e78bb1ae - main - www/py-django40: Deprecate/Set to expire
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Feb 2023 07:15:13 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd29e78bb1ae9a9043a00baa1ea0dd18f9d2d7b0 commit cd29e78bb1ae9a9043a00baa1ea0dd18f9d2d7b0 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2023-02-22 07:08:08 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2023-02-22 07:08:08 +0000 www/py-django40: Deprecate/Set to expire * Django 4.0 will reach its End-of-Life in April 2023. Deprecate it and set the expiration date accordingly. Reviewed by: wen (python, via e-mail) Approved by: wen (python, via e-mail) Differential Revision: https://reviews.freebsd.org/D38650 --- www/py-django40/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/py-django40/Makefile b/www/py-django40/Makefile index ecc2ccc2b9b4..6341d6f732eb 100644 --- a/www/py-django40/Makefile +++ b/www/py-django40/Makefile @@ -15,6 +15,9 @@ WWW= https://www.djangoproject.com/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Extended support of Django 4.0 ends April 2023, upgrade to a newer version of Django. See https://www.djangoproject.com/download/ +EXPIRATION_DATE= 2023-05-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports.zoneinfo>0:devel/py-backports.zoneinfo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}asgiref>0:www/py-asgiref@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse@${PY_FLAVOR}