diff --git a/programming/language/python3/python3-sphinx-issues/actions.py b/programming/language/python3/python3-sphinx-issues/actions.py
new file mode 100644
index 0000000000..cbcb8f4043
--- /dev/null
+++ b/programming/language/python3/python3-sphinx-issues/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(pyVer="3")
\ No newline at end of file
diff --git a/programming/language/python3/python3-sphinx-issues/pspec.xml b/programming/language/python3/python3-sphinx-issues/pspec.xml
new file mode 100644
index 0000000000..19ec84d600
--- /dev/null
+++ b/programming/language/python3/python3-sphinx-issues/pspec.xml
@@ -0,0 +1,46 @@
+
+
+
+
+ python3-sphinx-issues
+ https://github.com/sloria/sphinx-issues
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ BSD
+ library
+ A Sphinx extension for linking to your project's issue tracker.
+ A Sphinx extension for linking to your project's issue tracker. Includes roles for linking to issues, pull requests, user profiles, with built-in support for GitHub (though this works with other services).
+ https://github.com/sloria/sphinx-issues/archive/1.2.0.tar.gz
+
+ python3-setuptools
+ python3-devel
+
+
+
+
+ python3-sphinx-issues
+ A Sphinx extension for linking to your project's issue tracker.
+
+ python3-docutils
+ python3-sphinx
+ python3
+
+
+ /usr/share/doc/python3-sphinx-issues
+ /usr/lib/python3*
+
+
+
+
+
+ 2020-04-22
+ 1.2.0
+ First pisi release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-sphinx-issues/translations.xml b/programming/language/python3/python3-sphinx-issues/translations.xml
new file mode 100644
index 0000000000..3002bb1364
--- /dev/null
+++ b/programming/language/python3/python3-sphinx-issues/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-sphinx-issues
+ Projeniz için olay izleme sphinx genişlemesi.
+ python3-sphinx-issues, projeniz için olay izleme sphinx genişlemesi sunar.
+
+
\ No newline at end of file