diff --git a/app-admin/ananicy/ananicy-2.2.1-r1.ebuild b/app-admin/ananicy/ananicy-2.2.1-r1.ebuild index dd2d22ea2c2a6..23cef840cc6cb 100644 --- a/app-admin/ananicy/ananicy-2.2.1-r1.ebuild +++ b/app-admin/ananicy/ananicy-2.2.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..14} pypy3 ) +PYTHON_COMPAT=( python3_{12..15} ) inherit python-single-r1 @@ -17,8 +17,10 @@ SLOT="0" KEYWORDS="amd64 ~arm ~arm64" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="${PYTHON_DEPS} - sys-process/schedtool" +RDEPEND=" + ${PYTHON_DEPS} + sys-process/schedtool +" BDEPEND="${PYTHON_DEPS}" DOCS=( README.md ) @@ -28,7 +30,7 @@ PATCHES=( ) src_compile() { - return + :; } src_install() { diff --git a/dev-python/networkx/networkx-3.6.1.ebuild b/dev-python/networkx/networkx-3.6.1.ebuild index 448643aa4a446..28bd2aee282ed 100644 --- a/dev-python/networkx/networkx-3.6.1.ebuild +++ b/dev-python/networkx/networkx-3.6.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_VERIFY_REPO=https://github.com/networkx/networkx PYTHON_FULLY_TESTED=( python3_{12..14} ) -PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" ) +PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" python3_15 ) inherit distutils-r1 optfeature pypi virtualx diff --git a/dev-python/sip/sip-6.15.3.ebuild b/dev-python/sip/sip-6.15.3.ebuild index 9e88059b6e583..ff6f567de787a 100644 --- a/dev-python/sip/sip-6.15.3.ebuild +++ b/dev-python/sip/sip-6.15.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1 DESCRIPTION="Python bindings generator for C/C++ libraries" diff --git a/dev-python/snakeoil/snakeoil-0.11.1.ebuild b/dev-python/snakeoil/snakeoil-0.11.1.ebuild index ca09b2cde1ba7..d219caaba52b3 100644 --- a/dev-python/snakeoil/snakeoil-0.11.1.ebuild +++ b/dev-python/snakeoil/snakeoil-0.11.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_VERIFY_REPO=https://github.com/pkgcore/snakeoil -PYTHON_COMPAT=( python3_{12..14} ) +PYTHON_COMPAT=( python3_{12..15} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index b63981845418b..d219caaba52b3 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_VERIFY_REPO=https://github.com/pkgcore/snakeoil -PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) +PYTHON_COMPAT=( python3_{12..15} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/tree-sitter/tree-sitter-0.26.0.ebuild b/dev-python/tree-sitter/tree-sitter-0.26.0.ebuild index 901d56c4d72f1..81cfb35e3e025 100644 --- a/dev-python/tree-sitter/tree-sitter-0.26.0.ebuild +++ b/dev-python/tree-sitter/tree-sitter-0.26.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1 @@ -26,10 +26,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 # setuptools is needed for distutils import DEPEND="=dev-libs/tree-sitter-0.26*:=" -RDEPEND="${DEPEND} - $(python_gen_cond_dep ' - dev-python/setuptools[${PYTHON_USEDEP}] - ' 3.12 3.13) +RDEPEND=" + ${DEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] " BDEPEND=" test? ( diff --git a/eclass/tree-sitter-grammar.eclass b/eclass/tree-sitter-grammar.eclass index 9ddbcfc38751f..5827b0db9be0e 100644 --- a/eclass/tree-sitter-grammar.eclass +++ b/eclass/tree-sitter-grammar.eclass @@ -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 # @ECLASS: tree-sitter-grammar.eclass @@ -46,7 +46,7 @@ for _BINDING in "${TS_BINDINGS[@]}"; do DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools - PYTHON_COMPAT=( python3_{11..14} ) + PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1 IUSE+=" python" diff --git a/sys-apps/pkgcore/pkgcore-0.12.35.ebuild b/sys-apps/pkgcore/pkgcore-0.12.35.ebuild index d1c3988696a79..623f872aea65c 100644 --- a/sys-apps/pkgcore/pkgcore-0.12.35.ebuild +++ b/sys-apps/pkgcore/pkgcore-0.12.35.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{12..14} ) +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then