commit:     13f01628416d7aee3ce6d911f754fcbb4cfb1ecf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 09:43:11 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 12:29:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f01628

dev-python/mypy: Enable USE=native-extensions for py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/mypy/{mypy-1.14.1.ebuild => mypy-1.14.1-r1.ebuild} | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/dev-python/mypy/mypy-1.14.1.ebuild 
b/dev-python/mypy/mypy-1.14.1-r1.ebuild
similarity index 96%
rename from dev-python/mypy/mypy-1.14.1.ebuild
rename to 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
 }
 

Reply via email to