dev-python/editables: Sync with Gentoo

It's from Gentoo commit 68a0166f7c27382eb4d9d98112f8e3e543d58ba3.
This commit is contained in:
Flatcar Buildbot 2024-07-01 07:13:56 +00:00 committed by Mathieu Tortuyaux
parent beae7f0b67
commit 9807ebbfb6
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -1,10 +1,10 @@
# Copyright 2022-2023 Gentoo Authors
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( pypy3 python3_{10..12} )
PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1