dev-python/flit-core: Sync with Gentoo

It's from Gentoo commit 325a471469903a1f148658aa4733418ff6d12fab.
This commit is contained in:
Flatcar Buildbot 2025-05-05 07:07:23 +00:00 committed by Krzesimir Nowak
parent 9fa3d31bd4
commit 20579c8aa3

View File

@ -5,7 +5,7 @@
EAPI=8
DISTUTILS_USE_PEP517=standalone
PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 pypy3_11 )
PYTHON_COMPAT=( python3_{11..13} python3_13t pypy3_11 )
inherit distutils-r1 pypi
@ -19,11 +19,6 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
RDEPEND="
$(python_gen_cond_dep '
dev-python/tomli[${PYTHON_USEDEP}]
' 3.{9..10})
"
BDEPEND="
test? ( dev-python/testpath[${PYTHON_USEDEP}] )
"