Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-wxpython
Commits:
4f365391 by Antonio Rojas at 2026-01-12T21:52:19+01:00
upgpkg: 1:4.2.4-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-wxpython
pkgdesc = Cross-platform GUI toolkit
- pkgver = 4.2.3
- pkgrel = 4
+ pkgver = 4.2.4
+ pkgrel = 1
epoch = 1
url = https://www.wxpython.org
arch = x86_64
@@ -18,10 +18,11 @@ pkgbase = python-wxpython
makedepends = sip
makedepends = doxygen
makedepends = waf
+ makedepends = cython
depends = wxwidgets-gtk3
depends = python
optdepends = python-pypubsub: Alternative to the deprecated
wx.lib.pubsub API
- source =
https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-4.2.3.tar.gz
- sha512sums =
c7b9f0758b9d77dbeab436e8069c024796b6f252af5043615e14083b3f62fb44386c5f325a118f9e2d99c15eeb7687bb1cc1a13a00263114689b32e2126364a7
+ source =
https://files.pythonhosted.org/packages/source/w/wxPython/wxpython-4.2.4.tar.gz
+ sha512sums =
4ae124bced8a0d357a34763c981ef370b7c0c978dfba0f941f37e83227816881fee2e65eb7eaa2a114bbaded14afd8e96ad17dba5a9886b38ac35bc75ec82737
pkgname = python-wxpython
=====================================
PKGBUILD
=====================================
@@ -4,10 +4,10 @@
pkgname=python-wxpython
_pkgname=wxPython
-pkgver=4.2.3
+pkgver=4.2.4
_pkgver="${pkgver%.*}"
_post="${pkgver##*.}"
-pkgrel=4
+pkgrel=1
epoch=1
pkgdesc='Cross-platform GUI toolkit'
arch=('x86_64')
@@ -15,10 +15,10 @@ license=('custom:wxWindows')
url='https://www.wxpython.org'
depends=('wxwidgets-gtk3' 'python')
optdepends=('python-pypubsub: Alternative to the deprecated wx.lib.pubsub API')
-makedepends=('mesa' 'glu' 'webkit2gtk-4.1' 'python-requests'
'python-setuptools' 'python-attrdict' 'sip' 'doxygen' 'waf')
+makedepends=('mesa' 'glu' 'webkit2gtk-4.1' 'python-requests'
'python-setuptools' 'python-attrdict' 'sip' 'doxygen' 'waf' 'cython')
checkdepends=('xorg-server-xvfb' 'python-pytest-forked' 'python-numpy')
-source=("https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-$pkgver.tar.gz")
-sha512sums=('c7b9f0758b9d77dbeab436e8069c024796b6f252af5043615e14083b3f62fb44386c5f325a118f9e2d99c15eeb7687bb1cc1a13a00263114689b32e2126364a7')
+source=("https://files.pythonhosted.org/packages/source/w/wxPython/wxpython-$pkgver.tar.gz")
+sha512sums=('4ae124bced8a0d357a34763c981ef370b7c0c978dfba0f941f37e83227816881fee2e65eb7eaa2a114bbaded14afd8e96ad17dba5a9886b38ac35bc75ec82737')
build() {
cd $_pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-wxpython/-/commit/4f365391b4296d0123e0d02f0b2753d82bd808d6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-wxpython/-/commit/4f365391b4296d0123e0d02f0b2753d82bd808d6
You're receiving this email because of your account on gitlab.archlinux.org.