diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2022-01-21 18:45:40 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2022-01-21 19:00:58 +0000 |
commit | a78e628b6a12ee901c83acd9bfbcf474a27b19af (patch) | |
tree | a32505fb15b53f860fa66da6043a8b9fdc42dc8a | |
parent | 03c319e5e9f2bd0244819d0d74159d98c10842d2 (diff) | |
download | ports-a78e628b6a12ee901c83acd9bfbcf474a27b19af.tar.gz ports-a78e628b6a12ee901c83acd9bfbcf474a27b19af.zip |
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.
-rw-r--r-- | www/py-django-babel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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} |