summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2022-01-18 18:29:41 +0100
committerKai Knoblich <kai@FreeBSD.org>2022-01-18 18:34:01 +0100
commit75cf1a445a87cbb9c8e7cecd8e1cb58699bf3b22 (patch)
tree8934e43dda5f9d2d47b8aaa99c428620836a1e1e
parenttextproc/ibus-typing-booster: upgrade to 2.15.15 (diff)
www/py-django22: Deprecate and set to expire
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 3.2 which is the next LTS release. PR: 261313 Reviewed by: koobs Approved by: dbaio, sunpoet (python, maintainer) Differential Revision: https://reviews.freebsd.org/D33793
-rw-r--r--www/py-django22/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-django22/Makefile b/www/py-django22/Makefile
index a3b1e1898b73..c0566a83e0ba 100644
--- a/www/py-django22/Makefile
+++ b/www/py-django22/Makefile
@@ -16,6 +16,9 @@ COMMENT= High-level Python Web Framework
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Django 2.2 is now in Extended Support, receives security fixes only and will reach End-Of-Life on 2022-04-01. Upgrade to a later Django version. See https://www.djangoproject.com/download/
+EXPIRATION_DATE= 2022-06-30
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tblib>0:devel/py-tblib@${PY_FLAVOR}