commit: c4bc7992f0bb52480060bc19ad6dba97e53f0a53
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 18 04:07:16 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 18 04:39:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4bc7992
dev-python/jsonpath-ng: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jsonpath-ng/jsonpath-ng-1.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jsonpath-ng/jsonpath-ng-1.7.0.ebuild
b/dev-python/jsonpath-ng/jsonpath-ng-1.7.0.ebuild
index 466843b8a230..3228b8e8c7af 100644
--- a/dev-python/jsonpath-ng/jsonpath-ng-1.7.0.ebuild
+++ b/dev-python/jsonpath-ng/jsonpath-ng-1.7.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi