git: 94d5b74e3998 - main - www/py-graphite-web: Deprecate and set to expire

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Thu, 14 Apr 2022 16:30:19 UTC
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=94d5b74e39987d04e0af6e2ce4bbb4c27d1e4d07

commit 94d5b74e39987d04e0af6e2ce4bbb4c27d1e4d07
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-04-14 16:24:00 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-04-14 16:27:54 +0000

    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)
---
 www/py-graphite-web/Makefile | 3 +++
 1 file changed, 3 insertions(+)

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} \