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>
This commit is contained in:
Michał Górny
2025-12-02 17:33:27 +01:00
parent 0480246a1d
commit 7d03691472

View File

@@ -23,7 +23,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
IUSE="+native-extensions"
IUSE="native-extensions"
# stubgen collides with this package: https://bugs.gentoo.org/585594
RDEPEND="