diff options
author | jgh <jgh@FreeBSD.org> | 2012-02-22 05:36:11 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-02-22 05:36:11 +0800 |
commit | 36fe89d59557bb4d91443dc97d91de1f3bcd74da (patch) | |
tree | 77b20abce8e12263540b43001acab76d5ad66481 /converters | |
parent | 548ed59af388e037f037d8f62eb0e19a69b064a2 (diff) | |
download | freebsd-ports-gnome-36fe89d59557bb4d91443dc97d91de1f3bcd74da.tar.gz freebsd-ports-gnome-36fe89d59557bb4d91443dc97d91de1f3bcd74da.tar.zst freebsd-ports-gnome-36fe89d59557bb4d91443dc97d91de1f3bcd74da.zip |
- 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
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-unidecode/Makefile | 9 | ||||
-rw-r--r-- | converters/py-unidecode/distinfo | 4 | ||||
-rw-r--r-- | converters/py-unidecode/pkg-descr | 2 |
3 files changed, 6 insertions, 9 deletions
diff --git a/converters/py-unidecode/Makefile b/converters/py-unidecode/Makefile index eb9acc9a6d5e..bff418409b0e 100644 --- a/converters/py-unidecode/Makefile +++ b/converters/py-unidecode/Makefile @@ -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 diff --git a/converters/py-unidecode/distinfo b/converters/py-unidecode/distinfo index 14f0c795134b..7f1e85b66047 100644 --- a/converters/py-unidecode/distinfo +++ b/converters/py-unidecode/distinfo @@ -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 diff --git a/converters/py-unidecode/pkg-descr b/converters/py-unidecode/pkg-descr index 4e9e54f5be74..49bb59b691ed 100644 --- a/converters/py-unidecode/pkg-descr +++ b/converters/py-unidecode/pkg-descr @@ -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 |