commit: 5714ecec270dff8a521e2523ad7cc3f65f18be26 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Sat Jul 29 10:15:12 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sat Jul 29 10:16:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5714ecec
dev-python/ewmh: update EAPI 7 -> 8, DISTUTILS_USE_PEP517 Closes: https://bugs.gentoo.org/909916 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-python/ewmh/ewmh-0.1.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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