diff --git a/programming/language/python3/python3-wheel/actions.py b/programming/language/python3/python3-wheel/actions.py
new file mode 100644
index 0000000000..8456667040
--- /dev/null
+++ b/programming/language/python3/python3-wheel/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/copyleft/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-wheel/pspec.xml b/programming/language/python3/python3-wheel/pspec.xml
new file mode 100644
index 0000000000..f4005823f8
--- /dev/null
+++ b/programming/language/python3/python3-wheel/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ python3-wheel
+ https://github.com/pypa/wheel
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ MIT
+ library
+ The official binary distribution format for Python.
+ This library is the reference implementation of the Python wheel packaging standard, as defined in PEP 427.
+ https://github.com/pypa/wheel/archive/0.35.1.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+ python3-wheel
+ The official binary distribution format for Python.
+
+ python3
+
+
+ /usr/bin/wheel
+ /usr/lib/python3*
+ /usr/share/doc/python3-wheel
+
+
+
+
+
+ 2020-08-30
+ 0.35.1
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-wheel/translations.xml b/programming/language/python3/python3-wheel/translations.xml
new file mode 100644
index 0000000000..f8d0193c24
--- /dev/null
+++ b/programming/language/python3/python3-wheel/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-wheel
+ Python için resmi ikilik dosya dağıtım biçimi
+ python3-wheel, PEP427'de tanımlanan Python için "wheel" paketleme standardı uygulamasıdır.
+
+
\ No newline at end of file