Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2022 06:41:42 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: 0f1e29a780e3 - main - www/py-django-common-helpers: Deprecate and set to expire
Message-ID:  <202202140641.21E6fglw090527@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=0f1e29a780e3edf13a29f2c32adfdfddc7e35620

commit 0f1e29a780e3edf13a29f2c32adfdfddc7e35620
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-02-14 06:37:08 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-02-14 06:39:56 +0000

    www/py-django-common-helpers: Deprecate and set to expire
    
    The project seems to be no longer maintained and its code isn't
    compatible with newer versions of Django.
    
    PR:             261313
---
 www/py-django-common-helpers/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/py-django-common-helpers/Makefile b/www/py-django-common-helpers/Makefile
index 6f5a99e99914..c9189e37b9c6 100644
--- a/www/py-django-common-helpers/Makefile
+++ b/www/py-django-common-helpers/Makefile
@@ -11,6 +11,9 @@ COMMENT=	Common things every Django app needs
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	No longer maintained, doesn't work with newer versions of Django
+EXPIRATION_DATE=	2022-06-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR}
 
 USES=		python:3.5+



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