summaryrefslogtreecommitdiff
path: root/dev-python/wxpython
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-26 18:56:55 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-26 18:56:55 +0000
commit9f03c51a3b649a773b9a143ac179ef6306d401c0 (patch)
tree5b8e8083fc31e704fa7a97fda172b7c67ed6e0a2 /dev-python/wxpython
parentd0fc59cd67c17dd62ef3326fd7220f7fe6e2be3f (diff)
downloadbaldeagleos-repo-9f03c51a3b649a773b9a143ac179ef6306d401c0.tar.gz
baldeagleos-repo-9f03c51a3b649a773b9a143ac179ef6306d401c0.tar.xz
baldeagleos-repo-9f03c51a3b649a773b9a143ac179ef6306d401c0.zip
Adding metadata
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r--dev-python/wxpython/wxpython-4.2.0.ebuild4
-rw-r--r--dev-python/wxpython/wxpython-4.2.1-r2.ebuild2
-rw-r--r--dev-python/wxpython/wxpython-4.2.2.ebuild2
-rw-r--r--dev-python/wxpython/wxpython-4.2.3-r2.ebuild (renamed from dev-python/wxpython/wxpython-4.2.3-r1.ebuild)10
4 files changed, 13 insertions, 5 deletions
diff --git a/dev-python/wxpython/wxpython-4.2.0.ebuild b/dev-python/wxpython/wxpython-4.2.0.ebuild
index 2b9553c2d58c..b320d237f144 100644
--- a/dev-python/wxpython/wxpython-4.2.0.ebuild
+++ b/dev-python/wxpython/wxpython-4.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_IN_SOURCE_BUILD="1"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_11 )
PYPI_NO_NORMALIZE=1
PYPI_PN="wxPython"
WX_GTK_VER="3.2-gtk3"
diff --git a/dev-python/wxpython/wxpython-4.2.1-r2.ebuild b/dev-python/wxpython/wxpython-4.2.1-r2.ebuild
index 0a82fba9a074..9636fc271872 100644
--- a/dev-python/wxpython/wxpython-4.2.1-r2.ebuild
+++ b/dev-python/wxpython/wxpython-4.2.1-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_IN_SOURCE_BUILD="1"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..12} )
PYPI_NO_NORMALIZE=1
PYPI_PN="wxPython"
WX_GTK_VER="3.2-gtk3"
diff --git a/dev-python/wxpython/wxpython-4.2.2.ebuild b/dev-python/wxpython/wxpython-4.2.2.ebuild
index f4fb43470880..51d28a550bdd 100644
--- a/dev-python/wxpython/wxpython-4.2.2.ebuild
+++ b/dev-python/wxpython/wxpython-4.2.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
PYPI_NO_NORMALIZE=1
PYPI_PN="wxPython"
WX_GTK_VER="3.2-gtk3"
diff --git a/dev-python/wxpython/wxpython-4.2.3-r1.ebuild b/dev-python/wxpython/wxpython-4.2.3-r2.ebuild
index a85f92e94747..313e3063f78d 100644
--- a/dev-python/wxpython/wxpython-4.2.3-r1.ebuild
+++ b/dev-python/wxpython/wxpython-4.2.3-r2.ebuild
@@ -36,10 +36,18 @@ DEPEND="
RDEPEND="
${DEPEND}
"
+# sip-6.11.0-r0 blocked wrt bug #956566, can replace by just >=6.8.5
+# on bump or so as the version was short lived and never stable
BDEPEND="
app-text/doxygen
dev-python/cython[${PYTHON_USEDEP}]
- >=dev-python/sip-6.8.5[${PYTHON_USEDEP}]
+ || (
+ (
+ >=dev-python/sip-6.8.5[${PYTHON_USEDEP}]
+ <dev-python/sip-6.11.1-r0[${PYTHON_USEDEP}]
+ )
+ >=dev-python/sip-6.11.1-r1[${PYTHON_USEDEP}]
+ )
test? (
${VIRTUALX_DEPEND}
dev-python/appdirs[${PYTHON_USEDEP}]