python3-snowballstemmer:first pisi release

This commit is contained in:
blue-devil
2020-01-10 21:03:33 +00:00
parent bb894ba516
commit 154307a46d
3 changed files with 72 additions and 0 deletions
@@ -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("-O1", pyVer="3")
@@ -0,0 +1,51 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-snowballstemmer</Name>
<Homepage>https://snowballstem.org/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>BSD</License>
<PartOf>programming.language.python3</PartOf>
<IsA>library</IsA>
<Summary>Snowball stemming library collection for Python3</Summary>
<Description>Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval. </Description>
<Archive sha1sum="d303e11059ecbb8ad3a6d7b08af5d2f15b83ddec" type="targz">https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-2.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-snowballstemmer</Name>
<Summary>snowballstemmer module for python3</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-snowballstemmer</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2019-12-06</Date>
<Version>2.0.0</Version>
<Comment>Rebuilt w/ py3.8</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2019-12-06</Date>
<Version>2.0.0</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-snowballstemmer</Name>
<Summary xml:lang="tr">Snowball, python3 için sözcük kökeni bulma kitaplığıdır.</Summary>
<Description xml:lang="tr">Snowball, sıklıkla kullanılan bilgi çekme yapılırken kullanılan sözcük kökü bulma işlemi için yaratılmış küçük bir sözcük işleme kitaplığıdır.</Description>
</Source>
</PISI>