python-snowballstemmer:moved from contrib
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-snowballstemmer</Name>
|
||||
<Homepage>https://snowballstem.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Snowball stemming library collection for Python</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>python-setuptools</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-snowballstemmer</Name>
|
||||
<Summary>Snowball stemming library collection for Python</Summary>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python-snowballstemmer</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2019-12-06</Date>
|
||||
<Version>2.0.0</Version>
|
||||
<Comment>Rebuilt</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>
|
||||
Reference in New Issue
Block a user