diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-12-02 17:33:27 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-12-02 17:33:27 +0100 |
| commit | 7d03691472e150fb97ec849de5cfd4092fc276a0 (patch) | |
| tree | 2e6d4b7754eeceffcd17440ab8db9e059a733fb9 /dev-python | |
| parent | 0480246a1d6bbd0395332480008684d84c80d6e5 (diff) | |
| download | gentoo-7d03691472e150fb97ec849de5cfd4092fc276a0.tar.gz gentoo-7d03691472e150fb97ec849de5cfd4092fc276a0.tar.bz2 gentoo-7d03691472e150fb97ec849de5cfd4092fc276a0.zip | |
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>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/mypy/mypy-1.19.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mypy/mypy-1.19.0.ebuild b/dev-python/mypy/mypy-1.19.0.ebuild index c4ff056bf2a9..3a51d65b59bb 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=" |
