Michał Górny 7d03691472
dev-python/mypy: Disable native-extensions by default
Disable the native-extensions flag that uses mypyc to compile Python
stdlib.  The process is highly-inefficient and incompatible with ccache,
adding a lot of build time with negligible benefit for an average user.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-12-02 17:33:27 +01:00
..