diff --git a/programming/language/python/wxPython/actions.py b/programming/language/python/wxPython/actions.py index b434445752..dfa9a7ed40 100644 --- a/programming/language/python/wxPython/actions.py +++ b/programming/language/python/wxPython/actions.py @@ -1,23 +1,22 @@ +#!/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 +# See the file https://www.gnu.org/licenses/gpl-3.0.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 shelltools +from pisi.actionsapi import pisitools from pisi.actionsapi import get -options="WXPORT=gtk3 UNICODE=1 WX_CONFIG=/usr/bin/wx-config-gtk3" +shelltools.export("JOBS", get.makeJOBS().replace("-j5", "5")) +options="WXPORT=gtk3 WX_CONFIG=/usr/bin/wx-config-gtk3" def build(): - shelltools.cd("wxPython") pythonmodules.compile(options) def install(): - shelltools.cd("wxPython") pythonmodules.install(options) - - pisitools.dohtml("docs/*") - pisitools.dodoc("docs/*.txt") + # install only python libraries + pisitools.removeDir("/usr/bin") + pisitools.removeDir("/usr/share") diff --git a/programming/language/python/wxPython/pspec.xml b/programming/language/python/wxPython/pspec.xml index 94877928ce..3b6f90ccc2 100644 --- a/programming/language/python/wxPython/pspec.xml +++ b/programming/language/python/wxPython/pspec.xml @@ -1,9 +1,9 @@ - + wxPython - http://www.wxpython.org/ + https://www.wxpython.org/ PisiLinux Community admin@pisilinux.org @@ -12,24 +12,26 @@ 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 + + https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-4.1.1.tar.gz + wxGTK3 - wxGTK-devel - - mesa-devel - mesa-glu-devel - libjpeg-turbo-devel - tiff-devel - pango-devel - gdk-pixbuf - gst-plugins-base-devel - gstreamer-devel gtk3-devel + tiff-devel + mesa-devel + wxGTK-devel + pango-devel libSM-devel - libXinerama-devel - libXxf86vm-devel python-devel + mesa-glu-devel + gstreamer-devel + gdk-pixbuf-devel + libXxf86vm-devel + libXinerama-devel + python-setuptools + libjpeg-turbo-devel + gst-plugins-base-devel @@ -39,34 +41,22 @@ bzip2 python wxGTK3 - wxGTK-common - /usr/bin + /usr/lib /usr/share/doc - - wxPython-devel - Development files for wxPython - - wxPython - - - /usr/include - - - - 2022-08-01 - 3.0.2.0 - Rebuild - Pisi Linux Admins - admin@pisilinux.org + 2022-07-29 + 4.1.1 + Version bump. + fury + uglyside@yandex.ru 2020-01-31