aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2022-02-14 06:37:08 +0000
committerKai Knoblich <kai@FreeBSD.org>2022-02-14 06:39:56 +0000
commit0f1e29a780e3edf13a29f2c32adfdfddc7e35620 (patch)
treeba568b8af1156ee4065a4a36386693837927572a
parent1d18f2b157d118bcbd961ff3fd51a77bcdf81624 (diff)
downloadports-0f1e29a780e3edf13a29f2c32adfdfddc7e35620.tar.gz
ports-0f1e29a780e3edf13a29f2c32adfdfddc7e35620.zip
www/py-django-common-helpers: Deprecate and set to expire
The project seems to be no longer maintained and its code isn't compatible with newer versions of Django. PR: 261313
-rw-r--r--www/py-django-common-helpers/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-django-common-helpers/Makefile b/www/py-django-common-helpers/Makefile
index 6f5a99e99914..c9189e37b9c6 100644
--- a/www/py-django-common-helpers/Makefile
+++ b/www/py-django-common-helpers/Makefile
@@ -11,6 +11,9 @@ COMMENT= Common things every Django app needs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= No longer maintained, doesn't work with newer versions of Django
+EXPIRATION_DATE= 2022-06-30
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR}
USES= python:3.5+