commit:     e614b7975a61362b2c8b6c838117a57963c19387
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 26 08:05:44 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 26 08:06:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e614b797

dev-python/wxpython: avoid sip-6.11 for now

Bug: https://github.com/wxWidgets/Phoenix/issues/2758
Bug: https://github.com/Python-SIP/sip/issues/77
Bug: https://bugs.gentoo.org/956566
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/wxpython/wxpython-4.2.0.ebuild    | 4 +++-
 dev-python/wxpython/wxpython-4.2.1-r2.ebuild | 2 ++
 dev-python/wxpython/wxpython-4.2.2.ebuild    | 2 ++
 dev-python/wxpython/wxpython-4.2.3-r1.ebuild | 2 ++
 4 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-python/wxpython/wxpython-4.2.0.ebuild 
b/dev-python/wxpython/wxpython-4.2.0.ebuild
index 2b9553c2d58c..902118241252 100644
--- a/dev-python/wxpython/wxpython-4.2.0.ebuild
+++ b/dev-python/wxpython/wxpython-4.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -32,11 +32,13 @@ RDEPEND="
        media-libs/libjpeg-turbo:=
 "
 DEPEND="${RDEPEND}"
+# <sip-6.11 dep: bug #956566
 BDEPEND="
        app-text/doxygen
        dev-python/cython[${PYTHON_USEDEP}]
        dev-python/setuptools[${PYTHON_USEDEP}]
        >=dev-python/sip-6.6.2[${PYTHON_USEDEP}]
+       <dev-python/sip-6.11.1[${PYTHON_USEDEP}]
        dev-python/six[${PYTHON_USEDEP}]
        test? (
                ${VIRTUALX_DEPEND}

diff --git a/dev-python/wxpython/wxpython-4.2.1-r2.ebuild 
b/dev-python/wxpython/wxpython-4.2.1-r2.ebuild
index 0a82fba9a074..240f1f4e3bd6 100644
--- a/dev-python/wxpython/wxpython-4.2.1-r2.ebuild
+++ b/dev-python/wxpython/wxpython-4.2.1-r2.ebuild
@@ -37,11 +37,13 @@ DEPEND="
 RDEPEND="
        ${DEPEND}
 "
+# <sip-6.11 dep: bug #956566
 BDEPEND="
        app-text/doxygen
        dev-python/cython[${PYTHON_USEDEP}]
        dev-python/setuptools[${PYTHON_USEDEP}]
        >=dev-python/sip-6.6.2[${PYTHON_USEDEP}]
+       <dev-python/sip-6.11.1[${PYTHON_USEDEP}]
        dev-python/six[${PYTHON_USEDEP}]
        test? (
                ${VIRTUALX_DEPEND}

diff --git a/dev-python/wxpython/wxpython-4.2.2.ebuild 
b/dev-python/wxpython/wxpython-4.2.2.ebuild
index f4fb43470880..5fcc200f96dd 100644
--- a/dev-python/wxpython/wxpython-4.2.2.ebuild
+++ b/dev-python/wxpython/wxpython-4.2.2.ebuild
@@ -36,11 +36,13 @@ DEPEND="
 RDEPEND="
        ${DEPEND}
 "
+# <sip-6.11 dep: bug #956566
 BDEPEND="
        app-text/doxygen
        dev-python/cython[${PYTHON_USEDEP}]
        dev-python/setuptools[${PYTHON_USEDEP}]
        >=dev-python/sip-6.8.5[${PYTHON_USEDEP}]
+       <dev-python/sip-6.11.1[${PYTHON_USEDEP}]
        dev-python/six[${PYTHON_USEDEP}]
        test? (
                ${VIRTUALX_DEPEND}

diff --git a/dev-python/wxpython/wxpython-4.2.3-r1.ebuild 
b/dev-python/wxpython/wxpython-4.2.3-r1.ebuild
index a85f92e94747..23a4e024a1ca 100644
--- a/dev-python/wxpython/wxpython-4.2.3-r1.ebuild
+++ b/dev-python/wxpython/wxpython-4.2.3-r1.ebuild
@@ -36,10 +36,12 @@ DEPEND="
 RDEPEND="
        ${DEPEND}
 "
+# <sip-6.11 dep: bug #956566
 BDEPEND="
        app-text/doxygen
        dev-python/cython[${PYTHON_USEDEP}]
        >=dev-python/sip-6.8.5[${PYTHON_USEDEP}]
+       <dev-python/sip-6.11.1[${PYTHON_USEDEP}]
        test? (
                ${VIRTUALX_DEPEND}
                dev-python/appdirs[${PYTHON_USEDEP}]

Reply via email to