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