diff --git a/programming/language/python3/wxPython3/actions.py b/programming/language/python3/wxPython3/actions.py index 503122907e..c1e1920b81 100644 --- a/programming/language/python3/wxPython3/actions.py +++ b/programming/language/python3/wxPython3/actions.py @@ -12,6 +12,9 @@ from pisi.actionsapi import get shelltools.export("JOBS", get.makeJOBS().replace("-j5", "5")) options="WXPORT=gtk3 WX_CONFIG=/usr/bin/wx-config-gtk3" +def setup(): + pisitools.dosed("buildtools/config.py", "attrdict", deleteLine = True) + def build(): pythonmodules.compile(pyVer = '3', parameters = options) diff --git a/programming/language/python3/wxPython3/pspec.xml b/programming/language/python3/wxPython3/pspec.xml index 6df1e3a551..2894f8706c 100644 --- a/programming/language/python3/wxPython3/pspec.xml +++ b/programming/language/python3/wxPython3/pspec.xml @@ -12,8 +12,8 @@ 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 + + https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-4.2.0.tar.gz wxGTK3 @@ -51,6 +51,13 @@ + + 2022-09-05 + 4.2.0 + Version bump. + fury + uglyside@yandex.ru + 2022-07-29 4.1.1