forked from Lainports/freebsd-ports
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:
parent
76c1d8182e
commit
609d4bb2bb
4 changed files with 28 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
22
textproc/py-uc-micro-py/Makefile
Normal file
22
textproc/py-uc-micro-py/Makefile
Normal 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>
|
||||
3
textproc/py-uc-micro-py/distinfo
Normal file
3
textproc/py-uc-micro-py/distinfo
Normal 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
|
||||
2
textproc/py-uc-micro-py/pkg-descr
Normal file
2
textproc/py-uc-micro-py/pkg-descr
Normal 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.
|
||||
Loading…
Add table
Reference in a new issue