git: a78e628b6a12 - main - www/py-django-babel: Deprecate and set to expire
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jan 2022 19:04:06 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=a78e628b6a12ee901c83acd9bfbcf474a27b19af commit a78e628b6a12ee901c83acd9bfbcf474a27b19af Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2022-01-21 18:45:40 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2022-01-21 19:00:58 +0000 www/py-django-babel: Deprecate and set to expire There hasn't been an update since 2019 and the compatibility with newer versions of Django isn't present. As an alternative, www/py-enmerkar can be used, which is a fork of it. --- www/py-django-babel/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/py-django-babel/Makefile b/www/py-django-babel/Makefile index fc69907f2204..dc580ee75841 100644 --- a/www/py-django-babel/Makefile +++ b/www/py-django-babel/Makefile @@ -13,6 +13,9 @@ COMMENT= Utilities for using Babel in django LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Upstream no longer maintained, please use www/py-enmerkar instead +EXPIRATION_DATE= 2022-06-30 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR}