Skip to content

Commit

Permalink
www/py-django41: Deprecate/Set to expire
Browse files Browse the repository at this point in the history
* Django 4.1 will reach its End-of-Life in December 2023.  Deprecate it
  and set the expiration date accordingly.

Differential Revision:	https://reviews.freebsd.org/D41665
With hat:		python
  • Loading branch information
knobix committed Sep 10, 2023
1 parent caccfde commit 73d81b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/py-django41/Makefile
Expand Up @@ -15,6 +15,9 @@ WWW= https://www.djangoproject.com/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

DEPRECATED= Extended support of Django 4.1 ends December 2023, upgrade to a newer version of Django. See https://www.djangoproject.com/download/
EXPIRATION_DATE= 2023-12-31

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports.zoneinfo>0:devel/py-backports.zoneinfo@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}asgiref>=3.5.2:www/py-asgiref@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.2:databases/py-sqlparse@${PY_FLAVOR}
Expand Down

0 comments on commit 73d81b1

Please sign in to comment.