From 826384315f7c1bcb8ff5aa4cd522b22348d4e815 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 9 Oct 2024 10:32:33 +0100 Subject: 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 --- dev-python/setproctitle/setproctitle-1.3.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-python') 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 ) -- cgit v1.2.3