diff --git a/programming/language/python3/python3-Unidecode/actions.py b/programming/language/python3/python3-Unidecode/actions.py new file mode 100755 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-Unidecode/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-Unidecode/pspec.xml b/programming/language/python3/python3-Unidecode/pspec.xml new file mode 100755 index 0000000000..dc9f049665 --- /dev/null +++ b/programming/language/python3/python3-Unidecode/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-Unidecode + http://pypi.python.org/pypi/Unidecode/ + + PisiLinux Community + admins@pisilinux.org + + programming.language.python3 + 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://files.pythonhosted.org/packages/b1/d6/7e2a98e98c43cf11406de6097e2656d31559f788e9210326ce6544bd7d40/Unidecode-1.1.1.tar.gz + + python3-devel + python3-setuptools + + + + + python3-Unidecode + + python3 + + US-ASCII transliterations of Unicode text + + /usr/bin/unidecode + /usr/lib/python3* + /usr/share/doc/python3-Unidecode + + + + + + 2020-01-18 + 1.1.1 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-Unidecode/translations.xml b/programming/language/python3/python3-Unidecode/translations.xml new file mode 100755 index 0000000000..558f4a8bf4 --- /dev/null +++ b/programming/language/python3/python3-Unidecode/translations.xml @@ -0,0 +1,8 @@ + + + + python3-Unidecode + Unicode karakterlerinin US-ASCII harf çevirileri + python3-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