commit: ba74e1dd6ba74c12a9d76cb3ccdf5b90a94a4ea7 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Sun Jun 8 06:40:05 2025 +0000 Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> CommitDate: Mon Jun 9 08:53:05 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ba74e1dd
dev-python/scooby: DISTUTILS_USE_PEP517=setuptools Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> dev-python/scooby/scooby-0.5.7-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/scooby/scooby-0.5.7-r1.ebuild b/dev-python/scooby/scooby-0.5.7-r1.ebuild index ffda19dbf..6eee0a3f2 100644 --- a/dev-python/scooby/scooby-0.5.7-r1.ebuild +++ b/dev-python/scooby/scooby-0.5.7-r1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_12 ) inherit distutils-r1 pypi
