diff --git a/programming/language/python3/python3-setuptools-scm/actions.py b/programming/language/python3/python3-setuptools-scm/actions.py
new file mode 100644
index 0000000000..0a5802b29a
--- /dev/null
+++ b/programming/language/python3/python3-setuptools-scm/actions.py
@@ -0,0 +1,18 @@
+#!/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")
+
+ #pythonmodules.run("setup.py build_sphinx", pyVer="3")
+
+def check():
+ pythonmodules.compile("test", pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
\ No newline at end of file
diff --git a/programming/language/python3/python3-setuptools-scm/pspec.xml b/programming/language/python3/python3-setuptools-scm/pspec.xml
new file mode 100644
index 0000000000..3d2ad89346
--- /dev/null
+++ b/programming/language/python3/python3-setuptools-scm/pspec.xml
@@ -0,0 +1,52 @@
+
+
+
+
+ python3-setuptools-scm
+ https://github.com/pypa/setuptools_scm
+
+ Blue DeviL
+ bluedevil@sctzine.com
+
+ MIT
+ library
+ Python3 setuptools-scm module
+ Tsetuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file.
+ https://pypi.io/packages/source/s/setuptools_scm/setuptools_scm-3.3.3.tar.gz
+
+ python3-setuptools
+ python3-devel
+
+
+
+
+
+ python3-setuptools-scm
+ Python3 setuptools-scm module
+
+ python3-setuptools
+ python3
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2019-12-11
+ 3.3.3
+ First pisi release
+ Blue DeviL
+ bluedevil@sctzine.com
+
+
+ 2019-11-28
+ 3.3.3
+ First pisi release
+ Blue DeviL
+ bluedevil@sctzine.com
+
+
+
diff --git a/programming/language/python3/python3-setuptools-scm/translations.xml b/programming/language/python3/python3-setuptools-scm/translations.xml
new file mode 100644
index 0000000000..2ef13d5da1
--- /dev/null
+++ b/programming/language/python3/python3-setuptools-scm/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-setuptools-scm
+ Python3 setuptools-scm modülü
+ setuptools-scm python paket versiyonlarını SCM metadataları kullanarak yönetmenizi sağlayan python3 modülüdür.
+
+