python3-Unidecode: first release

This commit is contained in:
blue-devil
2020-01-18 17:14:40 +03:00
parent efd10cce8f
commit 8c22d60d70
3 changed files with 67 additions and 0 deletions
+13
View File
@@ -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")
+46
View File
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-Unidecode</Name>
<Homepage>http://pypi.python.org/pypi/Unidecode/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>Artistic</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>US-ASCII transliterations of Unicode text</Summary>
<Description>python-Unidecode provides ASCII transliterations of Unicode text. This is a Python port of Text::Unidecode Perl module.</Description>
<Archive sha1sum="20eea40de171ef9853174ce799dc06e624fb4996" type="targz">https://files.pythonhosted.org/packages/b1/d6/7e2a98e98c43cf11406de6097e2656d31559f788e9210326ce6544bd7d40/Unidecode-1.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-Unidecode</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Summary>US-ASCII transliterations of Unicode text</Summary>
<Files>
<Path fileType="executable">/usr/bin/unidecode</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-Unidecode</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-18</Date>
<Version>1.1.1</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-Unidecode</Name>
<Summary xml:lang="tr">Unicode karakterlerinin US-ASCII harf çevirileri</Summary>
<Description xml:lang="tr">python3-Unidecode, Unicode karakterlerinin US-ASCII harf çevirilerini sağlar. Text::Unidecode Perl modülünün Python diliyle yazılmış halidir.</Description>
</Source>
</PISI>