git: c45d55461ce5 - main - www/py-django-compat: Deprecate and set to expire
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Feb 2022 06:41:43 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=c45d55461ce5ca18fdf124d67d609dc7aaf9bfc1 commit c45d55461ce5ca18fdf124d67d609dc7aaf9bfc1 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2022-02-14 06:38:08 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2022-02-14 06:39:56 +0000 www/py-django-compat: 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-compat/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/py-django-compat/Makefile b/www/py-django-compat/Makefile index 5fbf126f0d75..d9c41fe4129c 100644 --- a/www/py-django-compat/Makefile +++ b/www/py-django-compat/Makefile @@ -10,6 +10,9 @@ COMMENT= For- and backwards compatibility layer for different Django versions 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.4:www/py-django22@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}