diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-15 15:50:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-15 19:45:18 +0700 |
commit | be414ad9facabc270f6274d649f46eb1c4d3bdad (patch) | |
tree | 5df02b14837f667cc50555152c44563c75383c2d | |
parent | d75c30c285d49e9a69cb3bb4afebe5433b6f12b7 (diff) |
libraries/wxPython4: Updated for version 4.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/wxPython4/cython.patch | 16 | ||||
-rw-r--r-- | libraries/wxPython4/wxPython4.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/wxPython4/wxPython4.info | 6 |
3 files changed, 5 insertions, 23 deletions
diff --git a/libraries/wxPython4/cython.patch b/libraries/wxPython4/cython.patch deleted file mode 100644 index 3e1a2a0377..0000000000 --- a/libraries/wxPython4/cython.patch +++ /dev/null @@ -1,16 +0,0 @@ -Fix compatibility with Cython 3.0.0 -Remove unused import which seems to be removed in Cython 3. -https://github.com/wxWidgets/Phoenix/issues/2439 -https://github.com/wxWidgets/Phoenix/pull/2441 -https://github.com/wxWidgets/Phoenix/issues/2514 -https://github.com/wxWidgets/Phoenix/commit/aeb557d01e7cd37176ebbf0f1ae6d0b53c115378 ---- wx/svg/_nanosvg.pyx.orig -+++ wx/svg/_nanosvg.pyx -@@ -42,7 +42,6 @@ for manipulating the SVG shape info in memory. - - import sys - --cimport cython.object - from cpython.buffer cimport ( - Py_buffer, PyObject_CheckBuffer, PyObject_GetBuffer, PyBUF_SIMPLE, - PyBuffer_Release) diff --git a/libraries/wxPython4/wxPython4.SlackBuild b/libraries/wxPython4/wxPython4.SlackBuild index ea7862534f..e4a30b6578 100644 --- a/libraries/wxPython4/wxPython4.SlackBuild +++ b/libraries/wxPython4/wxPython4.SlackBuild @@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wxPython4 SRCNAM=wxPython -VERSION=${VERSION:-4.2.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-4.2.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,8 +79,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ -patch -p0 < $CWD/cython.patch - python3 setup.py install --root=$PKG mkdir -p $PKG/usr/share/{applications,pixmaps} $PKG/usr/share/icons/hicolor/{16x16,32x32}/apps diff --git a/libraries/wxPython4/wxPython4.info b/libraries/wxPython4/wxPython4.info index 7db77d0e14..0d7c33292b 100644 --- a/libraries/wxPython4/wxPython4.info +++ b/libraries/wxPython4/wxPython4.info @@ -1,8 +1,8 @@ PRGNAM="wxPython4" -VERSION="4.2.1" +VERSION="4.2.2" HOMEPAGE="https://wxPython.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/aa/64/d749e767a8ce7bdc3d533334e03bb1106fc4e4803d16f931fada9007ee13/wxPython-4.2.1.tar.gz" -MD5SUM="e62c5bd836d2a9dcb6e955509715b157" +DOWNLOAD="https://files.pythonhosted.org/packages/a4/f5/8c272764770f47fd419cc2eff4c4fa1c0681c71bcc2f3158b3a83d1339ff/wxPython-4.2.2.tar.gz" +MD5SUM="962fdea7ec4f93b59d17783d03eecf3a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="webkit2gtk4.1 python3-pathlib2 python3-attrdict" |