dev-python/gpep517: Sync with Gentoo

It's from Gentoo commit 0109136f354cd142c832781d72c692f47e3bb351.
This commit is contained in:
Flatcar Buildbot 2024-02-19 07:12:43 +00:00 committed by Krzesimir Nowak
parent ed6a87a743
commit a61eab06c0

View File

@ -1,4 +1,4 @@
# Copyright 2022-2023 Gentoo Authors
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
@ -32,6 +32,11 @@ RDEPEND="
distutils_enable_tests pytest
python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest -o tmp_path_retention_policy=all
}
python_install() {
python_domodule gpep517
python_newscript - gpep517 <<-EOF