From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wxpython/
Date: Fri, 11 Apr 2025 05:26:35 +0000 (UTC) [thread overview]
Message-ID: <1744349192.88aa05a148d6cb1deddb932abd641949ee9c77ae.mgorny@gentoo> (raw)
commit: 88aa05a148d6cb1deddb932abd641949ee9c77ae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 11 05:19:42 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 11 05:26:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88aa05a1
dev-python/wxpython: Bump to 4.2.3
Add an unkeyworded work-in-progress ebuild for 4.2.3. It currently
fails to build, probably due to dev-python/sip version incompatibility.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/wxpython/Manifest | 1 +
dev-python/wxpython/wxpython-4.2.3.ebuild | 133 ++++++++++++++++++++++++++++++
2 files changed, 134 insertions(+)
diff --git a/dev-python/wxpython/Manifest b/dev-python/wxpython/Manifest
index c9292c83a855..b7506b2ccfc7 100644
--- a/dev-python/wxpython/Manifest
+++ b/dev-python/wxpython/Manifest
@@ -1,3 +1,4 @@
DIST wxPython-4.2.0.tar.gz 70958238 BLAKE2B 2e8e34c4f5d1992983bfe4e09bb56ee5619b139b9b3b5f05dee48ecdf6971cf9fe1b0fb22aec685904eb44db6f50a4ba132a08aa91930d809040da828efa097e SHA512 9ec937a024efb2916403c84382a66004f0c2bb07471246b7de517778309ce459e929eeb59e261f538d3fa077c950628de62e49a3760fbd03ab9ff2114c6f354f
DIST wxPython-4.2.1.tar.gz 73724359 BLAKE2B d9569ea172c7279e0b2cfcb3cdcd5d1faab5324e2648c9b0f8c8b838fb2355dc6af28c4593e5dd0cfa02573133bf15a58a6ffa9711d854925a9cada0985dc7f8 SHA512 ee9ab8effb3c71de004c3d61ec583b9980c6b75fe9bb04cf2c76025ea70afc206bc3073c44d1c83c7ba604afed9fd38c01b9ef506617ba279a4ac58e3cf34438
DIST wxPython-4.2.2.tar.gz 57358880 BLAKE2B 325256e0d57f868453ed48ea4580a1ea6763acffacb7cd937cf440c55f43fc540dab867a947fb2c9eb353855888aaa370d85103b888bd1339cf5abe7302aba19 SHA512 08b74285b94f21ebf30fef8c9ebf8cfd074dd3976209372bb5b704b0b792038f9af484dd1378894052eedb0ce603af6935b7d00d695da4e4a15e1ea3bdb3520f
+DIST wxPython-4.2.3.tar.gz 58861286 BLAKE2B 2c674227ff109564be1431f2a86a212250ffac809fed4ca8934f7473c93616603e252098511e443ffdf460ab546b5eb17b3f29ab275fb8b5433041a4d47e48cb SHA512 c7b9f0758b9d77dbeab436e8069c024796b6f252af5043615e14083b3f62fb44386c5f325a118f9e2d99c15eeb7687bb1cc1a13a00263114689b32e2126364a7
diff --git a/dev-python/wxpython/wxpython-4.2.3.ebuild b/dev-python/wxpython/wxpython-4.2.3.ebuild
new file mode 100644
index 000000000000..6a9c5d0cdec9
--- /dev/null
+++ b/dev-python/wxpython/wxpython-4.2.3.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+PYPI_NO_NORMALIZE=1
+PYPI_PN="wxPython"
+WX_GTK_VER="3.2-gtk3"
+
+inherit distutils-r1 multiprocessing virtualx wxwidgets pypi
+
+DESCRIPTION="A blending of the wxWindows C++ class library with Python"
+HOMEPAGE="
+ https://www.wxpython.org/
+ https://github.com/wxWidgets/Phoenix/
+ https://pypi.org/project/wxPython/
+"
+
+LICENSE="wxWinLL-3"
+SLOT="4.0"
+IUSE="test webkit"
+RESTRICT="!test? ( test )"
+
+# wxPython doesn't seem to be able to optionally disable features. webkit is
+# optionally patched out because it's so huge, but other elements are not,
+# which makes us have to require all features from wxGTK
+DEPEND="
+ >=x11-libs/wxGTK-3.2.6:${WX_GTK_VER}=[gstreamer,libnotify,opengl,sdl,tiff,webkit?,X]
+ media-libs/libpng:=
+ media-libs/tiff:=
+ media-libs/libjpeg-turbo:=
+"
+RDEPEND="
+ ${DEPEND}
+ $(python_gen_cond_dep '
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+ ' 3.10)
+"
+BDEPEND="
+ app-text/doxygen
+ dev-python/cython[${PYTHON_USEDEP}]
+ >=dev-python/sip-6.8.5[${PYTHON_USEDEP}]
+ test? (
+ ${VIRTUALX_DEPEND}
+ dev-python/appdirs[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ dev-python/pytest-forked[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+PATCHES=(
+ "${FILESDIR}/${PN}-4.2.0-flags.patch"
+ "${FILESDIR}/${PN}-4.2.1-x86-time.patch"
+ "${FILESDIR}/${PN}-4.2.2-setuppy.patch"
+)
+
+python_prepare_all() {
+ if ! use webkit; then
+ eapply "${FILESDIR}/${PN}-4.2.0-no-webkit.patch"
+ fi
+
+ local build_options="build_py --use_syswx --no_magic --jobs=$(makeopts_jobs) --verbose --release"
+
+ DISTUTILS_ARGS=(
+ --verbose
+ build
+ --buildpy-options="${build_options}"
+ )
+
+ distutils-r1_python_prepare_all
+
+ # sigh
+ sed -i -e '/from buildtools/i\
+sys.path.insert(0, ".")' setup.py || die
+}
+
+src_configure() {
+ setup-wxwidgets
+}
+
+python_compile() {
+ # Patch will fail if copy of refreshed sip file is not restored
+ # if using multiple Python implementations
+ DOXYGEN="$(type -P doxygen)" ${PYTHON} build.py dox etg sip --nodoc || die
+ cp "${S}/sip/cpp/sip_corewxAppTraits.cpp" "${S}" || die
+
+ eapply "${FILESDIR}/${PN}-4.2.2-no-stacktrace.patch" || die
+
+ distutils-r1_python_compile
+
+ cp "${S}/sip_corewxAppTraits.cpp" "${S}/sip/cpp/" || die
+}
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # virtx probably
+ unittests/test_display.py::display_Tests::test_display
+ unittests/test_frame.py::frame_Tests::test_frameRestore
+ unittests/test_mousemanager.py::mousemanager_Tests::test_mousemanager1
+ unittests/test_uiaction.py::uiaction_KeyboardTests::test_uiactionKeyboardChar
+ unittests/test_uiaction.py::uiaction_KeyboardTests::test_uiactionKeyboardKeyDownUp
+ unittests/test_uiaction.py::uiaction_MouseTests
+
+ # assertion (TODO)
+ unittests/test_aboutdlg.py::aboutdlg_Tests::test_aboutdlgGeneric
+ unittests/test_lib_agw_piectrl.py::lib_agw_piectrl_Tests::test_lib_agw_piectrlCtor
+
+ # seems to rely on state from a previous test (sigh)
+ unittests/test_lib_agw_persist_persistencemanager.py::lib_agw_persist_persistencemanager_Tests::test_persistencemanagerRestore
+
+ # requires Spanish localization
+ unittests/test_intl.py::intl_Tests::test_intlGetString
+
+ # TODO
+ unittests/test_tipwin.py::tipwin_Tests::test_tipwinCtor
+ unittests/test_lib_pubsub_provider.py::lib_pubsub_Except::test1
+ unittests/test_windowid.py::IdManagerTest::test_newIdRef03
+ )
+ local EPYTEST_IGNORE=()
+ if ! use webkit; then
+ EPYTEST_IGNORE+=( unittests/test_webview.py )
+ fi
+
+ # We use pytest-forked as opensuse does to avoid tests corrupting each
+ # other.
+ virtx epytest --forked unittests
+}
next reply other threads:[~2025-04-11 5:26 UTC|newest]
Thread overview: 91+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-11 5:26 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-30 14:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/wxpython/ Sam James
2025-10-30 13:38 Sam James
2025-10-07 17:01 Ionen Wolkens
2025-06-03 19:59 Michał Górny
2025-05-26 14:16 Ionen Wolkens
2025-05-26 8:07 Sam James
2025-05-26 8:06 Sam James
2025-05-17 10:28 Arthur Zamarin
2025-05-17 10:28 Arthur Zamarin
2025-05-17 10:25 Arthur Zamarin
2025-05-17 10:25 Arthur Zamarin
2025-05-12 10:29 Michał Górny
2025-05-08 5:32 Michał Górny
2025-04-13 15:22 Michał Górny
2025-04-11 18:18 Michał Górny
2025-03-29 17:51 Arthur Zamarin
2025-03-29 14:00 Sam James
2024-06-23 11:09 David Seifert
2024-06-19 11:37 Michał Górny
2024-06-19 5:24 Arthur Zamarin
2024-06-19 5:24 Arthur Zamarin
2024-06-19 5:24 Arthur Zamarin
2024-06-19 5:24 Arthur Zamarin
2024-06-19 5:24 Arthur Zamarin
2024-06-18 0:12 Sam James
2024-01-04 17:08 Michał Górny
2023-12-29 16:49 Michał Górny
2023-12-16 11:02 Sam James
2023-11-29 8:26 Arthur Zamarin
2023-11-29 8:26 Arthur Zamarin
2023-11-23 16:08 Michał Górny
2023-10-22 10:33 Michał Górny
2023-09-10 19:41 Sam James
2023-05-20 8:43 Michał Górny
2023-05-02 18:52 Arthur Zamarin
2023-05-01 8:46 Arthur Zamarin
2023-05-01 8:46 Arthur Zamarin
2023-05-01 7:34 Arthur Zamarin
2023-05-01 5:24 Sam James
2023-05-01 5:22 Sam James
2023-04-25 0:35 Sam James
2023-04-20 10:36 WANG Xuerui
2023-03-25 17:19 Michał Górny
2022-12-04 17:28 WANG Xuerui
2022-08-04 6:29 Michał Górny
2022-08-04 0:13 Sam James
2022-08-03 7:49 Agostino Sarubbo
2022-08-03 4:38 Arthur Zamarin
2022-08-02 20:27 Sam James
2022-08-02 19:23 Arthur Zamarin
2022-08-02 18:57 Arthur Zamarin
2022-04-18 17:39 Alexey Shvetsov
2021-08-03 11:37 Michał Górny
2021-07-30 15:17 Agostino Sarubbo
2021-07-28 11:28 Marek Szuba
2021-07-26 11:17 Sam James
2021-07-25 20:09 Sam James
2021-07-24 22:17 Sam James
2021-07-24 15:12 Sam James
2021-07-06 9:02 Michał Górny
2021-02-03 7:44 Sven Wegener
2020-12-13 7:23 Sam James
2020-12-13 7:23 Sam James
2020-12-13 4:34 Sam James
2020-12-13 4:32 Sam James
2020-12-13 4:32 Sam James
2020-10-14 10:43 Alexey Shvetsov
2020-09-25 20:22 Michał Górny
2020-09-01 3:10 Sam James
2020-06-02 22:21 Mart Raudsepp
2020-05-11 17:48 Michał Górny
2020-05-10 17:42 Mart Raudsepp
2020-05-04 13:58 Michał Górny
2020-05-04 12:34 Michał Górny
2020-04-15 21:49 Sergei Trofimovich
2020-04-14 17:19 Sergei Trofimovich
2020-03-01 3:41 Andrey Grozin
2020-02-09 12:24 Mart Raudsepp
2020-01-26 13:33 David Seifert
2019-05-27 23:41 Aaron Bauman
2018-02-03 15:39 Mart Raudsepp
2017-06-27 9:16 Alexis Ballier
2017-05-03 9:26 Michał Górny
2015-11-23 9:25 Agostino Sarubbo
2015-11-08 19:28 Mikle Kolyada
2015-11-05 11:20 Agostino Sarubbo
2015-11-03 19:15 Markus Meier
2015-11-01 13:25 Mikle Kolyada
2015-10-19 9:27 Agostino Sarubbo
2015-10-10 6:39 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1744349192.88aa05a148d6cb1deddb932abd641949ee9c77ae.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox