git: 19d1e26d71fd - main - textproc/py-grapheme: 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:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=19d1e26d71fd1e102f624410159e1abf73d8cd55 commit 19d1e26d71fd1e102f624410159e1abf73d8cd55 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:34:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:54:23 +0000 textproc/py-grapheme: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28 PR: 283610 Reported by: diizzy --- textproc/py-grapheme/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textproc/py-grapheme/Makefile b/textproc/py-grapheme/Makefile index db90a5389b96..84f8951e9453 100644 --- a/textproc/py-grapheme/Makefile +++ b/textproc/py-grapheme/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/alvinlindstam/grapheme LICENSE= MIT +DEPRECATED= Upstream is inactive for 4 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}