mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user