From 5714ecec270dff8a521e2523ad7cc3f65f18be26 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 29 Jul 2023 12:15:12 +0200 Subject: dev-python/ewmh: update EAPI 7 -> 8, DISTUTILS_USE_PEP517 Closes: https://bugs.gentoo.org/909916 Signed-off-by: Florian Schmaus --- dev-python/ewmh/ewmh-0.1.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/ewmh/ewmh-0.1.6.ebuild b/dev-python/ewmh/ewmh-0.1.6.ebuild index 2a9ff4b713c5..9c1636fe1750 100644 --- a/dev-python/ewmh/ewmh-0.1.6.ebuild +++ b/dev-python/ewmh/ewmh-0.1.6.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi -- cgit v1.2.3