diff options
| author | Sam James <sam@gentoo.org> | 2024-10-09 10:32:33 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-10-09 11:16:34 +0100 |
| commit | 826384315f7c1bcb8ff5aa4cd522b22348d4e815 (patch) | |
| tree | 969419f7643b953007531871260a81928195e652 /dev-python | |
| parent | 36767944768cc7b449c24621e4d3f7f12dc1608e (diff) | |
| download | gentoo-826384315f7c1bcb8ff5aa4cd522b22348d4e815.tar.gz gentoo-826384315f7c1bcb8ff5aa4cd522b22348d4e815.tar.bz2 gentoo-826384315f7c1bcb8ff5aa4cd522b22348d4e815.zip | |
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>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/setproctitle/setproctitle-1.3.3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 ) |
