app-portage/gentoolkit: Sync with Gentoo

It's from Gentoo commit 72af038ad346aab4904a9107bc0bb5ee14b6b12d.
This commit is contained in:
Flatcar Buildbot 2024-07-16 11:18:23 +00:00 committed by Mathieu Tortuyaux
parent 6389c50686
commit 740ff43c09
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8
2 changed files with 6 additions and 4 deletions

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} pypy3 )
PYTHON_COMPAT=( python3_{10..13} pypy3 )
PYTHON_REQ_USE="xml(+),threads(+)"
inherit meson python-r1 tmpfiles
@ -83,7 +83,8 @@ src_compile() {
}
src_test() {
python_foreach_impl meson_src_test --no-rebuild --verbose
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
python_foreach_impl epytest
}
src_install() {

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} pypy3 )
PYTHON_COMPAT=( python3_{10..13} pypy3 )
PYTHON_REQ_USE="xml(+),threads(+)"
inherit meson python-r1 tmpfiles
@ -83,7 +83,8 @@ src_compile() {
}
src_test() {
python_foreach_impl meson_src_test --no-rebuild --verbose
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
python_foreach_impl epytest
}
src_install() {