View | Details | Raw Unified | Return to bug 229439
Collapse All | Expand All

(-)py-text-unidecode/Makefile (+20 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	text-unidecode
4
DISTVERSION=	1.2
5
CATEGORIES=	converters python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	freebsd_ports@k-worx.org
10
COMMENT=	Most basic port of Perl's Text::Unidecode module
11
12
LICENSE=	ART10
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
USES=		python
16
USE_PYTHON=	distutils autoplist
17
18
NO_ARCH=	yes
19
20
.include <bsd.port.mk>
(-)py-text-unidecode/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1530183792
2
SHA256 (text-unidecode-1.2.tar.gz) = 5a1375bb2ba7968740508ae38d92e1f889a0832913cb1c447d5e2046061a396d
3
SIZE (text-unidecode-1.2.tar.gz) = 76872
(-)py-text-unidecode/pkg-descr (+7 lines)
Line 0 Link Here
1
text-unidecode is the most basic port of the Text::Unidecode Perl library. There
2
are other Python ports of Text::Unidecode (unidecode and isounidecode).
3
4
unidecode is GPL, isounidecode uses too much memory, and it didn't support
5
Python 3 when this package was created.
6
7
WWW: https://github.com/kmike/text-unidecode

Return to bug 229439