diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-01-04 10:43:11 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-01-04 13:29:13 +0100 |
| commit | 13f01628416d7aee3ce6d911f754fcbb4cfb1ecf (patch) | |
| tree | 6f474fdd2db0db96d6c16ed1c60a4672b13261f4 /dev-python | |
| parent | f05b97c6007cd3a017e3a157e9839f6057efd099 (diff) | |
| download | gentoo-13f01628416d7aee3ce6d911f754fcbb4cfb1ecf.tar.gz gentoo-13f01628416d7aee3ce6d911f754fcbb4cfb1ecf.tar.bz2 gentoo-13f01628416d7aee3ce6d911f754fcbb4cfb1ecf.zip | |
dev-python/mypy: Enable USE=native-extensions for py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/mypy/mypy-1.14.1-r1.ebuild (renamed from dev-python/mypy/mypy-1.14.1.ebuild) | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dev-python/mypy/mypy-1.14.1.ebuild b/dev-python/mypy/mypy-1.14.1-r1.ebuild index e86f197574bc..55e75919d84d 100644 --- a/dev-python/mypy/mypy-1.14.1.ebuild +++ b/dev-python/mypy/mypy-1.14.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -69,12 +69,6 @@ src_prepare() { python_compile() { local -x MYPY_USE_MYPYC=$(usex native-extensions 1 0) - case ${EPYTHON} in - python3.13) - # https://github.com/mypyc/mypyc/issues/1056 - MYPY_USE_MYPYC=0 - ;; - esac distutils-r1_python_compile } |
