summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-01-04 10:43:11 +0100
committerMichał Górny <mgorny@gentoo.org>2025-01-04 13:29:13 +0100
commit13f01628416d7aee3ce6d911f754fcbb4cfb1ecf (patch)
tree6f474fdd2db0db96d6c16ed1c60a4672b13261f4 /dev-python
parentf05b97c6007cd3a017e3a157e9839f6057efd099 (diff)
downloadgentoo-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
}