aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2022-01-18 17:29:41 +0000
committerKai Knoblich <kai@FreeBSD.org>2022-01-18 17:34:01 +0000
commit75cf1a445a87cbb9c8e7cecd8e1cb58699bf3b22 (patch)
tree8934e43dda5f9d2d47b8aaa99c428620836a1e1e
parentc64cfd0a862f747ac10539997770a9ff997e088a (diff)
downloadports-75cf1a445a87cbb9c8e7cecd8e1cb58699bf3b22.tar.gz
ports-75cf1a445a87cbb9c8e7cecd8e1cb58699bf3b22.zip
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}