From efd10cce8f9a9e42133a6570d88ff3fed9bebe6d Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 18 Jan 2020 17:14:23 +0300 Subject: [PATCH] python-Unidecode: verson bump --- .../python/python-Unidecode/actions.py | 6 ++--- .../python/python-Unidecode/pspec.xml | 24 ++++++++++++------- .../python/python-Unidecode/translations.xml | 2 +- 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/programming/language/python/python-Unidecode/actions.py b/programming/language/python/python-Unidecode/actions.py index 9923240876..d9ed4baa80 100755 --- a/programming/language/python/python-Unidecode/actions.py +++ b/programming/language/python/python-Unidecode/actions.py @@ -5,13 +5,11 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules -from pisi.actionsapi import get - -WorkDir = "Unidecode-%s" % get.srcVERSION() +from pisi.actionsapi import pisitools def build(): pythonmodules.compile() def install(): pythonmodules.install() - + pisitools.rename("/usr/bin/unidecode","unidecode-py2") \ No newline at end of file diff --git a/programming/language/python/python-Unidecode/pspec.xml b/programming/language/python/python-Unidecode/pspec.xml index 1a3a79f33f..017184f33f 100755 --- a/programming/language/python/python-Unidecode/pspec.xml +++ b/programming/language/python/python-Unidecode/pspec.xml @@ -1,5 +1,5 @@ - + python-Unidecode @@ -8,12 +8,13 @@ PisiLinux Community admins@pisilinux.org + programming.language.python Artistic GPLv2 library US-ASCII transliterations of Unicode text python-Unidecode provides ASCII transliterations of Unicode text. This is a Python port of Text::Unidecode Perl module. - https://pypi.python.org/packages/9d/36/49d0ee152b6a1631f03a541532c6201942430060aa97fe011cf01a2cce64/Unidecode-1.0.22.tar.gz + https://files.pythonhosted.org/packages/b1/d6/7e2a98e98c43cf11406de6097e2656d31559f788e9210326ce6544bd7d40/Unidecode-1.1.1.tar.gz python-devel python-setuptools @@ -22,17 +23,22 @@ python-Unidecode - - python - + US-ASCII transliterations of Unicode text - /usr/bin - /usr/lib - /usr/share/doc + /usr/bin/unidecode-py2 + /usr/lib/python2* + /usr/share/doc/python-Unidecode + + 2020-01-18 + 1.1.1 + Version bump. + GMK + metehankaraguzel@gmail.com + 2018-08-29 1.0.22 @@ -69,4 +75,4 @@ alihan@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python/python-Unidecode/translations.xml b/programming/language/python/python-Unidecode/translations.xml index 84820e3d06..a6e2e314f7 100755 --- a/programming/language/python/python-Unidecode/translations.xml +++ b/programming/language/python/python-Unidecode/translations.xml @@ -5,4 +5,4 @@ Unicode karakterlerinin US-ASCII harf çevirileri python-Unidecode, Unicode karakterlerinin US-ASCII harf çevirilerini sağlar. Text::Unidecode Perl modülünün Python diliyle yazılmış halidir. - + \ No newline at end of file