summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
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
}