- Update to 0.04.9

From ChangeLog:

2011-09-23 unidecode 0.04.9

* Fixed Python 2.5 installation issue.

2011-09-22 unidecode 0.04.8

* License change to GPL to fit better with other Python modules and
to remove the issue of depending on Perl for licensing terms.
* Always return a string object on Python 2.x. Before this patch,
unidecode() returned a unicode object on Python 2.x if the input
was a unicode object that contained ASCII characters. Behaviour
on Python 3.x remains unchanged. (thanks to Wesley Yarde)

PR:	ports/165344
Submitted by:	maintainer, douglas@douglasthrift.net
This commit is contained in:
Jason Helfman 2012-02-21 21:36:11 +00:00
parent 40d798adbe
commit 13c5839543
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292019
3 changed files with 6 additions and 9 deletions

View File

@ -6,19 +6,16 @@
#
PORTNAME= unidecode
PORTVERSION= 0.04.7
PORTVERSION= 0.04.9
CATEGORIES= converters python
MASTER_SITES= http://code.zemanta.com/tsolc/unidecode/releases/ \
http://apt.douglasthrift.net/files/${PORTNAME}/ \
http://code.douglasthrift.net/files/${PORTNAME}/
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Unidecode-${PORTVERSION}
MAINTAINER= douglas@douglasthrift.net
COMMENT= ASCII transliterations of Unicode text
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE= GPLv2
USE_PYTHON= yes
USE_PYDISTUTILS= yes

View File

@ -1,2 +1,2 @@
SHA256 (Unidecode-0.04.7.tar.gz) = 083491df30d4c40798d0e4b4820c30f0eacb8e925d4c5af81a7cdbb2bb94bdcc
SIZE (Unidecode-0.04.7.tar.gz) = 187476
SHA256 (Unidecode-0.04.9.tar.gz) = 95df723427e7e1872349e2c3aef54c77c1df48fa57563d050bf56f43ba1d4d14
SIZE (Unidecode-0.04.9.tar.gz) = 196659

View File

@ -5,4 +5,4 @@ The representation is almost always an attempt at *transliteration*
-- i.e., conveying, in Roman letters, the pronunciation expressed by
the text in some other writing system. (See the example above)
WWW: http://code.zemanta.com/tsolc/unidecode/
WWW: http://pypi.python.org/pypi/Unidecode