git: 4418ef6913dd - main - textproc/py-trans: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Feb 2025 16:10:06 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4418ef6913ddaffe6ab188e2b3e46756500493a2 commit 4418ef6913ddaffe6ab188e2b3e46756500493a2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:34:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:54:22 +0000 textproc/py-trans: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28 PR: 283603 Reported by: diizzy --- textproc/py-trans/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textproc/py-trans/Makefile b/textproc/py-trans/Makefile index 980aaf121e47..dfbe7e1b297d 100644 --- a/textproc/py-trans/Makefile +++ b/textproc/py-trans/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/zzzsochi/trans LICENSE= BSD2CLAUSE +DEPRECATED= Upstream is inactive for almost 8.5 years +EXPIRATION_DATE=2025-02-28 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}