Skip to content

Commit

Permalink
www/py-django32: Deprecate/Set to expire
Browse files Browse the repository at this point in the history
* Set a deprecation note and let it expire to the end of June to give
  enough time to switch all affected ports over to Django 4.2 which is
  the next LTS release.

  The plan is to make every consumer ready for Django 4.2 during 2024Q1
  and then switch everything to Django 4.2 after 2024Q2 has branched.

PR:		276319
Differential Revision:	https://reviews.freebsd.org/D43344
With hat:	python
  • Loading branch information
knobix committed Jan 16, 2024
1 parent 06af245 commit 3687e17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/py-django32/Makefile
Expand Up @@ -16,6 +16,9 @@ WWW= https://www.djangoproject.com/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

DEPRECATED= Django 3.2 is now in Extended Support, receives security fixes only and will reach End-Of-Life in April 2024. Upgrade to a later Django version. See https://www.djangoproject.com/download/
EXPIRATION_DATE=2024-06-30

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}asgiref>0:www/py-asgiref@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse@${PY_FLAVOR}
Expand Down

0 comments on commit 3687e17

Please sign in to comment.