commit: 0ae958065124a96504929d02a70cb6dfbb4e70f7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 28 07:45:21 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 28 08:00:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae95806
dev-python/python-tests: Enable the only target by default
Use IUSE default to enable the only target by default. This package
is updated in sync with dev-lang/python, so there should be no harm
in inlining PYTHON_TARGETS, and the defaults should help arch testing
work out of the box.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-tests/python-tests-3.11.12.ebuild | 2 ++
dev-python/python-tests/python-tests-3.11.12_p1.ebuild | 2 ++
dev-python/python-tests/python-tests-3.12.10.ebuild | 2 ++
dev-python/python-tests/python-tests-3.12.10_p1.ebuild | 2 ++
dev-python/python-tests/python-tests-3.13.3-r100.ebuild | 2 ++
dev-python/python-tests/python-tests-3.13.3.ebuild | 2 ++
dev-python/python-tests/python-tests-3.13.3_p1-r100.ebuild | 2 ++
dev-python/python-tests/python-tests-3.13.3_p1.ebuild | 2 ++
dev-python/python-tests/python-tests-3.14.0_beta2-r100.ebuild | 2 ++
dev-python/python-tests/python-tests-3.14.0_beta2.ebuild | 2 ++
dev-python/python-tests/python-tests-3.14.9999-r100.ebuild | 2 ++
dev-python/python-tests/python-tests-3.14.9999.ebuild | 2 ++
12 files changed, 24 insertions(+)
diff --git a/dev-python/python-tests/python-tests-3.11.12.ebuild
b/dev-python/python-tests/python-tests-3.11.12.ebuild
index f37ee2ec78fb..44d379318662 100644
--- a/dev-python/python-tests/python-tests-3.11.12.ebuild
+++ b/dev-python/python-tests/python-tests-3.11.12.ebuild
@@ -29,6 +29,8 @@ S="${WORKDIR}/${MY_P}/Lib"
LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 sparc x86"
+# enable by default to help CI handle it (we have no additional deps)
+IUSE="+python_targets_${PYTHON_COMPAT[0]}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
diff --git a/dev-python/python-tests/python-tests-3.11.12_p1.ebuild
b/dev-python/python-tests/python-tests-3.11.12_p1.ebuild
index 285ed8eef860..891a46f99a13 100644
--- a/dev-python/python-tests/python-tests-3.11.12_p1.ebuild
+++ b/dev-python/python-tests/python-tests-3.11.12_p1.ebuild
@@ -29,6 +29,8 @@ S="${WORKDIR}/${MY_P}/Lib"
LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 ~sparc ~x86"
+# enable by default to help CI handle it (we have no additional deps)
+IUSE="+python_targets_${PYTHON_COMPAT[0]}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
diff --git a/dev-python/python-tests/python-tests-3.12.10.ebuild
b/dev-python/python-tests/python-tests-3.12.10.ebuild
index a8a5d217bf43..a578ea2133da 100644
--- a/dev-python/python-tests/python-tests-3.12.10.ebuild
+++ b/dev-python/python-tests/python-tests-3.12.10.ebuild
@@ -29,6 +29,8 @@ S="${WORKDIR}/${MY_P}/Lib"
LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 sparc x86"
+# enable by default to help CI handle it (we have no additional deps)
+IUSE="+python_targets_${PYTHON_COMPAT[0]}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
diff --git a/dev-python/python-tests/python-tests-3.12.10_p1.ebuild
b/dev-python/python-tests/python-tests-3.12.10_p1.ebuild
index fa89d04e53be..974f9b62233c 100644
--- a/dev-python/python-tests/python-tests-3.12.10_p1.ebuild
+++ b/dev-python/python-tests/python-tests-3.12.10_p1.ebuild
@@ -29,6 +29,8 @@ S="${WORKDIR}/${MY_P}/Lib"
LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 ~sparc ~x86"
+# enable by default to help CI handle it (we have no additional deps)
+IUSE="+python_targets_${PYTHON_COMPAT[0]}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
diff --git a/dev-python/python-tests/python-tests-3.13.3-r100.ebuild
b/dev-python/python-tests/python-tests-3.13.3-r100.ebuild
index 22e5afad0e45..7756583869b8 100644
--- a/dev-python/python-tests/python-tests-3.13.3-r100.ebuild
+++ b/dev-python/python-tests/python-tests-3.13.3-r100.ebuild
@@ -29,6 +29,8 @@ S="${WORKDIR}/${MY_P}/Lib"
LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86"
+# enable by default to help CI handle it (we have no additional deps)
+IUSE="+python_targets_${PYTHON_COMPAT[0]}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
diff --git a/dev-python/python-tests/python-tests-3.13.3.ebuild
b/dev-python/python-tests/python-tests-3.13.3.ebuild
index bcea1d9432da..4f3330e5a249 100644
--- a/dev-python/python-tests/python-tests-3.13.3.ebuild
+++ b/dev-python/python-tests/python-tests-3.13.3.ebuild
@@ -29,6 +29,8 @@ S="${WORKDIR}/${MY_P}/Lib"
LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 sparc x86"
+# enable by default to help CI handle it (we have no additional deps)
+IUSE="+python_targets_${PYTHON_COMPAT[0]}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
diff --git a/dev-python/python-tests/python-tests-3.13.3_p1-r100.ebuild
b/dev-python/python-tests/python-tests-3.13.3_p1-r100.ebuild
index 3d2ff15db4e3..07d251d70f21 100644
--- a/dev-python/python-tests/python-tests-3.13.3_p1-r100.ebuild
+++ b/dev-python/python-tests/python-tests-3.13.3_p1-r100.ebuild
@@ -29,6 +29,8 @@ S="${WORKDIR}/${MY_P}/Lib"
LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86"
+# enable by default to help CI handle it (we have no additional deps)
+IUSE="+python_targets_${PYTHON_COMPAT[0]}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
diff --git a/dev-python/python-tests/python-tests-3.13.3_p1.ebuild
b/dev-python/python-tests/python-tests-3.13.3_p1.ebuild
index 535a9deb4b92..7b62d5f1ae71 100644
--- a/dev-python/python-tests/python-tests-3.13.3_p1.ebuild
+++ b/dev-python/python-tests/python-tests-3.13.3_p1.ebuild
@@ -29,6 +29,8 @@ S="${WORKDIR}/${MY_P}/Lib"
LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 ~sparc x86"
+# enable by default to help CI handle it (we have no additional deps)
+IUSE="+python_targets_${PYTHON_COMPAT[0]}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
diff --git a/dev-python/python-tests/python-tests-3.14.0_beta2-r100.ebuild
b/dev-python/python-tests/python-tests-3.14.0_beta2-r100.ebuild
index 517a1dcbc204..42c74e742566 100644
--- a/dev-python/python-tests/python-tests-3.14.0_beta2-r100.ebuild
+++ b/dev-python/python-tests/python-tests-3.14.0_beta2-r100.ebuild
@@ -30,6 +30,8 @@ S="${WORKDIR}/${MY_P}/Lib"
LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86"
+# enable by default to help CI handle it (we have no additional deps)
+IUSE="+python_targets_${PYTHON_COMPAT[0]}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
diff --git a/dev-python/python-tests/python-tests-3.14.0_beta2.ebuild
b/dev-python/python-tests/python-tests-3.14.0_beta2.ebuild
index ecc96f6cd8dc..cb6ca1b1d860 100644
--- a/dev-python/python-tests/python-tests-3.14.0_beta2.ebuild
+++ b/dev-python/python-tests/python-tests-3.14.0_beta2.ebuild
@@ -30,6 +30,8 @@ S="${WORKDIR}/${MY_P}/Lib"
LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86"
+# enable by default to help CI handle it (we have no additional deps)
+IUSE="+python_targets_${PYTHON_COMPAT[0]}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
diff --git a/dev-python/python-tests/python-tests-3.14.9999-r100.ebuild
b/dev-python/python-tests/python-tests-3.14.9999-r100.ebuild
index 837ed77debdb..2769aedd8a30 100644
--- a/dev-python/python-tests/python-tests-3.14.9999-r100.ebuild
+++ b/dev-python/python-tests/python-tests-3.14.9999-r100.ebuild
@@ -24,6 +24,8 @@ S="${WORKDIR}/${P}/Lib"
LICENSE="PSF-2"
SLOT="${PYVER}"
+# enable by default to help CI handle it (we have no additional deps)
+IUSE="+python_targets_${PYTHON_COMPAT[0]}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
diff --git a/dev-python/python-tests/python-tests-3.14.9999.ebuild
b/dev-python/python-tests/python-tests-3.14.9999.ebuild
index ea2da946d1f2..5c1799fdf974 100644
--- a/dev-python/python-tests/python-tests-3.14.9999.ebuild
+++ b/dev-python/python-tests/python-tests-3.14.9999.ebuild
@@ -24,6 +24,8 @@ S="${WORKDIR}/${P}/Lib"
LICENSE="PSF-2"
SLOT="${PYVER}"
+# enable by default to help CI handle it (we have no additional deps)
+IUSE="+python_targets_${PYTHON_COMPAT[0]}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="