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@gentoo.org>
This commit is contained in:
Sam James
2024-10-09 10:32:33 +01:00
parent 3676794476
commit 826384315f

View File

@@ -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 )