commit: 6e7b5a7fb62007cbb3169be837aaf30edbf05c0f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 6 06:19:52 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 6 06:22:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7b5a7f
dev-python/pydantic-core: Enable pypy3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pydantic-core/pydantic-core-2.10.1.ebuild | 3 +--
dev-python/pydantic-core/pydantic-core-2.11.0.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-python/pydantic-core/pydantic-core-2.10.1.ebuild
b/dev-python/pydantic-core/pydantic-core-2.10.1.ebuild
index 9916aa8576f8..cdf7ef20ff0d 100644
--- a/dev-python/pydantic-core/pydantic-core-2.10.1.ebuild
+++ b/dev-python/pydantic-core/pydantic-core-2.10.1.ebuild
@@ -5,8 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
-# pypy3 is waiting for new pyo3 release
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
CRATES="
[email protected]
diff --git a/dev-python/pydantic-core/pydantic-core-2.11.0.ebuild
b/dev-python/pydantic-core/pydantic-core-2.11.0.ebuild
index c9b73273e233..316a366b0fe3 100644
--- a/dev-python/pydantic-core/pydantic-core-2.11.0.ebuild
+++ b/dev-python/pydantic-core/pydantic-core-2.11.0.ebuild
@@ -5,8 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
-# pypy3 is waiting for new pyo3 release
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
CRATES="
[email protected]