diff --git a/programming/language/python3/python3-fixtures/actions.py b/programming/language/python3/python3-fixtures/actions.py
new file mode 100644
index 0000000000..cbcb8f4043
--- /dev/null
+++ b/programming/language/python3/python3-fixtures/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-fixtures/pspec.xml b/programming/language/python3/python3-fixtures/pspec.xml
new file mode 100644
index 0000000000..2f917def33
--- /dev/null
+++ b/programming/language/python3/python3-fixtures/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+
+ python3-fixtures
+ https://launchpad.net/python-fixtures
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ Apache
+ library
+ Python fixtures for testing / resource management.
+ python3-fixtures provides python fixtures for testing / resource management.
+ https://files.pythonhosted.org/packages/84/be/94ecbc3f2487bd14aa8b44852f498086219b7cc0c8250ee65a03e2c63119/fixtures-3.0.0.tar.gz
+
+ python3-setuptools
+ python3-devel
+ python3-pbr
+
+
+
+
+ python3-fixtures
+ Python fixtures for testing / resource management.
+
+ python3-setuptools
+ python3-testtools
+ python3-extras
+ python3-pbr
+ python3-six
+ python3
+
+
+ /usr/lib/python3*
+ /usr/share/doc/python3-fixtures
+
+
+
+
+
+ 2020-02-20
+ 3.0.0
+ First release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-fixtures/translations.xml b/programming/language/python3/python3-fixtures/translations.xml
new file mode 100644
index 0000000000..d149b819a4
--- /dev/null
+++ b/programming/language/python3/python3-fixtures/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-fixtures
+ Test ve kaynak yöçetimi icin python fikstürleri.
+ python3-fixtures, test ve kaynak yönetimi için python fikstürleri sağlar.
+
+
\ No newline at end of file