mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user