commit: 1a2e076b1002df20592b0e8e501380ab2929e8ae
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
AuthorDate: Sun Jun 8 06:40:25 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
CommitDate: Mon Jun 9 08:53:08 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1a2e076b
dev-python/pyvote: DISTUTILS_USE_PEP517=setuptools
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/pyvote/{pyvote-0.1.ebuild => pyvote-0.1-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pyvote/pyvote-0.1.ebuild
b/dev-python/pyvote/pyvote-0.1-r1.ebuild
similarity index 94%
rename from dev-python/pyvote/pyvote-0.1.ebuild
rename to dev-python/pyvote/pyvote-0.1-r1.ebuild
index 6b009ab8b..7e1223a9c 100644
--- a/dev-python/pyvote/pyvote-0.1.ebuild
+++ b/dev-python/pyvote/pyvote-0.1-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_13 )
inherit distutils-r1