git: 19de6db9bc4c - main - textproc/py-googletrans: Deprecate and set removal date
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Dec 2023 10:44:09 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=19de6db9bc4ccc9d4487decac1a30b4735a06624 commit 19de6db9bc4ccc9d4487decac1a30b4735a06624 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2023-12-02 10:43:02 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-12-02 10:43:59 +0000 textproc/py-googletrans: Deprecate and set removal date --- textproc/py-googletrans/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textproc/py-googletrans/Makefile b/textproc/py-googletrans/Makefile index 365bc48ec455..98b04c6347ce 100644 --- a/textproc/py-googletrans/Makefile +++ b/textproc/py-googletrans/Makefile @@ -12,6 +12,9 @@ WWW= https://github.com/ssut/py-googletrans LICENSE= MIT # LICENSE_FILE isn't packaged in the sdist, yet +DEPRECATED= Umaintained for over 3 years, depends on old www/py-httpx013 +EXPIRATION_DATE= 2023-12-31 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx013>=0.13.3<0.13.4:www/py-httpx013@${PY_FLAVOR} USES= python # due www/py-httpx that requires 3.7+