Changelog: https://github.com/avian2/unidecode/blob/unidecode-1.3.7/ChangeLog PR: 275283 MFH: 2024Q1 Approved by: douglas@douglasthrift.net (maintainer timeout)
21 lines
436 B
Makefile
21 lines
436 B
Makefile
PORTNAME= unidecode
|
|
DISTVERSION= 1.3.7
|
|
CATEGORIES= converters python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= Unidecode-${PORTVERSION}
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
COMMENT= ASCII transliterations of Unicode text
|
|
WWW= https://pypi.org/project/Unidecode/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist concurrent
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|