git: 0edf508edf6f - main - www/py-django-tagging: Deprecate/Set to expire

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Tue, 30 Dec 2025 12:34:54 UTC
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0edf508edf6f74c93b454734ef4db34e427e3108

commit 0edf508edf6f74c93b454734ef4db34e427e3108
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-12-30 12:33:54 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-12-30 12:33:54 +0000

    www/py-django-tagging: Deprecate/Set to expire
    
    * Upstream is inactive since 5+ years and is no compatibility with
      newer versions of Django.
    
    * Although www/py-django42 will not reach its EoL until April, set the
      EXPIRATION_DATE accordingly at the end of 2026Q1 to get a clean cut
      with regard to the quarterly branch.
    
    PR:             291714
    Approved by:    Kevin Golding (maintainer)
---
 www/py-django-tagging/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/py-django-tagging/Makefile b/www/py-django-tagging/Makefile
index 1f431bee1532..44b7ce2f53d9 100644
--- a/www/py-django-tagging/Makefile
+++ b/www/py-django-tagging/Makefile
@@ -13,6 +13,9 @@ LICENSE=	BSD3CLAUSE MIT
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+DEPRECATED=	Upstream inactive since 5+ years, not compatible with Django 5+. Please use www/py-django-taggit instead
+EXPIRATION_DATE=2026-03-31
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR}
 
 USES=		python