From 7d03691472e150fb97ec849de5cfd4092fc276a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 2 Dec 2025 17:33:27 +0100 Subject: [PATCH] dev-python/mypy: Disable native-extensions by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- dev-python/mypy/mypy-1.19.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mypy/mypy-1.19.0.ebuild b/dev-python/mypy/mypy-1.19.0.ebuild index c4ff056bf2a98..3a51d65b59bb9 100644 --- a/dev-python/mypy/mypy-1.19.0.ebuild +++ b/dev-python/mypy/mypy-1.19.0.ebuild @@ -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="