From 98674e707310bc06197f52182eae85c63cfbd339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 9 Jul 2026 04:42:42 +0200 Subject: [PATCH] dev-python/versioningit: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/versioningit/versioningit-3.3.0.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/dev-python/versioningit/versioningit-3.3.0.ebuild b/dev-python/versioningit/versioningit-3.3.0.ebuild index 92e732cad1102..4f7569479aa0a 100644 --- a/dev-python/versioningit/versioningit-3.3.0.ebuild +++ b/dev-python/versioningit/versioningit-3.3.0.ebuild @@ -1,11 +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=hatchling -PYTHON_FULLY_TESTED=( pypy3_11 python3_{11..13} ) -PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" python3_14 ) +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1 pypi @@ -25,9 +24,7 @@ RDEPEND=" " BDEPEND=" test? ( - $(python_gen_cond_dep ' - dev-python/pydantic[${PYTHON_USEDEP}] - ' "${PYTHON_FULLY_TESTED[@]}") + dev-python/pydantic[${PYTHON_USEDEP}] ) " @@ -40,7 +37,7 @@ python_test() { test/test_end2end.py ) - if ! has "${EPYTHON/./_}" "${PYTHON_FULLY_TESTED[@]}"; then + if ! has_version "dev-python/pydantic[${PYTHON_USEDEP}]"; then EPYTEST_IGNORE+=( # Needs pydantic test/test_methods/test_hg.py