textproc/py-uc-micro-py: Add py-uc-micro-py 1.0.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.
This commit is contained in:
Po-Chuan Hsieh 2023-07-09 18:10:47 +08:00
parent 76c1d8182e
commit 609d4bb2bb
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 28 additions and 0 deletions

View file

@ -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

View file

@ -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 <bsd.port.mk>

View file

@ -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

View file

@ -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.