Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2022 17:35:01 GMT
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: d3b41cc1c652 - main - www/py-django-cron: Deprecate and set to expire
Message-ID:  <202201181735.20IHZ18B038039@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai:

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

commit d3b41cc1c6523ce99a992202256f427e8c8b7e9f
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-01-18 17:32:22 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-01-18 17:34:01 +0000

    www/py-django-cron: Deprecate and set to expire
    
    The project is no longer maintained and its code isn't compatible with
    newer versions of Django.
    
    PR:             261313
---
 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 a97f3fe88dec..dc6e9d8a1225 100644
--- a/www/py-django-cron/Makefile
+++ b/www/py-django-cron/Makefile
@@ -11,6 +11,9 @@ COMMENT=	Running Python crons in a Django project
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Upstream no longer maintained
+EXPIRATION_DATE=	2022-06-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}django-common-helpers>=0.6.4:www/py-django-common-helpers@${PY_FLAVOR}
 



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