Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jan 2022 19:04:06 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: a78e628b6a12 - main - www/py-django-babel: Deprecate and set to expire
Message-ID:  <202201211904.20LJ46al036972@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=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}
 



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