dev-python/cffi: Sync with Gentoo

It's from Gentoo commit 2dc63d43143b6da20541971af8fe74ab150dcdc3.
This commit is contained in:
Flatcar Buildbot 2025-06-16 07:08:36 +00:00 committed by Krzesimir Nowak
parent d2e80d9688
commit d4f1c0ca8d

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
@ -8,7 +8,7 @@ DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
# DO NOT ADD pypy to PYTHON_COMPAT
# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 toolchain-funcs pypi