diff --git a/programming/language/python3/python3-breathe/actions.py b/programming/language/python3/python3-breathe/actions.py
new file mode 100644
index 0000000000..3a393ce7c1
--- /dev/null
+++ b/programming/language/python3/python3-breathe/actions.py
@@ -0,0 +1,15 @@
+#!/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")
diff --git a/programming/language/python3/python3-breathe/pspec.xml b/programming/language/python3/python3-breathe/pspec.xml
new file mode 100644
index 0000000000..9c5ddf3c8f
--- /dev/null
+++ b/programming/language/python3/python3-breathe/pspec.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ python3-breathe
+ https://github.com/michaeljones/breathe
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ BSD
+ library
+ ReStructuredText and Sphinx bridge to Doxygen.
+ python3-breathe is an extension to reStructuredText and Sphinx to be able to read and render the Doxygen xml output.
+ https://github.com/michaeljones/breathe/archive/v4.22.0.tar.gz
+
+ python3-devel
+ python3-sphinx
+ python3-setuptools
+
+
+
+
+ python3-breathe
+ ReStructuredText and Sphinx bridge to Doxygen.
+
+ python3
+ python3-sphinx
+ python3-setuptools
+
+
+ /usr/share/doc/
+ /usr/lib/python3*
+ /usr/bin/breathe-apidoc
+
+
+
+
+
+ 2020-09-24
+ 4.22.0
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-breathe/translations.xml b/programming/language/python3/python3-breathe/translations.xml
new file mode 100755
index 0000000000..4f646ac4f0
--- /dev/null
+++ b/programming/language/python3/python3-breathe/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-breathe
+ Doxygene, ReStructuredText ve Sphinx köprüsü sağlayan python modülü.
+ python3-breathe, Doxygene, ReStructuredText ve Sphinx köprüsü sağlayan python modülü sunar.
+
+
\ No newline at end of file