commit: 826384315f7c1bcb8ff5aa4cd522b22348d4e815
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 9 09:32:33 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 9 10:16:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82638431
dev-python/setproctitle: add note re DISTUTILS_EXT
The extension could be made optional here but it's not useful at all
to do so as it turns the package into a noop with warnings.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/setproctitle/setproctitle-1.3.3.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/setproctitle/setproctitle-1.3.3.ebuild
b/dev-python/setproctitle/setproctitle-1.3.3.ebuild
index 0293c81c4c3d..b347e9c3c3e0 100644
--- a/dev-python/setproctitle/setproctitle-1.3.3.ebuild
+++ b/dev-python/setproctitle/setproctitle-1.3.3.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+# The package has a fallback implementation which is a noop but warns
+# if the extensions weren't built, so we always build them.
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} pypy3 )