Skip to content

Commit 6c4cd83

Browse files
author
adam
committed
py-wxPython: updated to 4.2.5
4.2.5 New and improved in this release: * This release was built using the wxWidgets' v3.2.9 release tag. The only exception is that libtiff and pcre2 bundled with wxWidgets are updated to the versions from the wxWidgets master branch (libtiff 4.7.0 and pcre2 10.44). * Fix build/wheel installation using setuptools 81+ * Replace md5 with sha256 when validating downloaded waf and doxygen build tools * Add missing attribute _x_maincol to constructor of TreeListMainWindow * Fix wx.svg to work with cython 3.1 generated code
1 parent c91b641 commit 6c4cd83

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

x11/py-wxPython/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.21 2026/01/27 08:41:04 wiz Exp $
1+
# $NetBSD: Makefile,v 1.22 2026/02/09 10:48:49 adam Exp $
22

3-
DISTNAME= wxpython-4.2.4
3+
DISTNAME= wxpython-4.2.5
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/wxp/wxP/}
5-
PKGREVISION= 1
65
CATEGORIES= x11 python
76
MASTER_SITES= ${MASTER_SITE_PYPI:=w/wxPython/}
87

@@ -13,7 +12,6 @@ COMMENT= GUI Toolkit for Python
1312
LICENSE= gnu-lgpl-v2
1413

1514
EGG_NAME= ${DISTNAME:S/wxp/wxP/}
16-
WRKSRC= ${WRKDIR}/${DISTNAME:S/wxp/wxP/}
1715

1816
TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=3.0.10:../../devel/py-cython
1917
TOOL_DEPENDS+= ${PYPKGPREFIX}-requests>=2.26.0:../../devel/py-requests

x11/py-wxPython/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.4 2025/11/12 11:07:03 adam Exp $
1+
$NetBSD: distinfo,v 1.5 2026/02/09 10:48:49 adam Exp $
22

3-
BLAKE2s (wxpython-4.2.4.tar.gz) = 0e67b7e0e0c03a4d57598899c5d9933f468bb935cad575332c5f04cf2e418d3c
4-
SHA512 (wxpython-4.2.4.tar.gz) = 4ae124bced8a0d357a34763c981ef370b7c0c978dfba0f941f37e83227816881fee2e65eb7eaa2a114bbaded14afd8e96ad17dba5a9886b38ac35bc75ec82737
5-
Size (wxpython-4.2.4.tar.gz) = 58583054 bytes
3+
BLAKE2s (wxpython-4.2.5.tar.gz) = c919c712fd1294a59ef125f55b4d951c4296a3457e077ecf17f88aa0ecd28acf
4+
SHA512 (wxpython-4.2.5.tar.gz) = a094faab4f901e46c6a771168160b0e3fec336e937507fedab97a0645df55671af046e673344a37d3d6997fadcb83c5490a673c2475c200841ef9eb12bc19763
5+
Size (wxpython-4.2.5.tar.gz) = 58732217 bytes

0 commit comments

Comments
 (0)