textproc/py-graphemeu: Add py-graphemeu 0.7.2

graphemeu 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.
This commit is contained in:
Po-Chuan Hsieh 2025-03-14 17:37:29 +08:00
parent 0db126221a
commit 37ed6b4bf8
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 30 additions and 0 deletions

View file

@ -1406,6 +1406,7 @@
SUBDIR += py-gensim SUBDIR += py-gensim
SUBDIR += py-gi-docgen SUBDIR += py-gi-docgen
SUBDIR += py-grapheme SUBDIR += py-grapheme
SUBDIR += py-graphemeu
SUBDIR += py-grep-ast SUBDIR += py-grep-ast
SUBDIR += py-griffe SUBDIR += py-griffe
SUBDIR += py-grimoire-elk SUBDIR += py-grimoire-elk

View file

@ -0,0 +1,22 @@
PORTNAME= graphemeu
PORTVERSION= 0.7.2
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Unicode grapheme helpers
WWW= https://graphemeu.readthedocs.io/en/latest/ \
https://github.com/timendum/grapheme
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1740836006
SHA256 (graphemeu-0.7.2.tar.gz) = 42bbe373d7c146160f286cd5f76b1a8ad29172d7333ce10705c5cc282462a4f8
SIZE (graphemeu-0.7.2.tar.gz) = 307626

View file

@ -0,0 +1,4 @@
graphemeu 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.