commit: 7b94237703cbd0ed64d19116d7d1651cccd663a5
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
AuthorDate: Sun Jun 8 16:01:39 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
CommitDate: Mon Jun 9 08:55:35 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7b942377
dev-python/pybind11-stubgen: DISTUTILS_USE_PEP517=setuptools
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
...{pybind11-stubgen-0.10.4.ebuild => pybind11-stubgen-0.10.4-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pybind11-stubgen/pybind11-stubgen-0.10.4.ebuild
b/dev-python/pybind11-stubgen/pybind11-stubgen-0.10.4-r1.ebuild
similarity index 92%
rename from dev-python/pybind11-stubgen/pybind11-stubgen-0.10.4.ebuild
rename to dev-python/pybind11-stubgen/pybind11-stubgen-0.10.4-r1.ebuild
index e1aaab3b6..d6b172340 100644
--- a/dev-python/pybind11-stubgen/pybind11-stubgen-0.10.4.ebuild
+++ b/dev-python/pybind11-stubgen/pybind11-stubgen-0.10.4-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi