git: 491d50930253 - main - www/py-django-cron: Deprecate/Set to expire

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=491d5093025316649bb913319adf055ffafcaadf

commit 491d5093025316649bb913319adf055ffafcaadf
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-12-30 12:33:53 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-12-30 12:33:53 +0000

    www/py-django-cron: Deprecate/Set to expire
    
    * Upstream project is inactive since 3+ years and there's no
      compatibility for Django 5.2 or newer.
    
    * 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:             291707
---
 www/py-django-cron/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/py-django-cron/Makefile b/www/py-django-cron/Makefile
index b337c2cbcc39..28026c7ee084 100644
--- a/www/py-django-cron/Makefile
+++ b/www/py-django-cron/Makefile
@@ -12,6 +12,9 @@ WWW=		https://github.com/tivix/django-cron
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Upstream inactive since 3+ years, not compatible with Django 5.2 or newer
+EXPIRATION_DATE=2026-03-31
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR}
 
 USES=		python