diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-28 15:42:56 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-28 15:47:41 +0000 |
commit | 6f353c3ae410c753a9adbcf31259b08c8c26c4e6 (patch) | |
tree | b1ed04b1810e874721e1c84896f92ea900cef95f | |
parent | 9ef313e1d09c93c6a484194d2a309824f46fcfa4 (diff) |
-rw-r--r-- | textproc/py-grapheme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-grapheme/Makefile b/textproc/py-grapheme/Makefile index 84f8951e9453..d37ea8826ba1 100644 --- a/textproc/py-grapheme/Makefile +++ b/textproc/py-grapheme/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/alvinlindstam/grapheme LICENSE= MIT DEPRECATED= Upstream is inactive for 4 years -EXPIRATION_DATE=2025-02-28 +EXPIRATION_DATE=2025-03-31 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} |