diff --git a/textproc/Makefile b/textproc/Makefile index 386b3ec005d8..3c0ee580cc9b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1603,6 +1603,7 @@ SUBDIR += py-ttp SUBDIR += py-ttp-templates SUBDIR += py-typogrify + SUBDIR += py-uc-micro-py SUBDIR += py-ucl SUBDIR += py-ufal.udpipe SUBDIR += py-unicodeitplus diff --git a/textproc/py-uc-micro-py/Makefile b/textproc/py-uc-micro-py/Makefile new file mode 100644 index 000000000000..eb94526b33df --- /dev/null +++ b/textproc/py-uc-micro-py/Makefile @@ -0,0 +1,22 @@ +PORTNAME= uc-micro-py +PORTVERSION= 1.0.2 +CATEGORIES= textproc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Micro subset of Unicode data files for linkify-it-py projects +WWW= https://github.com/tsutsu3/uc.micro-py + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +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 diff --git a/textproc/py-uc-micro-py/distinfo b/textproc/py-uc-micro-py/distinfo new file mode 100644 index 000000000000..ed77a8da0ee8 --- /dev/null +++ b/textproc/py-uc-micro-py/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1688166036 +SHA256 (uc-micro-py-1.0.2.tar.gz) = 30ae2ac9c49f39ac6dce743bd187fcd2b574b16ca095fa74cd9396795c954c54 +SIZE (uc-micro-py-1.0.2.tar.gz) = 4730 diff --git a/textproc/py-uc-micro-py/pkg-descr b/textproc/py-uc-micro-py/pkg-descr new file mode 100644 index 000000000000..e51078e942ae --- /dev/null +++ b/textproc/py-uc-micro-py/pkg-descr @@ -0,0 +1,2 @@ +uc.micro-py is a Python port of uc.micro. It provides micro subset of Unicode +data files ONLY for linkify-it-py projects needs.