diff --git a/programming/language/python/wxPython/actions.py b/programming/language/python/wxPython/actions.py
new file mode 100644
index 0000000000..c306491e42
--- /dev/null
+++ b/programming/language/python/wxPython/actions.py
@@ -0,0 +1,23 @@
+# -*- 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 pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import get
+
+options="WXPORT=gtk2 UNICODE=1 WX_CONFIG=/usr/bin/wx-config-2.8"
+
+def build():
+ shelltools.cd("wxPython")
+ pythonmodules.compile(options)
+
+def install():
+ shelltools.cd("wxPython")
+ pythonmodules.install(options)
+
+ pisitools.dohtml("docs/*")
+ pisitools.dodoc("docs/*.txt")
diff --git a/programming/language/python/wxPython/pspec.xml b/programming/language/python/wxPython/pspec.xml
new file mode 100644
index 0000000000..acf10b4dc5
--- /dev/null
+++ b/programming/language/python/wxPython/pspec.xml
@@ -0,0 +1,69 @@
+
+
+
+
+ wxPython
+ http://www.wxpython.org/
+
+ PisiLinux Community
+ admin@pisilinux.org
+
+ wxWinLL-3
+ library
+ Python bindings for wxGTK
+ wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWindows cross platform GUI library, which is written in C++.
+ mirrors://sourceforge/wxpython/wxPython-src-3.0.2.0.tar.bz2
+
+ wxGTK-devel
+ wxBase-devel
+ mesa-devel
+ mesa-glu-devel
+ libjpeg-turbo-devel
+ tiff-devel
+ pango-devel
+ gdk-pixbuf
+ gst-plugins-base-devel
+ gstreamer-devel
+ gtk2-devel
+ libSM-devel
+ libXinerama-devel
+ libXxf86vm-devel
+ python-devel
+
+
+
+
+ wxPython
+
+ wxGTK
+ wxBase
+ wxGTK2.8
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ wxPython-devel
+ Development files for wxPython
+
+ wxPython
+
+
+ /usr/include
+
+
+
+
+
+ 2016-07-02
+ 3.0.2.0
+ First release
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+
+
diff --git a/programming/language/python/wxPython/translations.xml b/programming/language/python/wxPython/translations.xml
new file mode 100644
index 0000000000..291a84beb5
--- /dev/null
+++ b/programming/language/python/wxPython/translations.xml
@@ -0,0 +1,12 @@
+
+
+
+ wxPython
+ wxGTK için Python bağlayıcıları.
+
+
+
+ wxPython-devel
+ wxPython için geliştirme dosyaları
+
+