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

(-)py-unidecode/Makefile (-6 / +3 lines)
Lines 6-24 Link Here
6
#
6
#
7
7
8
PORTNAME=	unidecode
8
PORTNAME=	unidecode
9
PORTVERSION=	0.04.7
9
PORTVERSION=	0.04.9
10
CATEGORIES=	converters python
10
CATEGORIES=	converters python
11
MASTER_SITES=	http://code.zemanta.com/tsolc/unidecode/releases/ \
11
MASTER_SITES=	CHEESESHOP
12
		http://apt.douglasthrift.net/files/${PORTNAME}/ \
13
		http://code.douglasthrift.net/files/${PORTNAME}/
14
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
15
DISTNAME=	Unidecode-${PORTVERSION}
13
DISTNAME=	Unidecode-${PORTVERSION}
16
14
17
MAINTAINER=	douglas@douglasthrift.net
15
MAINTAINER=	douglas@douglasthrift.net
18
COMMENT=	ASCII transliterations of Unicode text
16
COMMENT=	ASCII transliterations of Unicode text
19
17
20
LICENSE=	ART10 GPLv1
18
LICENSE=	GPLv2
21
LICENSE_COMB=	dual
22
19
23
USE_PYTHON=	yes
20
USE_PYTHON=	yes
24
USE_PYDISTUTILS=	yes
21
USE_PYDISTUTILS=	yes
(-)py-unidecode/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Unidecode-0.04.7.tar.gz) = 083491df30d4c40798d0e4b4820c30f0eacb8e925d4c5af81a7cdbb2bb94bdcc
1
SHA256 (Unidecode-0.04.9.tar.gz) = 95df723427e7e1872349e2c3aef54c77c1df48fa57563d050bf56f43ba1d4d14
2
SIZE (Unidecode-0.04.7.tar.gz) = 187476
2
SIZE (Unidecode-0.04.9.tar.gz) = 196659
(-)py-unidecode/pkg-descr (-1 / +1 lines)
Lines 5-8 Link Here
5
-- i.e., conveying, in Roman letters, the pronunciation expressed by
5
-- i.e., conveying, in Roman letters, the pronunciation expressed by
6
the text in some other writing system. (See the example above)
6
the text in some other writing system. (See the example above)
7
7
8
WWW: http://code.zemanta.com/tsolc/unidecode/
8
WWW: http://pypi.python.org/pypi/Unidecode

Return to bug 165344