mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
0db126221a
commit
37ed6b4bf8
4 changed files with 30 additions and 0 deletions
|
@ -1406,6 +1406,7 @@
|
|||
SUBDIR += py-gensim
|
||||
SUBDIR += py-gi-docgen
|
||||
SUBDIR += py-grapheme
|
||||
SUBDIR += py-graphemeu
|
||||
SUBDIR += py-grep-ast
|
||||
SUBDIR += py-griffe
|
||||
SUBDIR += py-grimoire-elk
|
||||
|
|
22
textproc/py-graphemeu/Makefile
Normal file
22
textproc/py-graphemeu/Makefile
Normal 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>
|
3
textproc/py-graphemeu/distinfo
Normal file
3
textproc/py-graphemeu/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1740836006
|
||||
SHA256 (graphemeu-0.7.2.tar.gz) = 42bbe373d7c146160f286cd5f76b1a8ad29172d7333ce10705c5cc282462a4f8
|
||||
SIZE (graphemeu-0.7.2.tar.gz) = 307626
|
4
textproc/py-graphemeu/pkg-descr
Normal file
4
textproc/py-graphemeu/pkg-descr
Normal 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.
|
Loading…
Add table
Reference in a new issue