From 2b31ca2650d29767d63b4303fb01b87277860618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 7 May 2026 19:45:26 +0200 Subject: [PATCH 01/73] profiles/desc: Add Python 3.15 targets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- profiles/desc/python_single_target.desc | 4 +++- profiles/desc/python_targets.desc | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index 546ba8b132727..128ac346e7628 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. @@ -9,4 +9,6 @@ python3_13 - Build for Python 3.13 only python3_13t - Build for Python 3.13 freethreading only python3_14 - Build for Python 3.14 only python3_14t - Build for Python 3.14 freethreading only +python3_15 - Build for Python 3.15 only +python3_15t - Build for Python 3.15 freethreading only pypy3_11 - Build for PyPy3.11 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 8b417657bcb46..f3a008e170331 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. @@ -9,4 +9,6 @@ python3_13 - Build with Python 3.13 python3_13t - Build with Python 3.13 freethreading python3_14 - Build with Python 3.14 python3_14t - Build with Python 3.14 freethreading +python3_15 - Build with Python 3.15 +python3_15t - Build with Python 3.15 freethreading pypy3_11 - Build with PyPy3.11 From 46e916fdb47189e74bd38a1cc635afe8f46cca1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 7 May 2026 19:45:56 +0200 Subject: [PATCH 02/73] profiles/base: Force py3.15 on dev-lang/python-exec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- profiles/base/package.use.force | 2 ++ profiles/base/package.use.mask | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index b8b5dc2b78176..aef5b7dd3538a 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -449,6 +449,8 @@ dev-lang/python-exec python_targets_python3_13 dev-lang/python-exec python_targets_python3_13t dev-lang/python-exec python_targets_python3_14 dev-lang/python-exec python_targets_python3_14t +dev-lang/python-exec python_targets_python3_15 +dev-lang/python-exec python_targets_python3_15t dev-lang/python-exec python_targets_pypy3_11 # Zac Medico (2010-10-20) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index c69ff0df72b13..d83fe644cd705 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,12 @@ # New entries go on top. +# Michał Górny (2026-05-07) +# Force-enable all PYTHON_TARGETS for python-exec to avoid using private +# API. Please remember to keep it in sync with python_targets.desc. +dev-lang/python-exec -python_targets_python3_15 +dev-lang/python-exec -python_targets_python3_15t + # Michael Orlitzky (2026-05-04) # This needs an upgrade to >=dev-cpp/eigen-5.0.1 and I don't # need the extra headache right now. From f65866fa2613670ba6ea6836f4efb4af125547b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 7 May 2026 19:46:53 +0200 Subject: [PATCH 03/73] profiles/base: Mask Python 3.15 flags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- profiles/base/use.mask | 7 +++++++ profiles/base/use.stable.mask | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 0e2fbd2835b51..54832168515a0 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,13 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny (2026-05-07) +# Python implementations without keywords. +python_targets_python3_15 +python_single_target_python3_15 +python_targets_python3_15t +python_single_target_python3_15t + # Michał Górny (2026-04-18) # LLVM slots with no keyworded releases yet. llvm_slot_23 diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index edbd71d78c628..0577fd3c37b8b 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # New entries go on top. @@ -19,6 +19,10 @@ ruby_targets_ruby40 # Michał Górny (2024-05-08) # Python implementations without stable keywords. +python_targets_python3_15 +python_single_target_python3_15 +python_targets_python3_15t +python_single_target_python3_15t python_targets_python3_14t python_single_target_python3_14t python_targets_python3_13t From 3471a6915616ea01ffdab1d2dc60becf7325d71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 7 May 2026 19:49:00 +0200 Subject: [PATCH 04/73] python-utils-r1.eclass: Add Python 3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- eclass/python-utils-r1.eclass | 10 +++++----- eclass/tests/python-utils-r1.sh | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 807813f3f3bd9..a060115800477 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -40,8 +40,8 @@ inherit multiprocessing toolchain-funcs # All supported Python implementations, most preferred last. _PYTHON_ALL_IMPLS=( pypy3_11 - python3_{13..14}t - python3_{11..14} + python3_{13..15}t + python3_{11..15} ) readonly _PYTHON_ALL_IMPLS @@ -81,7 +81,7 @@ _python_verify_patterns() { local impl pattern for pattern; do case ${pattern} in - -[23]|3.[89]|3.1[0-4]) + -[23]|3.[89]|3.1[0-5]) continue ;; esac @@ -137,7 +137,7 @@ _python_set_impls() { # please keep them in sync with _PYTHON_ALL_IMPLS # and _PYTHON_HISTORICAL_IMPLS case ${i} in - pypy3_11|python3_9|python3_1[1-4]|python3_1[3-4]t) + pypy3_11|python3_9|python3_1[1-5]|python3_1[3-5]t) ;; jython2_7|pypy|pypy1_[89]|pypy2_0|pypy3|python2_[5-7]|python3_[1-9]|python3_10) obsolete+=( "${i}" ) @@ -230,7 +230,7 @@ _python_impl_matches() { fi return 0 ;; - 3.[89]|3.1[0-4]) + 3.[89]|3.1[0-5]) [[ ${impl%t} == python${pattern/./_} || ${impl} == pypy${pattern/./_} ]] && return 0 ;; diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh index 17fd4bc24de79..e070d0f340148 100755 --- a/eclass/tests/python-utils-r1.sh +++ b/eclass/tests/python-utils-r1.sh @@ -64,7 +64,7 @@ tmpfile=$(mktemp) inherit multilib python-utils-r1 -for minor in {11..14} {13..14}t; do +for minor in {11..15} {13..15}t; do ebegin "Testing python3.${minor}" eindent test_var EPYTHON "python3_${minor}" "python3.${minor}" From 1e95cde67949b3a45c8589f870ec4508716883f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 7 May 2026 19:49:46 +0200 Subject: [PATCH 05/73] app-portage/gpyutils: Add Python 3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- app-portage/gpyutils/files/implementations.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-portage/gpyutils/files/implementations.txt b/app-portage/gpyutils/files/implementations.txt index 66567c166fa65..d74b284e63757 100644 --- a/app-portage/gpyutils/files/implementations.txt +++ b/app-portage/gpyutils/files/implementations.txt @@ -26,6 +26,8 @@ python3_13 current 3.13 python3_13t experimental 3.13t python3_14 supported 3.14 python3_14t experimental 3.14t +python3_15 experimental 3.15 +python3_15t experimental 3.15t pypy1_8 2.7-pypy-1.8 dead p1.8 pypy1_9 2.7-pypy-1.9 dead p1.9 From 4a4828694599383033618c65da2625a038b020e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 7 May 2026 19:55:37 +0200 Subject: [PATCH 06/73] dev-lang/python: Add python-exec deps to 3.15.0_beta1 and .9999 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-lang/python/python-0.3.15.0_beta1.ebuild | 5 +++++ dev-lang/python/python-0.3.15.9999.ebuild | 5 +++++ dev-lang/python/python-3.15.0_beta1.ebuild | 5 +++++ dev-lang/python/python-3.15.9999.ebuild | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/dev-lang/python/python-0.3.15.0_beta1.ebuild b/dev-lang/python/python-0.3.15.0_beta1.ebuild index c244e9bff0713..7d04c59a10227 100644 --- a/dev-lang/python/python-0.3.15.0_beta1.ebuild +++ b/dev-lang/python/python-0.3.15.0_beta1.ebuild @@ -92,6 +92,11 @@ BDEPEND=" ) ) " +if [[ ${PV} != *_alpha* ]]; then + RDEPEND+=" + dev-lang/python-exec[python_targets_python${PYVER/./_}(-)] + " +fi PDEPEND=" ensurepip? ( dev-python/ensurepip-pip ) " diff --git a/dev-lang/python/python-0.3.15.9999.ebuild b/dev-lang/python/python-0.3.15.9999.ebuild index 7390731836ba2..ba23e4bc2c691 100644 --- a/dev-lang/python/python-0.3.15.9999.ebuild +++ b/dev-lang/python/python-0.3.15.9999.ebuild @@ -84,6 +84,11 @@ BDEPEND=" ) ) " +if [[ ${PV} != *_alpha* ]]; then + RDEPEND+=" + dev-lang/python-exec[python_targets_python${PYVER/./_}(-)] + " +fi PDEPEND=" ensurepip? ( dev-python/ensurepip-pip ) " diff --git a/dev-lang/python/python-3.15.0_beta1.ebuild b/dev-lang/python/python-3.15.0_beta1.ebuild index 0331352178f61..d256d4d71d03d 100644 --- a/dev-lang/python/python-3.15.0_beta1.ebuild +++ b/dev-lang/python/python-3.15.0_beta1.ebuild @@ -100,6 +100,11 @@ BDEPEND=" ) ) " +if [[ ${PV} != *_alpha* ]]; then + RDEPEND+=" + dev-lang/python-exec[python_targets_python${PYVER/./_}(-)] + " +fi PDEPEND=" ensurepip? ( dev-python/ensurepip-pip ) " diff --git a/dev-lang/python/python-3.15.9999.ebuild b/dev-lang/python/python-3.15.9999.ebuild index 9cb02cde08232..6b0c32b8ea85f 100644 --- a/dev-lang/python/python-3.15.9999.ebuild +++ b/dev-lang/python/python-3.15.9999.ebuild @@ -93,6 +93,11 @@ BDEPEND=" ) ) " +if [[ ${PV} != *_alpha* ]]; then + RDEPEND+=" + dev-lang/python-exec[python_targets_python${PYVER/./_}(-)] + " +fi PDEPEND=" ensurepip? ( dev-python/ensurepip-pip ) " From 57b80ca7dfef6560a8edfe63e24769f413aa71e0 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 29 Apr 2026 01:53:59 -0400 Subject: [PATCH 07/73] distutils-r1.eclass: update list of deletable dist-info "junk" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We remove lots of misc data that wheel builders try to install for usually questionable reasons, such as licenses. Some projects now try to install SBOMs too. These contain e.g. - the path in /var/tmp/portage where it was built - unreproducible timestamps and serial number - all of *.dist-info/METADATA but converted to json because reasons - name, description, url and sha256 hash of every CRATES= used as distfile sources - the *dependency relationship* between each of said crates We don't care about any of this (portage models it better anyway :P). Same reason we delete licenses and changelogs. Signed-off-by: Eli Schwartz Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- eclass/distutils-r1.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 7cafa199bdac6..e0d76123e8357 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -1036,6 +1036,8 @@ distutils_wheel_install() { -o -path '*.dist-info/license_files' \ -o -path '*.dist-info/licenses/*' \ -o -path '*.dist-info/licenses' \ + -o -path '*.dist-info/sboms/*' \ + -o -path '*.dist-info/sboms' \ -o -path '*.dist-info/zip-safe' \ \) -delete || die From c74f0db8316b486886ffadd01b083af6e88a88f9 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 23 Apr 2026 18:24:03 +0300 Subject: [PATCH 08/73] python-utils-r1.eclass: workaround bad interaction with pytest-{timeout,rerunfailures} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/931020 Bug: https://bugs.gentoo.org/907289 Signed-off-by: Alfred Wingate Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- eclass/python-utils-r1.eclass | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index a060115800477..462126a47970d 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -1561,6 +1561,15 @@ epytest() { args+=( "--timeout=${EPYTEST_TIMEOUT}" ) + + if [[ -n ${EPYTEST_RERUNS} ]]; then + # This option helps with hangs in some cases when these plugins are used together. + # https://github.com/pytest-dev/pytest-timeout/issues/18 + # https://github.com/pytest-dev/pytest-rerunfailures/issues/99 + args+=( + -o timeout_func_only=true + ) + fi fi if [[ ${EPYTEST_XDIST} ]]; then From cd1136d68fbbd735d8bdc1e125ca9b44add7429d Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 23 Apr 2026 18:25:53 +0300 Subject: [PATCH 09/73] dev-python/moto: drop workaround MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Its present in the eclass now. Signed-off-by: Alfred Wingate Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/moto/moto-5.1.22-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/moto/moto-5.1.22-r1.ebuild b/dev-python/moto/moto-5.1.22-r1.ebuild index 6db4817c5b5cf..78818d2492ea8 100644 --- a/dev-python/moto/moto-5.1.22-r1.ebuild +++ b/dev-python/moto/moto-5.1.22-r1.ebuild @@ -102,6 +102,5 @@ python_test() { local -x TZ=UTC local -x AWS_DEFAULT_REGION=us-east-1 - # -o timeout_func_only=true: bad interaction with pytest-rerunfailures and pytest-timeout leads to a permanent hang otherwise - epytest -m 'not network and not requires_docker' -o timeout_func_only=true + epytest -m 'not network and not requires_docker' } From f0f11c6933771eb7596dcc42e4915c47b371cc13 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 23 Apr 2026 18:32:28 +0300 Subject: [PATCH 10/73] dev-python/aiohttp: deselect test broken by python change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alfred Wingate Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/aiohttp/aiohttp-3.13.5.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/aiohttp/aiohttp-3.13.5.ebuild b/dev-python/aiohttp/aiohttp-3.13.5.ebuild index 5983ad7be7258..48d9a0842a4ec 100644 --- a/dev-python/aiohttp/aiohttp-3.13.5.ebuild +++ b/dev-python/aiohttp/aiohttp-3.13.5.ebuild @@ -138,6 +138,10 @@ python_test() { tests/test_client_functional.py::test_invalid_idna # broken by irrelevant deprecation warnings tests/test_circular_imports.py::test_no_warnings + # https://github.com/aio-libs/aiohttp/issues/11400#issuecomment-4168569526 + # https://github.com/python/cpython/issues/145599 + # https://github.com/python/cpython/pull/145600 + tests/test_cookie_helpers.py::test_parse_set_cookie_headers_uses_unquote_with_octal ) case ${EPYTHON} in From 3c234ee7ccf030244d75884ff9e663f5ccc13916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 7 May 2026 20:26:08 +0200 Subject: [PATCH 11/73] dev-python/python-tests: Bump to 3.15.0_beta1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/python-tests/Manifest | 3 + .../python-tests-3.15.0_beta1.ebuild | 74 +++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 dev-python/python-tests/python-tests-3.15.0_beta1.ebuild diff --git a/dev-python/python-tests/Manifest b/dev-python/python-tests/Manifest index 048e88db6d9b7..e2effc321343c 100644 --- a/dev-python/python-tests/Manifest +++ b/dev-python/python-tests/Manifest @@ -20,6 +20,8 @@ DIST Python-3.14.4.tar.xz 23855332 BLAKE2B cb96ace0b3a0316ffc8f2fca1e9b67dc8df7d DIST Python-3.14.4.tar.xz.sigstore 5219 BLAKE2B 5d4e076139082e525c2758a64ca2cc4c05c69e601ffc9c402d5a041f8b867ee5f37264ded3bfa014cc979ccd3c573c208d2321ac5a3be93b906116bd0d8a5c37 SHA512 ec41d0d25fa3cd87cf62adcbe6b9e575cecc49f947a64ca997aa792ed22d93ef1bbc4dc2848e365dfb43b6c447dcf47417f9c68a5881d0ede8750fece9f97a87 DIST Python-3.14.5rc1.tar.xz 23894408 BLAKE2B 7b894cc9fbc6df9255ad04aed506cc7751a8f59295a1d491e150731b34b2197802f3d12cc51c6412247c5a23c051f3f90ce69b969e0bc0a74cffb11e62de58e9 SHA512 67ede84d59046e3b413643449a7eced8cefcd908238b8a34d2ac38507d967201695c62c22464f1bfd51669daf306995262279c7bbfc5a25998ed867a3d743b38 DIST Python-3.14.5rc1.tar.xz.sigstore 5363 BLAKE2B ad8ed1f9076ce67c33b290cdb6e24846de1642ce2deece0ec42d8adca67e7b403a53f7d64064c8c9d6d7ce05f8f1a62f5069a2cc85721160902b98cfebd254f9 SHA512 26a9129b8df1d5b83f6d81bdc49c78a5f45542ff9e56a3ecfc5b9480b5a0e0ee44b2fd3d1dd7775458c9076b4b27d891f149f3b24304f2456b5a0c5615e6ea12 +DIST Python-3.15.0b1.tar.xz 35178032 BLAKE2B 1bbfdeb373fa3a26b9d957084edc9bfb7f81ae579cd9bf9fba1a43a3bf409a2e01512c56c642eb47b6e1a3c0fe44f182d72a15498b90a75d424b6325d0fd97a1 SHA512 ce486f903aa8690f1725565c3fdc0034a983a60952a96a950fa7c89ab899a71cabed4a9252c497e0474f206f83ff02e2793cf975c345825324b85bced750c270 +DIST Python-3.15.0b1.tar.xz.sigstore 5411 BLAKE2B a1697c5239559c6871d3299c3dfa77edf0319ee03be12f6b3bd0b424e05a81b19249a98a316e5e6f8d403b04392ba69910ab8cef4ed86cf0d4a92fe04501a651 SHA512 72a4e1cfd48ba7ead6d5896d1441cf8c0991549beb28bc546534c4e1296495c9874dc7941239f8f5ed833b038bd66437868fd121c89a123d62cad157b744a4c2 DIST python-gentoo-patches-3.11.11.tar.xz 10604 BLAKE2B 6be4c66b0458f7a7085aef976cff3dcb4d114ac0b64fb27327a5693e8d41a77f7eeed718b9c5a1b1961278235ee4cd43497aa3dc27e6e6bed65804b95f667a15 SHA512 ab8113a94949cead34d976179f80c3e0a6686bf2476079a74f97b4d08c24a237500dc7ee09dc3b0ec98d2fbcb138397c73d7e2252e617a957a13999e59115158 DIST python-gentoo-patches-3.11.14.tar.xz 15968 BLAKE2B 5bd091046feee03afd59a87b72c44b3a0874b23f89eb98020cc057f5651d31857721eb095bd056dae8bef85220dbe5aff2900cf8411dceb14e8775a4a2f09a93 SHA512 760df16f98c1a91164b43c13eb36073c74169321569791125fdad8682419b818736fe02e40c1aa1232a11081b1007c923a8fd2afd002eb4fdff0800da92d03e2 DIST python-gentoo-patches-3.11.15.tar.xz 15988 BLAKE2B 16e98450749ebd1c617acbb9aba380fff50a8f7dba19f3f99edd3bd387c1a5d61d78cbf493cf003dfe03d2be59374ad89077b39fe203059bbbb881ae02a72ea5 SHA512 b705c72a585e315eb3ba69ffbf2a80836f0fc894fa8ae2c22768e6aa8ac2a23aada5def3d2635193793f58e3da81f0f10281c47bd8e129e1fd2c9167d292265b @@ -37,3 +39,4 @@ DIST python-gentoo-patches-3.14.3.tar.xz 8012 BLAKE2B a8106360a6c77e0e19ecdf55e9 DIST python-gentoo-patches-3.14.4.tar.xz 8012 BLAKE2B 07928ae9e2c057b75edabe287e0201a9aa35ddcfbb1b35c3729c25ccea707c343214ed82e0ad5df65a0994c0e263f7f50e8dd95ebdaae37210c14e1cc1f2d492 SHA512 8c8cf86842f42fa8634c0faee2c1e6dd51c621ae42d48300b0ab185d90653ad58e30c967a6b455e237303aa52d139a2980b948f8613725884d6aa0df016e07d8 DIST python-gentoo-patches-3.14.4_p1.tar.xz 9016 BLAKE2B 39bee4db44684a087b3bf6793a22d1655c2a90fabb56ea0421ded013cf53e66ac83cb3016d469f06c5d7cab7b8d22138bc4c1e01843a174299e1af0f88e5818c SHA512 a299212bd3d4a70c83a1efe1ec155f7b13829aa10aecf638de0889cf7b8ebe5227d3f14a1d51dac18fa4ae19b1060639490e61f2c1f52deadd40065c07b317f2 DIST python-gentoo-patches-3.14.5rc1.tar.xz 8436 BLAKE2B 527156383cba6288df15a0bb0718960ba2a30428a2367d014a11b22e598c63d2c912480e37b064233e05590d1112b6c3c4ac1fa9db392ac11a98b8ec54847d30 SHA512 8adb64ca0bc1c653fb04a71bd6b40415ae3ca4761edf578199c5cc1d1da392b239ca07af395114970467c8233027c5eefb4b869bcab4379d5a7310a286aaec53 +DIST python-gentoo-patches-3.15.0b1.tar.xz 3420 BLAKE2B 266ada600b587ff430a21c38d7585fcdb2d320a4160dd8e93dac3a6517faa685eadda9a9b14b271c6380a78112c83f39fc30bbbece10bfc7e6cde2eba61103fa SHA512 9f42700e03051fbadf3b9e6f7163077ab6b8c1f406e5bfc99560b590dbbabe72e5b38cd8c16b21aec75c4e760af549bffef6d76e65f390d61cd8840894949565 diff --git a/dev-python/python-tests/python-tests-3.15.0_beta1.ebuild b/dev-python/python-tests/python-tests-3.15.0_beta1.ebuild new file mode 100644 index 0000000000000..aa51e0b139666 --- /dev/null +++ b/dev-python/python-tests/python-tests-3.15.0_beta1.ebuild @@ -0,0 +1,74 @@ +# Copyright 2024-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_15 ) +VERIFY_SIG_METHOD=sigstore + +inherit python-r1 verify-sig + +MY_PV=${PV/_beta/b} +MY_P="Python-${MY_PV%_p*}" +PYVER=$(ver_cut 1-2) +PATCHSET="python-gentoo-patches-${MY_PV}" + +DESCRIPTION="Test modules from dev-lang/python" +HOMEPAGE=" + https://www.python.org/ + https://github.com/python/cpython/ +" +SRC_URI=" + https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz + https://distfiles.gentoo.org/pub/proj/python/patchsets/${PYVER%t}/${PATCHSET}.tar.xz + verify-sig? ( + https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz.sigstore + ) +" +S="${WORKDIR}/${MY_P}/Lib" + +LICENSE="PSF-2" +SLOT="${PYVER}" +if [[ ${PV} != *_* ]]; then + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +fi +# 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=" + ${PYTHON_DEPS} + ~dev-lang/python-${PV}:${PYVER} +" +BDEPEND=" + ${PYTHON_DEPS} +" + +# https://www.python.org/downloads/metadata/sigstore/ +VERIFY_SIG_CERT_IDENTITY=hugo@python.org +VERIFY_SIG_CERT_OIDC_ISSUER=https://github.com/login/oauth + +src_unpack() { + if use verify-sig; then + verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.xz{,.sigstore} + fi + default +} + +src_prepare() { + local PATCHES=( + "${WORKDIR}/${PATCHSET}" + ) + + cd .. || die + default +} + +src_install() { + python_setup + # keep in sync with TESTSUBDIRS in Makefile.pre.in + python_moduleinto "/usr/lib/python${PYVER}" + python_domodule test + python_moduleinto "/usr/lib/python${PYVER}/idlelib" + python_domodule idlelib/idle_test +} From 3c5d3fcc6a39b93433b0c0f1b9705326e02060ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 7 May 2026 20:27:24 +0200 Subject: [PATCH 12/73] dev-python/python-tests: Bump to 0.3.15.0_beta1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- .../python-tests-0.3.15.0_beta1.ebuild | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 dev-python/python-tests/python-tests-0.3.15.0_beta1.ebuild diff --git a/dev-python/python-tests/python-tests-0.3.15.0_beta1.ebuild b/dev-python/python-tests/python-tests-0.3.15.0_beta1.ebuild new file mode 100644 index 0000000000000..bc0acd54447db --- /dev/null +++ b/dev-python/python-tests/python-tests-0.3.15.0_beta1.ebuild @@ -0,0 +1,75 @@ +# Copyright 2024-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_15t ) +VERIFY_SIG_METHOD=sigstore + +inherit python-r1 verify-sig + +REAL_PV=${PV#0.} +MY_PV=${REAL_PV/_beta/b} +MY_P="Python-${MY_PV%_p*}" +PYVER=$(ver_cut 2-3)t +PATCHSET="python-gentoo-patches-${MY_PV}" + +DESCRIPTION="Test modules from dev-lang/python" +HOMEPAGE=" + https://www.python.org/ + https://github.com/python/cpython/ +" +SRC_URI=" + https://www.python.org/ftp/python/${REAL_PV%%_*}/${MY_P}.tar.xz + https://distfiles.gentoo.org/pub/proj/python/patchsets/${PYVER%t}/${PATCHSET}.tar.xz + verify-sig? ( + https://www.python.org/ftp/python/${REAL_PV%%_*}/${MY_P}.tar.xz.sigstore + ) +" +S="${WORKDIR}/${MY_P}/Lib" + +LICENSE="PSF-2" +SLOT="${PYVER}" +if [[ ${PV} != *_* ]]; then + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +fi +# 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=" + ${PYTHON_DEPS} + ~dev-lang/python-${PV}:${PYVER} +" +BDEPEND=" + ${PYTHON_DEPS} +" + +# https://www.python.org/downloads/metadata/sigstore/ +VERIFY_SIG_CERT_IDENTITY=hugo@python.org +VERIFY_SIG_CERT_OIDC_ISSUER=https://github.com/login/oauth + +src_unpack() { + if use verify-sig; then + verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.xz{,.sigstore} + fi + default +} + +src_prepare() { + local PATCHES=( + "${WORKDIR}/${PATCHSET}" + ) + + cd .. || die + default +} + +src_install() { + python_setup + # keep in sync with TESTSUBDIRS in Makefile.pre.in + python_moduleinto "/usr/lib/python${PYVER}" + python_domodule test + python_moduleinto "/usr/lib/python${PYVER}/idlelib" + python_domodule idlelib/idle_test +} From 18eac494bb1582a24c829fa7853f020bbc174a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 7 May 2026 20:27:58 +0200 Subject: [PATCH 13/73] dev-python/python-tests: Bump to 3.15.9999 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- .../python-tests-3.15.9999.ebuild | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 dev-python/python-tests/python-tests-3.15.9999.ebuild diff --git a/dev-python/python-tests/python-tests-3.15.9999.ebuild b/dev-python/python-tests/python-tests-3.15.9999.ebuild new file mode 100644 index 0000000000000..f40b251155a40 --- /dev/null +++ b/dev-python/python-tests/python-tests-3.15.9999.ebuild @@ -0,0 +1,60 @@ +# Copyright 2024-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_15 ) + +inherit git-r3 python-r1 + +PYVER=$(ver_cut 1-2) +PATCHSET="python-gentoo-patches-3.15.0b1" + +DESCRIPTION="Test modules from dev-lang/python" +HOMEPAGE=" + https://www.python.org/ + https://github.com/python/cpython/ +" +SRC_URI=" + https://distfiles.gentoo.org/pub/proj/python/patchsets/${PYVER%t}/${PATCHSET}.tar.xz +" +EGIT_REPO_URI="https://github.com/python/cpython.git" +EGIT_BRANCH=${PYVER} +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=" + ${PYTHON_DEPS} + ~dev-lang/python-${PV}:${PYVER} +" +BDEPEND=" + ${PYTHON_DEPS} +" + +src_unpack() { + git-r3_src_unpack + default +} + +src_prepare() { + local PATCHES=( + "${WORKDIR}/${PATCHSET}" + ) + + cd .. || die + default +} + +src_install() { + python_setup + # keep in sync with TESTSUBDIRS in Makefile.pre.in + python_moduleinto "/usr/lib/python${PYVER}" + python_domodule test + python_moduleinto "/usr/lib/python${PYVER}/idlelib" + python_domodule idlelib/idle_test +} From 5abbc0bd93025b5a848d474fb216d83919b357a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 7 May 2026 20:28:41 +0200 Subject: [PATCH 14/73] dev-python/python-tests: Bump to 0.3.15.9999 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- .../python-tests-0.3.15.9999.ebuild | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 dev-python/python-tests/python-tests-0.3.15.9999.ebuild diff --git a/dev-python/python-tests/python-tests-0.3.15.9999.ebuild b/dev-python/python-tests/python-tests-0.3.15.9999.ebuild new file mode 100644 index 0000000000000..1670366d1b6d8 --- /dev/null +++ b/dev-python/python-tests/python-tests-0.3.15.9999.ebuild @@ -0,0 +1,60 @@ +# Copyright 2024-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_15t ) + +inherit git-r3 python-r1 + +PYVER="$(ver_cut 2-3)t" +PATCHSET="python-gentoo-patches-3.15.0b1" + +DESCRIPTION="Test modules from dev-lang/python" +HOMEPAGE=" + https://www.python.org/ + https://github.com/python/cpython/ +" +SRC_URI=" + https://distfiles.gentoo.org/pub/proj/python/patchsets/${PYVER%t}/${PATCHSET}.tar.xz +" +EGIT_REPO_URI="https://github.com/python/cpython.git" +EGIT_BRANCH=${PYVER%t} +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=" + ${PYTHON_DEPS} + ~dev-lang/python-${PV}:${PYVER} +" +BDEPEND=" + ${PYTHON_DEPS} +" + +src_unpack() { + git-r3_src_unpack + default +} + +src_prepare() { + local PATCHES=( + "${WORKDIR}/${PATCHSET}" + ) + + cd .. || die + default +} + +src_install() { + python_setup + # keep in sync with TESTSUBDIRS in Makefile.pre.in + python_moduleinto "/usr/lib/python${PYVER}" + python_domodule test + python_moduleinto "/usr/lib/python${PYVER}/idlelib" + python_domodule idlelib/idle_test +} From e62dbf124714f5889f1a3bd8b3304b4408576f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:36:45 +0200 Subject: [PATCH 15/73] dev-python/installer: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/installer/installer-0.7.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/installer/installer-0.7.0.ebuild b/dev-python/installer/installer-0.7.0.ebuild index 80c144eee74bf..de554d8a56274 100644 --- a/dev-python/installer/installer-0.7.0.ebuild +++ b/dev-python/installer/installer-0.7.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # please keep this ebuild at EAPI 8 -- sys-apps/portage dep EAPI=8 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi @@ -27,6 +27,7 @@ BDEPEND=" app-arch/unzip " +EPYTEST_PLUGINS=() distutils_enable_tests pytest python_compile() { From bcf67f74b94f6879536db1be9f23194d1f2f93c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:35:51 +0200 Subject: [PATCH 16/73] dev-python/gpep517: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/gpep517/gpep517-19.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/gpep517/gpep517-19.ebuild b/dev-python/gpep517/gpep517-19.ebuild index f431201815127..1319effb33ce3 100644 --- a/dev-python/gpep517/gpep517-19.ebuild +++ b/dev-python/gpep517/gpep517-19.ebuild @@ -1,11 +1,11 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # please keep this ebuild at EAPI 8 -- sys-apps/portage dep EAPI=8 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t ) +PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t ) inherit distutils-r1 From 860b5bc43838650858ae3d51dbaa9254001a2b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:36:37 +0200 Subject: [PATCH 17/73] dev-python/flit-core: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/flit-core/flit-core-3.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flit-core/flit-core-3.12.0.ebuild b/dev-python/flit-core/flit-core-3.12.0.ebuild index 72c17f69f758a..9bafd47d7d3bd 100644 --- a/dev-python/flit-core/flit-core-3.12.0.ebuild +++ b/dev-python/flit-core/flit-core-3.12.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone PYPI_VERIFY_REPO=https://github.com/pypa/flit -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From bc1f6334809024253d3fa64707391953872f14c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:37:13 +0200 Subject: [PATCH 18/73] dev-python/pathspec: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/pathspec/pathspec-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pathspec/pathspec-1.1.1.ebuild b/dev-python/pathspec/pathspec-1.1.1.ebuild index d466b4a9e0023..b425d96f93527 100644 --- a/dev-python/pathspec/pathspec-1.1.1.ebuild +++ b/dev-python/pathspec/pathspec-1.1.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_VERIFY_REPO=https://github.com/cpburnz/python-pathspec -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From 74bd346b813a45660028775114296e407bb2e847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:37:09 +0200 Subject: [PATCH 19/73] dev-python/editables: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/editables/editables-0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/editables/editables-0.6.ebuild b/dev-python/editables/editables-0.6.ebuild index 4bd6ac286600a..efb7437a98962 100644 --- a/dev-python/editables/editables-0.6.ebuild +++ b/dev-python/editables/editables-0.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t ) +PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t ) inherit distutils-r1 From ae7a39a648d705856ffc14974620e0c681092b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:37:04 +0200 Subject: [PATCH 20/73] dev-python/hatchling: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/hatchling/hatchling-1.29.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hatchling/hatchling-1.29.0.ebuild b/dev-python/hatchling/hatchling-1.29.0.ebuild index 7fc8c28c36679..4e17b514368ff 100644 --- a/dev-python/hatchling/hatchling-1.29.0.ebuild +++ b/dev-python/hatchling/hatchling-1.29.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone PYTHON_TESTED=( pypy3_11 python3_{11..14} ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_{13,14}t ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_15 python3_{13..15}t ) inherit distutils-r1 From 4f55bd185adf1735b4c9fd3c577494b1eb00dfeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:36:49 +0200 Subject: [PATCH 21/73] dev-python/vcs-versioning: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/vcs-versioning/vcs-versioning-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/vcs-versioning/vcs-versioning-1.1.1.ebuild b/dev-python/vcs-versioning/vcs-versioning-1.1.1.ebuild index 07da47bed446e..8c51c4987cc31 100644 --- a/dev-python/vcs-versioning/vcs-versioning-1.1.1.ebuild +++ b/dev-python/vcs-versioning/vcs-versioning-1.1.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_VERIFY_REPO=https://github.com/pypa/setuptools-scm -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From c553d781f14695c2361ef5a47f7f135ab5ce1114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:36:41 +0200 Subject: [PATCH 22/73] dev-python/jaraco-context: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/jaraco-context/jaraco-context-6.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jaraco-context/jaraco-context-6.1.2.ebuild b/dev-python/jaraco-context/jaraco-context-6.1.2.ebuild index 208f6c5506bf4..cfe8a34686a04 100644 --- a/dev-python/jaraco-context/jaraco-context-6.1.2.ebuild +++ b/dev-python/jaraco-context/jaraco-context-6.1.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From 7da20b70f42e84435f22d49a731052e6fb7ce59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:36:33 +0200 Subject: [PATCH 23/73] dev-python/trove-classifiers: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- .../trove-classifiers/trove-classifiers-2026.5.7.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/trove-classifiers/trove-classifiers-2026.5.7.17.ebuild b/dev-python/trove-classifiers/trove-classifiers-2026.5.7.17.ebuild index 1b13523716426..4cc695305bfef 100644 --- a/dev-python/trove-classifiers/trove-classifiers-2026.5.7.17.ebuild +++ b/dev-python/trove-classifiers/trove-classifiers-2026.5.7.17.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_VERIFY_REPO=https://github.com/pypa/trove-classifiers -PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t ) +PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t ) inherit distutils-r1 pypi From 7f501f49e9c12a78ff4d5126c22d42469a25cde4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:36:29 +0200 Subject: [PATCH 24/73] dev-python/wheel: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/wheel/wheel-0.47.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/wheel/wheel-0.47.0.ebuild b/dev-python/wheel/wheel-0.47.0.ebuild index 2d96e9d01b5b8..c1ad5e570eb2e 100644 --- a/dev-python/wheel/wheel-0.47.0.ebuild +++ b/dev-python/wheel/wheel-0.47.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_VERIFY_REPO=https://github.com/pypa/wheel -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From 5f5d216269c4abb0af4cf7a9a9dcdb34072a347a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:36:26 +0200 Subject: [PATCH 25/73] dev-python/platformdirs: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/platformdirs/platformdirs-4.9.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/platformdirs/platformdirs-4.9.6.ebuild b/dev-python/platformdirs/platformdirs-4.9.6.ebuild index 559e2ecad5141..27236c7cbdc3a 100644 --- a/dev-python/platformdirs/platformdirs-4.9.6.ebuild +++ b/dev-python/platformdirs/platformdirs-4.9.6.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_VERIFY_REPO=https://github.com/tox-dev/platformdirs -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From 94620fa033d19494e99620ffcf2b602dabffa740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:36:22 +0200 Subject: [PATCH 26/73] dev-python/more-itertools: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/more-itertools/more-itertools-11.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/more-itertools/more-itertools-11.0.2.ebuild b/dev-python/more-itertools/more-itertools-11.0.2.ebuild index 6e83301ee2823..3856cfbef0741 100644 --- a/dev-python/more-itertools/more-itertools-11.0.2.ebuild +++ b/dev-python/more-itertools/more-itertools-11.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From 7f39357a11a6dc7171b745137251e6a5b35df9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:36:18 +0200 Subject: [PATCH 27/73] dev-python/jaraco-text: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/jaraco-text/jaraco-text-4.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jaraco-text/jaraco-text-4.2.0.ebuild b/dev-python/jaraco-text/jaraco-text-4.2.0.ebuild index 4ee7b0267f7ba..bcd4040e21312 100644 --- a/dev-python/jaraco-text/jaraco-text-4.2.0.ebuild +++ b/dev-python/jaraco-text/jaraco-text-4.2.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From 3018a275e44a492488f0db9f1b95b239780585cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:36:14 +0200 Subject: [PATCH 28/73] dev-python/jaraco-functools: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/jaraco-functools/jaraco-functools-4.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jaraco-functools/jaraco-functools-4.4.0.ebuild b/dev-python/jaraco-functools/jaraco-functools-4.4.0.ebuild index 00a866403411f..ba60834ce510f 100644 --- a/dev-python/jaraco-functools/jaraco-functools-4.4.0.ebuild +++ b/dev-python/jaraco-functools/jaraco-functools-4.4.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t ) +PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t ) inherit distutils-r1 pypi From 11928cb0119cadc49c1f5a52b6e8c04c17ee51b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:36:10 +0200 Subject: [PATCH 29/73] dev-python/setuptools: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/setuptools/setuptools-82.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setuptools/setuptools-82.0.1.ebuild b/dev-python/setuptools/setuptools-82.0.1.ebuild index 8fa03d45834df..6a5b50a296ece 100644 --- a/dev-python/setuptools/setuptools-82.0.1.ebuild +++ b/dev-python/setuptools/setuptools-82.0.1.ebuild @@ -8,7 +8,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone PYTHON_TESTED=( python3_{11..14} pypy3_11 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_{13,14}t ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_15 python3_{13..15}t ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 pypi From 99156e4d4249edb3d2e563f698bb6022f6f803a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:35:45 +0200 Subject: [PATCH 30/73] dev-python/setuptools-scm: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/setuptools-scm/setuptools-scm-10.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setuptools-scm/setuptools-scm-10.0.5.ebuild b/dev-python/setuptools-scm/setuptools-scm-10.0.5.ebuild index 3b76cbfbbc9ca..4f2eb25c71789 100644 --- a/dev-python/setuptools-scm/setuptools-scm-10.0.5.ebuild +++ b/dev-python/setuptools-scm/setuptools-scm-10.0.5.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_VERIFY_REPO=https://github.com/pypa/setuptools-scm -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From 58591abb36ec08aa7272e0932594cace8bf9a571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:35:41 +0200 Subject: [PATCH 31/73] dev-python/pygments: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/pygments/pygments-2.19.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/pygments/pygments-2.19.2.ebuild b/dev-python/pygments/pygments-2.19.2.ebuild index 6900d24c1f0c4..5bf0a08855af2 100644 --- a/dev-python/pygments/pygments-2.19.2.ebuild +++ b/dev-python/pygments/pygments-2.19.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling PYPI_PN=${PN^} PYTHON_FULLY_TESTED=( python3_{11..14} pypy3_11 ) -PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" python3_{13,14}t ) +PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" python3_15 python3_{13..15}t ) inherit distutils-r1 bash-completion-r1 pypi @@ -40,6 +40,7 @@ EPYTEST_DESELECT=( tests/test_html_formatter.py::test_ctags ) +EPYTEST_PLUGINS=() EPYTEST_XDIST=1 distutils_enable_tests pytest From 4b870f8df835cb997d2c024d6d403ca3cfbb85a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:34:12 +0200 Subject: [PATCH 32/73] dev-python/pluggy: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/pluggy/pluggy-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pluggy/pluggy-1.6.0.ebuild b/dev-python/pluggy/pluggy-1.6.0.ebuild index c04b2501aed37..23bb0e8bcd25e 100644 --- a/dev-python/pluggy/pluggy-1.6.0.ebuild +++ b/dev-python/pluggy/pluggy-1.6.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_VERIFY_REPO=https://github.com/pytest-dev/pluggy -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From 61733c0099d411c31427c69f8825c92f18726dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:34:09 +0200 Subject: [PATCH 33/73] dev-python/packaging: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/packaging/packaging-26.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/packaging/packaging-26.2.ebuild b/dev-python/packaging/packaging-26.2.ebuild index c9f68e88d9280..1de1534de3d88 100644 --- a/dev-python/packaging/packaging-26.2.ebuild +++ b/dev-python/packaging/packaging-26.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_VERIFY_REPO=https://github.com/pypa/packaging -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From 9eaa1a2cea484abffef70b01c3be10482cf8db40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:34:05 +0200 Subject: [PATCH 34/73] dev-python/iniconfig: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/iniconfig/iniconfig-2.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/iniconfig/iniconfig-2.3.0.ebuild b/dev-python/iniconfig/iniconfig-2.3.0.ebuild index 2ab24a5e88c61..402db40ca63b8 100644 --- a/dev-python/iniconfig/iniconfig-2.3.0.ebuild +++ b/dev-python/iniconfig/iniconfig-2.3.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 2020-2025 Gentoo Authors +# Copyright 2020-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_VERIFY_REPO=https://github.com/pytest-dev/iniconfig -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From 8302fd6602bf5c84b980f177af4e02435334cd07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:33:31 +0200 Subject: [PATCH 35/73] dev-python/pytest: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/pytest/pytest-9.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest/pytest-9.0.3.ebuild b/dev-python/pytest/pytest-9.0.3.ebuild index 008a5d4ede0b2..cb4a3f34ae5b8 100644 --- a/dev-python/pytest/pytest-9.0.3.ebuild +++ b/dev-python/pytest/pytest-9.0.3.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_VERIFY_REPO=https://github.com/pytest-dev/pytest PYTHON_TESTED=( python3_{11..14} pypy3_11 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_{13,14}t ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_15 python3_{13..15}t ) inherit distutils-r1 pypi From cd2c86f58e6427439e5b9504b593df7668107dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:45:21 +0200 Subject: [PATCH 36/73] dev-python/tomli: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/tomli/tomli-2.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tomli/tomli-2.4.1.ebuild b/dev-python/tomli/tomli-2.4.1.ebuild index b24b7d922a296..1fe75fac1d2cc 100644 --- a/dev-python/tomli/tomli-2.4.1.ebuild +++ b/dev-python/tomli/tomli-2.4.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From 06ee0ad06710f77812855bd27be64ad66c7f04e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:45:17 +0200 Subject: [PATCH 37/73] dev-python/tomli-w: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/tomli-w/tomli-w-1.2.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/tomli-w/tomli-w-1.2.0.ebuild b/dev-python/tomli-w/tomli-w-1.2.0.ebuild index 2b6f2ca7a1d8d..28167e38fa972 100644 --- a/dev-python/tomli-w/tomli-w-1.2.0.ebuild +++ b/dev-python/tomli-w/tomli-w-1.2.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2021-2025 Gentoo Authors +# Copyright 2021-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 @@ -28,6 +28,7 @@ BDEPEND=" ) " +EPYTEST_PLUGINS=() distutils_enable_tests pytest python_test() { From 277633ada819c70dfd48a916a898b2e035b1cdd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:45:13 +0200 Subject: [PATCH 38/73] dev-python/pretend: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/pretend/pretend-1.0.9-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/pretend/pretend-1.0.9-r2.ebuild b/dev-python/pretend/pretend-1.0.9-r2.ebuild index e2aed325754d0..1c8b0a277b861 100644 --- a/dev-python/pretend/pretend-1.0.9-r2.ebuild +++ b/dev-python/pretend/pretend-1.0.9-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 @@ -22,4 +22,5 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" +EPYTEST_PLUGINS=() distutils_enable_tests pytest From 179faa43273023805446831504050cc6a7f1792e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:45:09 +0200 Subject: [PATCH 39/73] dev-python/wcag-contrast-ratio: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- .../wcag-contrast-ratio/wcag-contrast-ratio-0.9-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9-r1.ebuild b/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9-r1.ebuild index c4b3eaaf32e0d..011cb9d96b735 100644 --- a/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9-r1.ebuild +++ b/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 @@ -28,6 +28,7 @@ BDEPEND=" ) " +EPYTEST_PLUGINS=() distutils_enable_tests pytest python_test() { From 7c6717803d7fb8a0ce9f02818f0058dfe543c7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:45:04 +0200 Subject: [PATCH 40/73] dev-python/pyproject-hooks: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/pyproject-hooks/pyproject-hooks-1.2.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/pyproject-hooks/pyproject-hooks-1.2.0.ebuild b/dev-python/pyproject-hooks/pyproject-hooks-1.2.0.ebuild index 39b5f2aaefd0c..ed46296a08620 100644 --- a/dev-python/pyproject-hooks/pyproject-hooks-1.2.0.ebuild +++ b/dev-python/pyproject-hooks/pyproject-hooks-1.2.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2021-2025 Gentoo Authors +# Copyright 2021-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi @@ -25,6 +25,7 @@ BDEPEND=" ) " +EPYTEST_PLUGINS=() distutils_enable_tests pytest EPYTEST_DESELECT=( From f6b2fc5831722be714a876a04b763ae5912db3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:45:00 +0200 Subject: [PATCH 41/73] dev-python/test: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/test/test-0.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-python/test/test-0.ebuild b/dev-python/test/test-0.ebuild index bcb05e6c69688..2781719fb54dc 100644 --- a/dev-python/test/test-0.ebuild +++ b/dev-python/test/test-0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13..14}t ) +PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t ) inherit python-r1 @@ -45,4 +45,10 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/python-tests:3.14t ' python3_14t) + $(python_gen_cond_dep ' + dev-python/python-tests:3.15 + ' python3_15) + $(python_gen_cond_dep ' + dev-python/python-tests:3.15t + ' python3_15t) " From d265c4eb98c5662add70e9302b9cb8381740ea5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:44:56 +0200 Subject: [PATCH 42/73] dev-python/typing-extensions: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- .../typing-extensions-4.15.0-py314-test.patch | 28 ++++++++++++++ .../typing-extensions-4.15.0.ebuild | 37 +++++++++++++++++-- 2 files changed, 62 insertions(+), 3 deletions(-) create mode 100644 dev-python/typing-extensions/files/typing-extensions-4.15.0-py314-test.patch diff --git a/dev-python/typing-extensions/files/typing-extensions-4.15.0-py314-test.patch b/dev-python/typing-extensions/files/typing-extensions-4.15.0-py314-test.patch new file mode 100644 index 0000000000000..a17dc9615766f --- /dev/null +++ b/dev-python/typing-extensions/files/typing-extensions-4.15.0-py314-test.patch @@ -0,0 +1,28 @@ +From aa81d37f98c3322d535a7d0c8dd093870f0fb5ef Mon Sep 17 00:00:00 2001 +From: Jelle Zijlstra +Date: Thu, 18 Sep 2025 21:03:16 -0700 +Subject: [PATCH] fix test on 3.14 + +--- + src/test_typing_extensions.py | 8 ++++++-- + 1 file changed, 6 insertions(+), 2 deletions(-) + +diff --git a/src/test_typing_extensions.py b/src/test_typing_extensions.py +index 27f4059c..f07e1eb0 100644 +--- a/src/test_typing_extensions.py ++++ b/src/test_typing_extensions.py +@@ -4508,8 +4508,12 @@ def _make_td(future, class_name, annos, base, extra_names=None): + child = _make_td( + child_future, "Child", {"child": "int"}, "Base", {"Base": base} + ) +- base_anno = typing.ForwardRef("int", module="builtins") if base_future else int +- child_anno = typing.ForwardRef("int", module="builtins") if child_future else int ++ if sys.version_info >= (3, 14): ++ base_anno = typing.ForwardRef("int", module="builtins", owner=base) if base_future else int ++ child_anno = typing.ForwardRef("int", module="builtins", owner=child) if child_future else int ++ else: ++ base_anno = typing.ForwardRef("int", module="builtins") if base_future else int ++ child_anno = typing.ForwardRef("int", module="builtins") if child_future else int + self.assertEqual(base.__annotations__, {'base': base_anno}) + self.assertEqual( + child.__annotations__, {'child': child_anno, 'base': base_anno} diff --git a/dev-python/typing-extensions/typing-extensions-4.15.0.ebuild b/dev-python/typing-extensions/typing-extensions-4.15.0.ebuild index 88bfa0bcf007b..0e5953aeef81a 100644 --- a/dev-python/typing-extensions/typing-extensions-4.15.0.ebuild +++ b/dev-python/typing-extensions/typing-extensions-4.15.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_VERIFY_REPO=https://github.com/python/typing_extensions -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi @@ -28,9 +28,40 @@ BDEPEND=" ) " -distutils_enable_tests unittest +# TODO: switch back to unittests once we don't need deselects +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +PATCHES=( + # https://github.com/python/typing_extensions/pull/683 + "${FILESDIR}/${P}-py314-test.patch" +) python_test() { + local EPYTEST_DESELECT=() + case ${EPYTHON} in + pypy3.11) + EPYTEST_DESELECT+=( + src/test_typing_extensions.py::NamedTupleTests::test_same_as_typing_NamedTuple + ) + ;; + python3.15*) + EPYTEST_DESELECT+=( + src/test_typing_extensions.py::AllTests::test_alias_names_still_exist + src/test_typing_extensions.py::AllTests::test_all_names_in___all__ + src/test_typing_extensions.py::AllTests::test_typing_extensions_includes_standard + src/test_typing_extensions.py::GetTypeHintTests::test_annotation_and_optional_default + src/test_typing_extensions.py::NoExtraItemsTests::test_constructor + src/test_typing_extensions.py::NoExtraItemsTests::test_repr + src/test_typing_extensions.py::TestSentinels::test_sentinel_deprecated + src/test_typing_extensions.py::TestSentinels::test_sentinel_deprecated_explicit_repr + src/test_typing_extensions.py::TypeAliasTypeTests::test_cannot_set_attributes + src/test_typing_extensions.py::TypeVarTupleTests::test_repr + src/test_typing_extensions.py::UnpackTests::test_repr + ) + ;; + esac + cd src || die - eunittest + epytest } From ea10ee02559eb8e30ee0d5c70777b93cc25ba094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:44:51 +0200 Subject: [PATCH 43/73] dev-python/build: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/build/build-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/build/build-1.5.0.ebuild b/dev-python/build/build-1.5.0.ebuild index 26d7680bf2bc2..80aa8258102d3 100644 --- a/dev-python/build/build-1.5.0.ebuild +++ b/dev-python/build/build-1.5.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYTHON_TESTED=( python3_{11..14} pypy3_11 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_{13,14}t ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_15 python3_{13..15}t ) inherit distutils-r1 From eacbc740d99d552ec2a0132bd87deb8d60144757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:44:30 +0200 Subject: [PATCH 44/73] dev-python/jaraco-classes: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/jaraco-classes/jaraco-classes-3.4.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/jaraco-classes/jaraco-classes-3.4.0.ebuild b/dev-python/jaraco-classes/jaraco-classes-3.4.0.ebuild index ff80b8b596ea5..8a90fc0f226b6 100644 --- a/dev-python/jaraco-classes/jaraco-classes-3.4.0.ebuild +++ b/dev-python/jaraco-classes/jaraco-classes-3.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t ) +PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t ) inherit distutils-r1 pypi @@ -24,4 +24,5 @@ BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] " +EPYTEST_PLUGINS=() distutils_enable_tests pytest From 067a36624f7edfe51cb5bc617bc8ffb6f5733b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:44:26 +0200 Subject: [PATCH 45/73] dev-python/six: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/six/six-1.17.0.ebuild | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/dev-python/six/six-1.17.0.ebuild b/dev-python/six/six-1.17.0.ebuild index 48c8485225c74..bcae0cb09b621 100644 --- a/dev-python/six/six-1.17.0.ebuild +++ b/dev-python/six/six-1.17.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi @@ -19,23 +19,11 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" distutils_enable_sphinx documentation --no-autodoc +EPYTEST_PLUGINS=() distutils_enable_tests pytest -python_test() { - local EPYTEST_DESELECT=( - # requires USE=gdb on CPython, no point in forcing the dep - # also missing on PyPy - 'test_six.py::test_move_items[dbm_ndbm]' - ) - - case ${EPYTHON} in - python3.13*) - EPYTEST_DESELECT+=( - 'test_six.py::test_move_items[tkinter_tix]' - ) - ;; - esac - - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -} +EPYTEST_DESELECT=( + # requires USE=gdb on CPython, no point in forcing the dep + # also missing on PyPy + 'test_six.py::test_move_items[dbm_ndbm]' +) From 1b16152970041e48012869dba04c72a29b0a9b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:44:23 +0200 Subject: [PATCH 46/73] dev-python/freezegun: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/freezegun/freezegun-1.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/freezegun/freezegun-1.5.5.ebuild b/dev-python/freezegun/freezegun-1.5.5.ebuild index e04b9f1bd5fc1..dfed5be2949e7 100644 --- a/dev-python/freezegun/freezegun-1.5.5.ebuild +++ b/dev-python/freezegun/freezegun-1.5.5.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_VERIFY_REPO=https://github.com/spulec/freezegun -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From bc05bd174cae8ba0cb865b9fa0b7d87c08ff4312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:44:19 +0200 Subject: [PATCH 47/73] dev-python/pytest-freezer: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/pytest-freezer/pytest-freezer-0.4.9.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-freezer/pytest-freezer-0.4.9.ebuild b/dev-python/pytest-freezer/pytest-freezer-0.4.9.ebuild index a6f2aaa6e2ced..ea5420e23ea9b 100644 --- a/dev-python/pytest-freezer/pytest-freezer-0.4.9.ebuild +++ b/dev-python/pytest-freezer/pytest-freezer-0.4.9.ebuild @@ -1,10 +1,10 @@ -# Copyright 2023-2025 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t ) +PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t ) inherit distutils-r1 pypi @@ -23,4 +23,6 @@ RDEPEND=" >=dev-python/pytest-3.6[${PYTHON_USEDEP}] " +EPYTEST_PLUGIN_LOAD_VIA_ENV=1 +EPYTEST_PLUGINS=( "${PN}" ) distutils_enable_tests pytest From 4fd2ab2c8a6384acbb23639fb9b971675dc515f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:44:13 +0200 Subject: [PATCH 48/73] dev-python/python-dateutil: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- .../python-dateutil/python-dateutil-2.9.0_p0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/python-dateutil/python-dateutil-2.9.0_p0.ebuild b/dev-python/python-dateutil/python-dateutil-2.9.0_p0.ebuild index 11b469942905b..b159121de6834 100644 --- a/dev-python/python-dateutil/python-dateutil-2.9.0_p0.ebuild +++ b/dev-python/python-dateutil/python-dateutil-2.9.0_p0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_FULLY_TESTED=( python3_{10..13} pypy3 ) -PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" pypy3_11 python3_13t python3_14 python3_14t ) +PYTHON_FULLY_TESTED=( python3_{11..14} python3_{13..14}t ) +PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" pypy3_11 python3_15 python3_15t ) inherit distutils-r1 pypi @@ -40,6 +40,7 @@ PATCHES=( "${FILESDIR}/python-dateutil-2.9.0-no-pytest-cov.patch" ) +EPYTEST_PLUGINS=() distutils_enable_tests pytest python_prepare_all() { @@ -57,6 +58,5 @@ python_test() { ) fi - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 epytest } From 1e65d927458ec6744d829f20be1fad2195d9873a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:43:00 +0200 Subject: [PATCH 49/73] dev-python/jaraco-collections: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- .../jaraco-collections/jaraco-collections-5.2.1.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/dev-python/jaraco-collections/jaraco-collections-5.2.1.ebuild b/dev-python/jaraco-collections/jaraco-collections-5.2.1.ebuild index 6bb5317fa20ae..26b3d67058ee4 100644 --- a/dev-python/jaraco-collections/jaraco-collections-5.2.1.ebuild +++ b/dev-python/jaraco-collections/jaraco-collections-5.2.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi @@ -23,6 +23,7 @@ RDEPEND=" dev-python/jaraco-text[${PYTHON_USEDEP}] " +EPYTEST_PLUGINS=() distutils_enable_tests pytest src_configure() { @@ -35,8 +36,3 @@ src_configure() { -e '/^dynamic =/d' \ pyproject.toml || die } - -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -} From b26cfdd42ff41141b344b7286af3a71c3a224bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:42:55 +0200 Subject: [PATCH 50/73] dev-python/tempora: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/tempora/tempora-5.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tempora/tempora-5.9.0.ebuild b/dev-python/tempora/tempora-5.9.0.ebuild index 9365fb402c104..bb8ba720078b1 100644 --- a/dev-python/tempora/tempora-5.9.0.ebuild +++ b/dev-python/tempora/tempora-5.9.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t ) +PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t ) inherit distutils-r1 pypi From 9b414a6e7f01c7794b0c3d4ac74dcd56c6b88e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:42:51 +0200 Subject: [PATCH 51/73] dev-python/portend: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/portend/portend-3.2.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/portend/portend-3.2.1.ebuild b/dev-python/portend/portend-3.2.1.ebuild index 6e5b6c765ceed..0dd3f8cc3a7cd 100644 --- a/dev-python/portend/portend-3.2.1.ebuild +++ b/dev-python/portend/portend-3.2.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi @@ -25,4 +25,5 @@ BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] " +EPYTEST_PLUGINS=() distutils_enable_tests pytest From 28f017adbbe37498547f853919841fa5e68842a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:42:47 +0200 Subject: [PATCH 52/73] dev-python/appdirs: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/appdirs/appdirs-1.4.4-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/appdirs/appdirs-1.4.4-r3.ebuild b/dev-python/appdirs/appdirs-1.4.4-r3.ebuild index 1b125ed31875d..42e55c5d55038 100644 --- a/dev-python/appdirs/appdirs-1.4.4-r3.ebuild +++ b/dev-python/appdirs/appdirs-1.4.4-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 From b0972941b6d878bd21482d1cbffbacab747ce46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:42:38 +0200 Subject: [PATCH 53/73] dev-python/python-discovery: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/python-discovery/python-discovery-1.3.0.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-python/python-discovery/python-discovery-1.3.0.ebuild b/dev-python/python-discovery/python-discovery-1.3.0.ebuild index 6925b29c5d906..4a2a9cfcc8b72 100644 --- a/dev-python/python-discovery/python-discovery-1.3.0.ebuild +++ b/dev-python/python-discovery/python-discovery-1.3.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling PYPI_VERIFY_REPO=https://github.com/tox-dev/python-discovery -PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t ) +PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t ) inherit distutils-r1 pypi @@ -45,6 +45,12 @@ python_test() { tests/test_py_info_extra.py::test_satisfies_path_not_abs_basename_match ) ;; + python3.15) + EPYTEST_DESELECT+=( + # TODO + tests/test_discovery.py::test_predicate_with_fallback_specs + ) + ;; esac epytest From c2020042ecb306e9df53601301dd7f3c97ca7746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:42:34 +0200 Subject: [PATCH 54/73] dev-python/distlib: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/distlib/distlib-0.4.0-r1.ebuild | 60 +++++++++++++++++++ .../distlib/files/distlib-0.4.0-py315.patch | 51 ++++++++++++++++ 2 files changed, 111 insertions(+) create mode 100644 dev-python/distlib/distlib-0.4.0-r1.ebuild create mode 100644 dev-python/distlib/files/distlib-0.4.0-py315.patch diff --git a/dev-python/distlib/distlib-0.4.0-r1.ebuild b/dev-python/distlib/distlib-0.4.0-r1.ebuild new file mode 100644 index 0000000000000..bc76cd5497f7a --- /dev/null +++ b/dev-python/distlib/distlib-0.4.0-r1.ebuild @@ -0,0 +1,60 @@ +# Copyright 2021-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) + +inherit distutils-r1 + +DESCRIPTION="Low-level components of distutils2/packaging" +HOMEPAGE=" + https://pypi.org/project/distlib/ + https://github.com/pypa/distlib/ +" +SRC_URI=" + https://github.com/pypa/distlib/archive/${PV}.tar.gz -> ${P}.gh.tar.gz +" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +IUSE="test" +RESTRICT="!test? ( test )" + +# pypiserver is called as external executable +BDEPEND=" + test? ( + dev-python/pypiserver + ) +" + +src_prepare() { + local PATCHES=( + # use system pypiserver instead of bundled one + "${FILESDIR}/distlib-0.3.9-system-pypiserver.patch" + # https://github.com/pypa/distlib/commit/6286442857de9f734686d08f0e59ca8048ee357a + "${FILESDIR}/${P}-py314-test.patch" + # https://github.com/pypa/distlib/pull/256 + "${FILESDIR}/${P}-py315.patch" + ) + + # make sure it's not used + rm tests/pypi-server-standalone.py || die + + distutils-r1_src_prepare +} + +python_test() { + local -x SKIP_ONLINE=1 + local -x PYTHONHASHSEED=0 + + # disable system-site-packages -- distlib has no deps, and is very + # fragile to packages actually installed on the system + sed -i -e '/system-site-packages/s:true:false:' \ + "${BUILD_DIR}/install${EPREFIX}/usr/pyvenv.cfg" || die + + "${EPYTHON}" tests/test_all.py -v -x || + die "Tests failed with ${EPYTHON}" +} diff --git a/dev-python/distlib/files/distlib-0.4.0-py315.patch b/dev-python/distlib/files/distlib-0.4.0-py315.patch new file mode 100644 index 0000000000000..4a27f02037051 --- /dev/null +++ b/dev-python/distlib/files/distlib-0.4.0-py315.patch @@ -0,0 +1,51 @@ +From 53a497ae37b3220662ac177e9477e9551e4e37b0 Mon Sep 17 00:00:00 2001 +From: Victor Stinner +Date: Wed, 14 Jan 2026 14:32:40 +0100 +Subject: [PATCH] Update cache_from_source() for Python 3.15 + +The debug_override parameter of cache_from_source() is deprecated in +Python 3.14. The function docstring says: + + The debug_override parameter is deprecated. If debug_override + is not None, a True value is the same as setting 'optimization' + to the empty string while a False value is equivalent to setting + 'optimization' to '1'. + +The parameter has been removed in Python 3.15. + +Fixes #255 +--- + distlib/util.py | 6 +++++- + tests/test_util.py | 2 +- + 2 files changed, 6 insertions(+), 2 deletions(-) + +diff --git a/distlib/util.py b/distlib/util.py +index 0d5bd7a..b700384 100644 +--- a/distlib/util.py ++++ b/distlib/util.py +@@ -589,7 +589,11 @@ def ensure_dir(self, path): + self.dirs_created.add(path) + + def byte_compile(self, path, optimize=False, force=False, prefix=None, hashed_invalidation=False): +- dpath = cache_from_source(path, not optimize) ++ if not optimize: ++ optimization = '' ++ else: ++ optimization = '1' ++ dpath = cache_from_source(path, optimization=optimization) + logger.info('Byte-compiling %s to %s', path, dpath) + if not self.dry_run: + if force or self.newer(path, dpath): +diff --git a/tests/test_util.py b/tests/test_util.py +index d8694a9..d4bb572 100644 +--- a/tests/test_util.py ++++ b/tests/test_util.py +@@ -652,7 +652,7 @@ def test_is_writable(self): + + def test_byte_compile(self): + path = os.path.join(self.workdir, 'hello.py') +- dpath = cache_from_source(path, True) ++ dpath = cache_from_source(path, optimization='') + self.fileop.write_text_file(path, 'print("Hello, world!")', 'utf-8') + self.fileop.byte_compile(path, optimize=False) + self.assertTrue(os.path.exists(dpath)) From 246893422729135e8d0c4a88c566db81c139ef2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:42:30 +0200 Subject: [PATCH 55/73] dev-python/hatch-fancy-pypi-readme: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- .../hatch-fancy-pypi-readme-25.1.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-25.1.0.ebuild b/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-25.1.0.ebuild index 0019efbde65c8..20b6cc863d134 100644 --- a/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-25.1.0.ebuild +++ b/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-25.1.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t ) +PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t ) inherit distutils-r1 @@ -26,6 +26,7 @@ RDEPEND=" dev-python/hatchling[${PYTHON_USEDEP}] " +EPYTEST_PLUGINS=() distutils_enable_tests pytest EPYTEST_DESELECT=( From 0cef18023d6debae747989a3835d757d925d8948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:42:26 +0200 Subject: [PATCH 56/73] dev-python/attrs: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/attrs/attrs-26.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/attrs/attrs-26.1.0.ebuild b/dev-python/attrs/attrs-26.1.0.ebuild index 2f1c96c4a5a8a..e909ba4865ea4 100644 --- a/dev-python/attrs/attrs-26.1.0.ebuild +++ b/dev-python/attrs/attrs-26.1.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling PYPI_VERIFY_REPO=https://github.com/python-attrs/attrs -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From 7b4056524146054d55d130e7ed5892edec58e778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:42:23 +0200 Subject: [PATCH 57/73] dev-python/hypothesis-gentoo: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild index 623b864e8b7bb..ee8db2a778092 100644 --- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild +++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-4.ebuild @@ -1,10 +1,10 @@ -# Copyright 2025 Gentoo Authors +# Copyright 2025-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t ) +PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t ) inherit distutils-r1 pypi From 8ee860ea94ab868a532f272a290bbc639f8fee1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:42:19 +0200 Subject: [PATCH 58/73] dev-python/sortedcontainers: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- .../sortedcontainers-2.4.0-r1.ebuild | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild index 94952202ffe41..014a2f62a21fe 100644 --- a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild +++ b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 @@ -25,8 +25,20 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" +EPYTEST_PLUGINS=() distutils_enable_tests pytest python_test() { + local EPYTEST_DESELECT=() + + case ${EPYTHON} in + python3.15*) + EPYTEST_DESELECT+=( + # changes in pprint(). yes, seriously. + tests/sortedcollection.py::tests.sortedcollection.SortedCollection + ) + ;; + esac + epytest --ignore docs/conf.py } From 9c1b7938341ddffa1866854f0255f492eaab98e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:42:13 +0200 Subject: [PATCH 59/73] dev-python/hypothesis: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/hypothesis/hypothesis-6.152.4.ebuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dev-python/hypothesis/hypothesis-6.152.4.ebuild b/dev-python/hypothesis/hypothesis-6.152.4.ebuild index 0e2fcdefacdcc..2c65b19aa4960 100644 --- a/dev-python/hypothesis/hypothesis-6.152.4.ebuild +++ b/dev-python/hypothesis/hypothesis-6.152.4.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools CLI_COMPAT=( python3_{11..13} ) -PYTHON_COMPAT=( "${CLI_COMPAT[@]}" pypy3_11 python3_14 python3_{13,14}t ) +PYTHON_COMPAT=( "${CLI_COMPAT[@]}" pypy3_11 python3_{14..15} python3_{13..15}t ) PYTHON_REQ_USE="threads(+),sqlite" inherit distutils-r1 optfeature @@ -68,6 +68,15 @@ python_test() { tests/cover/test_custom_reprs.py ) + case ${EPYTHON} in + python3.15*) + EPYTEST_DESELECT+=( + 'hypothesis-python/tests/cover/test_lookup.py::test_resolves_forwardrefs_to_builtin_types[sentinel]' + 'hypothesis-python/tests/cover/test_lookup.py::test_resolves_builtin_types[sentinel]' + ) + ;; + esac + local -x HYPOTHESIS_NO_PLUGINS=1 epytest -o filterwarnings= tests/{cover,pytest,quality} } From d0eadf7e1aaeec6da952b0a11a85631c48927707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:41:44 +0200 Subject: [PATCH 60/73] dev-python/ptyprocess: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/ptyprocess/ptyprocess-0.7.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ptyprocess/ptyprocess-0.7.0-r1.ebuild b/dev-python/ptyprocess/ptyprocess-0.7.0-r1.ebuild index 774da7e163084..baa33fd4f02c4 100644 --- a/dev-python/ptyprocess/ptyprocess-0.7.0-r1.ebuild +++ b/dev-python/ptyprocess/ptyprocess-0.7.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From ff63992251684efa230ebaccb9d997b59b8ea262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:41:40 +0200 Subject: [PATCH 61/73] dev-python/pexpect: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/pexpect/pexpect-4.9.0.ebuild | 32 +++++++++++-------------- 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/dev-python/pexpect/pexpect-4.9.0.ebuild b/dev-python/pexpect/pexpect-4.9.0.ebuild index 5713187d35ecf..296e170c9f196 100644 --- a/dev-python/pexpect/pexpect-4.9.0.ebuild +++ b/dev-python/pexpect/pexpect-4.9.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 pypi @@ -25,10 +25,22 @@ RDEPEND=" >=dev-python/ptyprocess-0.5[${PYTHON_USEDEP}] " +EPYTEST_PLUGINS=() distutils_enable_tests pytest distutils_enable_sphinx doc \ dev-python/sphinxcontrib-github-alt +EPYTEST_DESELECT=( + # flaky test on weaker arches + tests/test_performance.py + # requires zsh installed, not worth it + tests/test_replwrap.py::REPLWrapTestCase::test_zsh + # flaky + tests/test_env.py::TestCaseEnv::test_spawn_uses_env + # flaky & hangy + tests/test_socket.py::ExpectTestCase::test_interrupt +) + PATCHES=( # https://github.com/pexpect/pexpect/pull/794 "${FILESDIR}/${P}-py313.patch" @@ -44,22 +56,6 @@ src_test() { distutils-r1_src_test } -python_test() { - local EPYTEST_DESELECT=( - # flaky test on weaker arches - tests/test_performance.py - # requires zsh installed, not worth it - tests/test_replwrap.py::REPLWrapTestCase::test_zsh - # flaky - tests/test_env.py::TestCaseEnv::test_spawn_uses_env - # flaky & hangy - tests/test_socket.py::ExpectTestCase::test_interrupt - ) - - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -} - python_install_all() { if use examples; then dodoc -r examples From 192db96489575d4a00800fd42a6a877522cc06f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:41:37 +0200 Subject: [PATCH 62/73] dev-python/pytest-timeout: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/pytest-timeout/pytest-timeout-2.4.0.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-python/pytest-timeout/pytest-timeout-2.4.0.ebuild b/dev-python/pytest-timeout/pytest-timeout-2.4.0.ebuild index a717f6ffa9a5a..b2ce2eaded3e3 100644 --- a/dev-python/pytest-timeout/pytest-timeout-2.4.0.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-2.4.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi @@ -31,15 +31,14 @@ BDEPEND=" ) " +EPYTEST_PLUGIN_LOAD_VIA_ENV=1 +EPYTEST_PLUGINS=( "${PN}" ) EPYTEST_XDIST=1 distutils_enable_tests pytest python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - local -x PYTEST_PLUGINS=pytest_timeout - if has_version "dev-python/pytest-cov[${PYTHON_USEDEP}]"; then - PYTEST_PLUGINS+=,pytest_cov.plugin + local EPYTEST_PLUGINS=( "${EPYTEST_PLUGINS[@]}" pytest-cov ) else EPYTEST_DESELECT+=( test_pytest_timeout.py::test_cov From cc2b9d5f1c6da5ae97a3e96913bc6992de793824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:41:31 +0200 Subject: [PATCH 63/73] dev-python/pytest-mock: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/pytest-mock/pytest-mock-3.15.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-mock/pytest-mock-3.15.1.ebuild b/dev-python/pytest-mock/pytest-mock-3.15.1.ebuild index 9d7c46a96eb42..42cb2a177e01d 100644 --- a/dev-python/pytest-mock/pytest-mock-3.15.1.ebuild +++ b/dev-python/pytest-mock/pytest-mock-3.15.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_VERIFY_REPO=https://github.com/pytest-dev/pytest-mock PYTHON_TESTED=( python3_{11..14} pypy3_11 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_{13,14}t ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_15 python3_{13..15}t ) inherit distutils-r1 pypi From a3eee771c926b09f4b7515fbe29c7e3e51b9ed70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:41:14 +0200 Subject: [PATCH 64/73] dev-python/pytest-asyncio: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/pytest-asyncio/pytest-asyncio-1.4.0_alpha2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-asyncio/pytest-asyncio-1.4.0_alpha2.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-1.4.0_alpha2.ebuild index f314dad719a0f..9bf572e50c8c6 100644 --- a/dev-python/pytest-asyncio/pytest-asyncio-1.4.0_alpha2.ebuild +++ b/dev-python/pytest-asyncio/pytest-asyncio-1.4.0_alpha2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_VERIFY_REPO=https://github.com/pytest-dev/pytest-asyncio -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From 0dc19f6187f9fa33fb925cb0b640429f70f0f9a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:41:00 +0200 Subject: [PATCH 65/73] dev-python/virtualenv: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/virtualenv/virtualenv-21.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/virtualenv/virtualenv-21.3.1.ebuild b/dev-python/virtualenv/virtualenv-21.3.1.ebuild index 25941d9fd6750..9d79d9f1c19b1 100644 --- a/dev-python/virtualenv/virtualenv-21.3.1.ebuild +++ b/dev-python/virtualenv/virtualenv-21.3.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling PYPI_VERIFY_REPO=https://github.com/pypa/virtualenv PYTHON_TESTED=( python3_{11..14} pypy3_11 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_{13,14}t ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_15 python3_{13..15}t ) inherit distutils-r1 pypi From 3453d2273c0d1f21aca38eeafe9e03bc84fa290c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:39:48 +0200 Subject: [PATCH 66/73] dev-python/hatch-vcs: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/hatch-vcs/hatch-vcs-0.5.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/hatch-vcs/hatch-vcs-0.5.0.ebuild b/dev-python/hatch-vcs/hatch-vcs-0.5.0.ebuild index bcbd8aee9c4c7..4646c907dc586 100644 --- a/dev-python/hatch-vcs/hatch-vcs-0.5.0.ebuild +++ b/dev-python/hatch-vcs/hatch-vcs-0.5.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t ) +PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t ) inherit distutils-r1 @@ -31,4 +31,5 @@ BDEPEND=" ) " +EPYTEST_PLUGINS=() distutils_enable_tests pytest From 968fc9ed9aee3dfb26a8a1aaece30d693b163c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:39:45 +0200 Subject: [PATCH 67/73] dev-python/filelock: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/filelock/filelock-3.29.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/filelock/filelock-3.29.0.ebuild b/dev-python/filelock/filelock-3.29.0.ebuild index 7b558247d30e3..255f69015872d 100644 --- a/dev-python/filelock/filelock-3.29.0.ebuild +++ b/dev-python/filelock/filelock-3.29.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling PYPI_VERIFY_REPO=https://github.com/tox-dev/filelock -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From d295cf5ff7a14c28e70a3e5650955590df500b99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:39:41 +0200 Subject: [PATCH 68/73] dev-python/psutil: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/psutil/psutil-7.2.2.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dev-python/psutil/psutil-7.2.2.ebuild b/dev-python/psutil/psutil-7.2.2.ebuild index 33d605fcd019d..5607f3c557c44 100644 --- a/dev-python/psutil/psutil-7.2.2.ebuild +++ b/dev-python/psutil/psutil-7.2.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi @@ -84,6 +84,14 @@ python_test() { tests/test_memleaks.py ) + case ${EPYTHON} in + python3.15*) + EPYTEST_DESELECT+=( + tests/test_process.py::TestProcess::test_rlimit_infinity_value + ) + ;; + esac + # Since we are running in an environment a bit similar to CI, # let's skip the tests that are disabled for CI local -x TRAVIS=1 From 205f478565eee5f0df04992797d1e93fedec8072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:39:37 +0200 Subject: [PATCH 69/73] dev-python/execnet: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/execnet/execnet-2.1.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/execnet/execnet-2.1.2.ebuild b/dev-python/execnet/execnet-2.1.2.ebuild index 8232b0f4d12ed..0c3a0841f14d0 100644 --- a/dev-python/execnet/execnet-2.1.2.ebuild +++ b/dev-python/execnet/execnet-2.1.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling PYPI_VERIFY_REPO=https://github.com/pytest-dev/execnet -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi @@ -32,7 +32,7 @@ python_test() { local EPYTEST_DESELECT=() case ${EPYTHON} in - python3.1[34]t) + python3*t) EPYTEST_DESELECT+=( # https://github.com/pytest-dev/execnet/issues/306 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed From 61f3264d7468956a95c06143cf6e6f02fccd4cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:39:33 +0200 Subject: [PATCH 70/73] dev-python/pytest-xdist: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- .../files/pytest-xdist-3.8.0-pytest-9.patch | 64 +++++++++++++++++++ .../pytest-xdist/pytest-xdist-3.8.0.ebuild | 14 ++-- 2 files changed, 73 insertions(+), 5 deletions(-) create mode 100644 dev-python/pytest-xdist/files/pytest-xdist-3.8.0-pytest-9.patch diff --git a/dev-python/pytest-xdist/files/pytest-xdist-3.8.0-pytest-9.patch b/dev-python/pytest-xdist/files/pytest-xdist-3.8.0-pytest-9.patch new file mode 100644 index 0000000000000..c39a004664bb5 --- /dev/null +++ b/dev-python/pytest-xdist/files/pytest-xdist-3.8.0-pytest-9.patch @@ -0,0 +1,64 @@ +From 0c984478f39d7a01aa24c061f2581bdfd071cb6a Mon Sep 17 00:00:00 2001 +From: Bruno Oliveira +Date: Sun, 2 Nov 2025 10:18:21 -0300 +Subject: [PATCH] Adapt test to also worth with pytest-main + +--- + testing/test_newhooks.py | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/testing/test_newhooks.py b/testing/test_newhooks.py +index e3a8ac6f..9091ed31 100644 +--- a/testing/test_newhooks.py ++++ b/testing/test_newhooks.py +@@ -115,7 +115,7 @@ def pytest_handlecrashitem(crashitem, report, sched): + res.stdout.fnmatch_lines_random(["*HOOK: pytest_handlecrashitem"]) + res.stdout.fnmatch_lines( + [ +- "FAILED test_handlecrashitem_one.py::test_b", +- "FAILED test_handlecrashitem_one.py::test_b", ++ "FAILED test_handlecrashitem_one.py::test_b*", ++ "FAILED test_handlecrashitem_one.py::test_b*", + ] + ) +From 44f4bea2652e06e7cd5d4a063aa2673b5ef701ee Mon Sep 17 00:00:00 2001 +From: Bruno Oliveira +Date: Tue, 11 Nov 2025 08:00:23 -0300 +Subject: [PATCH] Fix CI for pytest 9.0+ (#1272) + +--- + testing/test_remote.py | 11 ++++++++--- + 1 file changed, 8 insertions(+), 3 deletions(-) + +diff --git a/testing/test_remote.py b/testing/test_remote.py +index 909f7ca2..ae82e2b7 100644 +--- a/testing/test_remote.py ++++ b/testing/test_remote.py +@@ -378,6 +378,11 @@ def test_mainargv(request): + + + def test_remote_usage_prog(pytester: pytest.Pytester) -> None: ++ if pytest.version_tuple[:2] >= (9, 0): ++ get_optparser_expr = "get_config_parser.optparser" ++ else: ++ get_optparser_expr = "get_config_parser._getparser()" ++ + pytester.makeconftest( + """ + import pytest +@@ -394,12 +399,12 @@ def pytest_configure(config): + """ + ) + pytester.makepyfile( +- """ ++ f""" + import sys + + def test(get_config_parser, request): +- get_config_parser._getparser().error("my_usage_error") +- """ ++ {get_optparser_expr}.error("my_usage_error") ++ """ + ) + + result = pytester.runpytest_subprocess("-n1") diff --git a/dev-python/pytest-xdist/pytest-xdist-3.8.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-3.8.0.ebuild index 7557638df2ec1..1e61be54abcc8 100644 --- a/dev-python/pytest-xdist/pytest-xdist-3.8.0.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-3.8.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_VERIFY_REPO=https://github.com/pytest-dev/pytest-xdist -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi @@ -32,12 +32,16 @@ BDEPEND=" ) " -EPYTEST_PLUGINS=() +EPYTEST_PLUGIN_LOAD_VIA_ENV=1 +EPYTEST_PLUGINS=( "${PN}" ) distutils_enable_tests pytest -python_test() { - # force loading necessary plugins in subprocesses - local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail +PATCHES=( + # https://github.com/pytest-dev/pytest-xdist/commit/0c984478f39d7a01aa24c061f2581bdfd071cb6a + # https://github.com/pytest-dev/pytest-xdist/commit/44f4bea2652e06e7cd5d4a063aa2673b5ef701ee + "${FILESDIR}/${P}-pytest-9.patch" +) +python_test() { epytest -o tmp_path_retention_count=1 } From 044fa41b425f762ec20d0cdadb4ef4dae774d09d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:39:30 +0200 Subject: [PATCH 71/73] dev-python/pytest-rerunfailures: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- .../pytest-rerunfailures/pytest-rerunfailures-16.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-16.1.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-16.1.ebuild index 75bf591b6be16..e1c65384573f5 100644 --- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-16.1.ebuild +++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-16.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 ) inherit distutils-r1 pypi From 52df68152b27e99e8e8b2b1d44b5a1935bd27ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:39:26 +0200 Subject: [PATCH 72/73] dev-python/testpath: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/testpath/testpath-0.6.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/testpath/testpath-0.6.0.ebuild b/dev-python/testpath/testpath-0.6.0.ebuild index 2e8b833f14644..ac2fe769e2a4b 100644 --- a/dev-python/testpath/testpath-0.6.0.ebuild +++ b/dev-python/testpath/testpath-0.6.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t ) +PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t ) inherit distutils-r1 @@ -23,5 +23,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" +EPYTEST_PLUGINS=() distutils_enable_tests pytest distutils_enable_sphinx doc From 6a0a3f177a6278be5d650b909a3b25ccecc70109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 19:51:31 +0200 Subject: [PATCH 73/73] dev-python/pytest-jobserver: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 Merges: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/pytest-jobserver/pytest-jobserver-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-jobserver/pytest-jobserver-1.1.0.ebuild b/dev-python/pytest-jobserver/pytest-jobserver-1.1.0.ebuild index 4567356722f16..2f2e4bab9cbd6 100644 --- a/dev-python/pytest-jobserver/pytest-jobserver-1.1.0.ebuild +++ b/dev-python/pytest-jobserver/pytest-jobserver-1.1.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_VERIFY_REPO=https://github.com/tommilligan/pytest-jobserver -PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13..14}t ) +PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t ) inherit distutils-r1 pypi