git: 99bdb203e236 - main - textproc/py-grapheme: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Apr 2025 14:53:38 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=99bdb203e236d48522db20d456547127e1910de8 commit 99bdb203e236d48522db20d456547127e1910de8 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-04-21 14:53:34 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-04-21 14:53:34 +0000 textproc/py-grapheme: Remove expired port 2025-03-31 textproc/py-grapheme: Upstream is inactive for 4 years --- MOVED | 1 + textproc/Makefile | 1 - textproc/py-grapheme/Makefile | 25 ------------------------- textproc/py-grapheme/distinfo | 3 --- textproc/py-grapheme/pkg-descr | 4 ---- 5 files changed, 1 insertion(+), 33 deletions(-) diff --git a/MOVED b/MOVED index 11df83eeb8cd..93d1b264a263 100644 --- a/MOVED +++ b/MOVED @@ -4324,3 +4324,4 @@ graphics/linux-c7-tiff|graphics/linux-c7-imageformats-libs|2025-04-21|Merged int graphics/linux-rl9-tiff|graphics/linux-rl9-imageformats-libs|2025-04-21|Merged into imageformats-libs graphics/linux-rl9-openjpeg|graphics/linux-rl9-imageformats-libs|2025-04-21|Merged into imageformats-libs graphics/linux-rl9-webp|graphics/linux-rl9-imageformats-libs|2025-04-21|Merged into imageformats-libs +textproc/py-grapheme||2025-04-21|Has expired: Upstream is inactive for 4 years diff --git a/textproc/Makefile b/textproc/Makefile index 0c4997c50aeb..24623b868abe 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1402,7 +1402,6 @@ SUBDIR += py-genshi SUBDIR += py-gensim SUBDIR += py-gi-docgen - SUBDIR += py-grapheme SUBDIR += py-graphemeu SUBDIR += py-grep-ast SUBDIR += py-griffe diff --git a/textproc/py-grapheme/Makefile b/textproc/py-grapheme/Makefile deleted file mode 100644 index d37ea8826ba1..000000000000 --- a/textproc/py-grapheme/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= grapheme -PORTVERSION= 0.6.0 -PORTREVISION= 1 -CATEGORIES= textproc python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Unicode grapheme helpers -WWW= https://github.com/alvinlindstam/grapheme - -LICENSE= MIT - -DEPRECATED= Upstream is inactive for 4 years -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} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/textproc/py-grapheme/distinfo b/textproc/py-grapheme/distinfo deleted file mode 100644 index 143342405b78..000000000000 --- a/textproc/py-grapheme/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1674588066 -SHA256 (grapheme-0.6.0.tar.gz) = 44c2b9f21bbe77cfb05835fec230bd435954275267fea1858013b102f8603cca -SIZE (grapheme-0.6.0.tar.gz) = 207306 diff --git a/textproc/py-grapheme/pkg-descr b/textproc/py-grapheme/pkg-descr deleted file mode 100644 index feeff6c4c1a0..000000000000 --- a/textproc/py-grapheme/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -grapheme is a Python package for working with user perceived characters. More -specifically, string manipulation and calculation functions for working with -grapheme cluster groups (graphemes) as defined by the Unicode Standard Annex -#29.