aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2022-04-14 16:24:00 +0000
committerKai Knoblich <kai@FreeBSD.org>2022-04-14 16:27:54 +0000
commit94d5b74e39987d04e0af6e2ce4bbb4c27d1e4d07 (patch)
tree0cedc94ed25dc3f619f83ab2eebd4cd91fd0a8a1
parent2e5c14d74be3fc0a8025d6a613086b13e8a7daeb (diff)
downloadports-94d5b74e39987d04e0af6e2ce4bbb4c27d1e4d07.tar.gz
ports-94d5b74e39987d04e0af6e2ce4bbb4c27d1e4d07.zip
www/py-graphite-web: Deprecate and set to expire
* The current version of py-graphite doesn't support Django 3.2, which is the next LTS (= long-term support) release since Django 2.2 reached its End-of-Life on April 11th [1]. There may be a new release with support for newer versions of Django in the course of 2022Q2 to undeprecate the port. PR: 261086, 261313 [1] Approved by: bofh (maintainer, via D34859)
-rw-r--r--www/py-graphite-web/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-graphite-web/Makefile b/www/py-graphite-web/Makefile
index d52c8a1b1927..17ecc32487dd 100644
--- a/www/py-graphite-web/Makefile
+++ b/www/py-graphite-web/Makefile
@@ -11,6 +11,9 @@ COMMENT= Enterprise scalable realtime graphing platform
LICENSE= APACHE20
+DEPRECATED= No support for newer versions of Django
+EXPIRATION_DATE= 2022-06-30
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=1.8.10:graphics/py-cairo@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}carbon>=${PORTVERSION}:databases/py-carbon@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-tagging>=0.4.2:www/py-django-tagging@${PY_FLAVOR} \