1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

devel/py-pyuca: New port: Python implementation of the Unicode Collation Algorithm

This commit is contained in:
Yuri Victorovich 2024-09-06 17:35:51 -07:00
parent e20f501c26
commit b454245487
4 changed files with 26 additions and 0 deletions

View File

@ -5674,6 +5674,7 @@
SUBDIR += py-pytz
SUBDIR += py-pytz-deprecation-shim
SUBDIR += py-pytzdata
SUBDIR += py-pyuca
SUBDIR += py-pyudev
SUBDIR += py-pyupgrade
SUBDIR += py-pyusb

19
devel/py-pyuca/Makefile Normal file
View File

@ -0,0 +1,19 @@
PORTNAME= pyuca
DISTVERSION= 1.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python implementation of the Unicode Collation Algorithm
WWW= https://github.com/jtauber/pyuca
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist pytest
NO_ARCH= yes
.include <bsd.port.mk>

3
devel/py-pyuca/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1725659880
SHA256 (pyuca-1.2.tar.gz) = 8a382fe74627f08c0d18908c0713ca4a20aad5385f077579e56208beea2893b2
SIZE (pyuca-1.2.tar.gz) = 1398641

3
devel/py-pyuca/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
pyuca is a Python implementation of the Unicode Collation Algorithm (UCA).
UCA is used to sort non-English strings properly.