From 154307a46d67e137df059c923559c9988e2baabe Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 10 Jan 2020 21:03:33 +0000 Subject: [PATCH] python3-snowballstemmer:first pisi release --- .../python3-snowballstemmer/actions.py | 13 +++++ .../python3/python3-snowballstemmer/pspec.xml | 51 +++++++++++++++++++ .../python3-snowballstemmer/translations.xml | 8 +++ 3 files changed, 72 insertions(+) create mode 100644 programming/language/python3/python3-snowballstemmer/actions.py create mode 100644 programming/language/python3/python3-snowballstemmer/pspec.xml create mode 100644 programming/language/python3/python3-snowballstemmer/translations.xml diff --git a/programming/language/python3/python3-snowballstemmer/actions.py b/programming/language/python3/python3-snowballstemmer/actions.py new file mode 100644 index 0000000000..c69b36c10d --- /dev/null +++ b/programming/language/python3/python3-snowballstemmer/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("-O1", pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-snowballstemmer/pspec.xml b/programming/language/python3/python3-snowballstemmer/pspec.xml new file mode 100644 index 0000000000..dfcd133a4e --- /dev/null +++ b/programming/language/python3/python3-snowballstemmer/pspec.xml @@ -0,0 +1,51 @@ + + + + + python3-snowballstemmer + https://snowballstem.org/ + + Blue Devil + bluedevil@sctzine.com + + BSD + programming.language.python3 + library + Snowball stemming library collection for Python3 + Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval. + https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-2.0.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-snowballstemmer + snowballstemmer module for python3 + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-snowballstemmer + + + + + + 2019-12-06 + 2.0.0 + Rebuilt w/ py3.8 + Blue Devil + bluedevil@sctzine.com + + + 2019-12-06 + 2.0.0 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + diff --git a/programming/language/python3/python3-snowballstemmer/translations.xml b/programming/language/python3/python3-snowballstemmer/translations.xml new file mode 100644 index 0000000000..021e52409f --- /dev/null +++ b/programming/language/python3/python3-snowballstemmer/translations.xml @@ -0,0 +1,8 @@ + + + + python3-snowballstemmer + Snowball, python3 için sözcük kökeni bulma kitaplığıdır. + 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. + + \ No newline at end of file