summaryrefslogtreecommitdiff
path: root/dev-python/python-tests
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-28 09:45:21 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-28 10:00:41 +0200
commit0ae958065124a96504929d02a70cb6dfbb4e70f7 (patch)
treebc56c6375ec78dedb4079b65ba3c2fb3b138754e /dev-python/python-tests
parent2343fa132d0348fdc911435693fb8b0287e362bc (diff)
downloadgentoo-0ae958065124a96504929d02a70cb6dfbb4e70f7.tar.gz
gentoo-0ae958065124a96504929d02a70cb6dfbb4e70f7.tar.bz2
gentoo-0ae958065124a96504929d02a70cb6dfbb4e70f7.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/python-tests')
-rw-r--r--dev-python/python-tests/python-tests-3.11.12.ebuild2
-rw-r--r--dev-python/python-tests/python-tests-3.11.12_p1.ebuild2
-rw-r--r--dev-python/python-tests/python-tests-3.12.10.ebuild2
-rw-r--r--dev-python/python-tests/python-tests-3.12.10_p1.ebuild2
-rw-r--r--dev-python/python-tests/python-tests-3.13.3-r100.ebuild2
-rw-r--r--dev-python/python-tests/python-tests-3.13.3.ebuild2
-rw-r--r--dev-python/python-tests/python-tests-3.13.3_p1-r100.ebuild2
-rw-r--r--dev-python/python-tests/python-tests-3.13.3_p1.ebuild2
-rw-r--r--dev-python/python-tests/python-tests-3.14.0_beta2-r100.ebuild2
-rw-r--r--dev-python/python-tests/python-tests-3.14.0_beta2.ebuild2
-rw-r--r--dev-python/python-tests/python-tests-3.14.9999-r100.ebuild2
-rw-r--r--dev-python/python-tests/python-tests-3.14.9999.ebuild2
12 files changed, 24 insertions, 0 deletions
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="