diff --git a/programming/language/python3/wxPython3/actions.py b/programming/language/python3/wxPython3/actions.py new file mode 100644 index 0000000000..503122907e --- /dev/null +++ b/programming/language/python3/wxPython3/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +shelltools.export("JOBS", get.makeJOBS().replace("-j5", "5")) +options="WXPORT=gtk3 WX_CONFIG=/usr/bin/wx-config-gtk3" + +def build(): + pythonmodules.compile(pyVer = '3', parameters = options) + +def install(): + pythonmodules.install(pyVer = '3', parameters = options) diff --git a/programming/language/python3/wxPython3/pspec.xml b/programming/language/python3/wxPython3/pspec.xml new file mode 100644 index 0000000000..6df1e3a551 --- /dev/null +++ b/programming/language/python3/wxPython3/pspec.xml @@ -0,0 +1,62 @@ + + + + + wxPython3 + https://www.wxpython.org/ + + fury + uglyside@yandex.ru + + 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++. + + https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-4.1.1.tar.gz + + + wxGTK3 + gtk3-devel + tiff-devel + mesa-devel + wxGTK-devel + pango-devel + libSM-devel + python3-devel + mesa-glu-devel + gstreamer-devel + gdk-pixbuf-devel + libXxf86vm-devel + libXinerama-devel + python3-setuptools + libjpeg-turbo-devel + gst-plugins-base-devel + + + + + wxPython3 + + bzip2 + python3 + wxGTK3 + wxGTK-common + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + + 2022-07-29 + 4.1.1 + Rebuild python3. + fury + uglyside@yandex.ru + + +