git: 435163426e2d - main - www/py-django42: Deprecate/Set to expire
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Dec 2025 12:34:50 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=435163426e2dfb80c6a5d376d0c03075de700f19
commit 435163426e2dfb80c6a5d376d0c03075de700f19
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-12-30 12:33:53 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-12-30 12:33:53 +0000
www/py-django42: Deprecate/Set to expire
* Set a deprecation note and let it expire to the end of May to give
enough time to switch all affected ports over to Django 5.2 which is
the next LTS release.
The plan is to make every consumer ready for Django 5.2 during 2026Q1
and then switch everything to Django 5.2 after 2026Q2 has branched.
PR: 291707
With hat: python
Differential Revision: https://reviews.freebsd.org/D54248
---
www/py-django42/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/py-django42/Makefile b/www/py-django42/Makefile
index b97dc7add51e..51f9c7957c5f 100644
--- a/www/py-django42/Makefile
+++ b/www/py-django42/Makefile
@@ -14,6 +14,9 @@ WWW= https://www.djangoproject.com/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Django 4.2 is now in Extended Support, receives security fixes only and will reach End-Of-Life in April 2026. Upgrade to a later Django version. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2026-05-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.6.0:www/py-asgiref@${PY_FLAVOR} \