git: 0f1e29a780e3 - main - www/py-django-common-helpers: Deprecate and set to expire
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Feb 2022 06:41:42 UTC
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+