Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2025 12:34:54 +0000
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0edf508edf6f - main - www/py-django-tagging: Deprecate/Set to expire
Message-ID:  <6953c6ee.38933.77282846@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6953c6ee.38933.77282846>