Merge updates from master

This commit is contained in:
Repository mirror & CI
2026-07-05 19:30:57 +00:00
8 changed files with 18 additions and 17 deletions

View File

@@ -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() {

View File

@@ -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

View File

@@ -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"

View File

@@ -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

View File

@@ -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

View File

@@ -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? (

View File

@@ -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"

View File

@@ -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