commit: 7462db1dc7b02ba8d721187c7cd9377b57da4885
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 14:11:01 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 16:55:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7462db1d
dev-python/sphinx: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx/sphinx-8.1.3.ebuild | 20 +++++++++++---------
dev-python/sphinx/sphinx-8.2.0_rc2.ebuild | 18 ++++++++++--------
2 files changed, 21 insertions(+), 17 deletions(-)
diff --git a/dev-python/sphinx/sphinx-8.1.3.ebuild
b/dev-python/sphinx/sphinx-8.1.3.ebuild
index 596f141e65bb..f8e2a4439bd0 100644
--- a/dev-python/sphinx/sphinx-8.1.3.ebuild
+++ b/dev-python/sphinx/sphinx-8.1.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
@@ -103,15 +103,17 @@ python_test() {
tests/test_extensions/test_ext_math.py::test_imgmath_numfig_html
)
case ${EPYTHON} in
- python3.13x)
+ pypy3.11)
EPYTEST_DESELECT+=(
-
tests/test_extensions/test_ext_autodoc.py::test_autodoc_special_members
-
tests/test_extensions/test_ext_autodoc_configs.py::test_autodoc_type_aliases
-
tests/test_extensions/test_ext_autodoc_configs.py::test_autodoc_typehints_format_fully_qualified
-
tests/test_extensions/test_ext_autodoc_configs.py::test_autodoc_typehints_none
-
tests/test_extensions/test_ext_autodoc_configs.py::test_autodoc_typehints_signature
+ # TODO
+
tests/test_util/test_util_inspect.py::test_is_classmethod_descriptor
+
tests/test_util/test_util_inspect.py::test_is_builtin_classmethod_like
+ # minor repr() differences
+
tests/test_util/test_util_typing.py::test_restify
+
tests/test_util/test_util_typing.py::test_stringify_annotation
+
tests/test_util/test_util_typing.py::test_stringify_type_union_operator
)
- ;;
+ ;&
pypy3)
EPYTEST_DESELECT+=(
tests/test_extensions/test_ext_autodoc.py::test_autodoc_exception
diff --git a/dev-python/sphinx/sphinx-8.2.0_rc2.ebuild
b/dev-python/sphinx/sphinx-8.2.0_rc2.ebuild
index 3411635d690a..4cf5c3548b7a 100644
--- a/dev-python/sphinx/sphinx-8.2.0_rc2.ebuild
+++ b/dev-python/sphinx/sphinx-8.2.0_rc2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
@@ -100,15 +100,17 @@ python_test() {
tests/test_extensions/test_ext_math.py::test_imgmath_numfig_html
)
case ${EPYTHON} in
- python3.13x)
+ pypy3.11)
EPYTEST_DESELECT+=(
-
tests/test_extensions/test_ext_autodoc.py::test_autodoc_special_members
-
tests/test_extensions/test_ext_autodoc_configs.py::test_autodoc_type_aliases
-
tests/test_extensions/test_ext_autodoc_configs.py::test_autodoc_typehints_format_fully_qualified
-
tests/test_extensions/test_ext_autodoc_configs.py::test_autodoc_typehints_none
-
tests/test_extensions/test_ext_autodoc_configs.py::test_autodoc_typehints_signature
+ # TODO
+
tests/test_util/test_util_inspect.py::test_is_classmethod_descriptor
+
tests/test_util/test_util_inspect.py::test_is_builtin_classmethod_like
+ # minor repr() differences
+
tests/test_util/test_util_typing.py::test_restify
+
tests/test_util/test_util_typing.py::test_stringify_annotation
+
tests/test_util/test_util_typing.py::test_stringify_type_union_operator
)
- ;;
+ ;&
pypy3)
EPYTEST_DESELECT+=(
tests/test_extensions/test_ext_autodoc.py::test_autodoc_exception