Files
main/programming/language/python3/python3-snowballstemmer/pspec.xml
T
2020-01-10 21:03:33 +00:00

52 lines
2.0 KiB
XML

<?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>