# $FreeBSD$
PORTNAME= text-unidecode
DISTVERSION= 1.2
CATEGORIES= converters python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= freebsd_ports@k-worx.org
COMMENT= Most basic port of Perl's Text::Unidecode module
LICENSE= ART10
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1530183792
SHA256 (text-unidecode-1.2.tar.gz) = 5a1375bb2ba7968740508ae38d92e1f889a0832913cb1c447d5e2046061a396d
SIZE (text-unidecode-1.2.tar.gz) = 76872
text-unidecode is the most basic port of the Text::Unidecode Perl library. There
are other Python ports of Text::Unidecode (unidecode and isounidecode).
unidecode is GPL, isounidecode uses too much memory, and it didn't support
Python 3 when this package was created.
WWW: https://github.com/kmike/text-unidecode