dev-python/jsonrpc-base: enable py3.13, py3.14, pypy3_11

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-08-24 12:16:20 +02:00
parent 72b879defa
commit fabd9aea0e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
DIST jsonrpc-base-2.1.0.tar.gz 5867 BLAKE2B f4b1463eeb670c248bbdbbca26cb028f4679b9aeb62ee1047b7331ecdd04ab03a123764e3b2a96b46c901c0a3b006858477f1ede4cc69583411e107106ed6985 SHA512 3f697b76c588a56b894ee16a0e65b6f4454255c0f3e71029854047474a76c7e7064623fd62c42ef70797b66f96bccffed4c646832b4c9d84f95a98eb2d136f62
EBUILD jsonrpc-base-2.1.0.ebuild 618 BLAKE2B b02177ab7cced52b2cb9fe1c10cf6eeea95d2ad8746f534dad96739fcdde994fa1f0482106c1c360b41486ffe4d239313461680eac527ad0dc072d1669ebdc27 SHA512 47da7d91f2422ffa372a5792ad2ba8ab834fa9c14c3223021d62297e329b4cb8f0b91b9a81bafbdb4f63eea1fbe62554b8764b1ce82adb5ccc1e0e8b4ef8c79d
EBUILD jsonrpc-base-2.1.0.ebuild 627 BLAKE2B c5ad2f99241a940bb008c0fe281315fe9e694e5f795d351a5df718281f3521de2c85ee38f9997eb11c4d45f866d2940f63ce47be157a8792faa9e2bb53f075b6 SHA512 5596aab1eae5e942da347ae2595491ce14f88ea35779308ef5a2aa5060f515c8ac3a9e7c737413a361537e3aa28577c658001399e6e03b4dbb2a9bcc61dee793
MISC metadata.xml 517 BLAKE2B 9ab09325b4df3eaf99a8aa0c1dc0402a78bd07851c4bb56e9efe73f5f56f79746b896f0ac660ab2117be665836d5cc981e730cbaf90809999b95bc2c11775f69 SHA512 072274890c23cb58b467ca29d770764a07c4ea52755c9515ffd5a58400ef03c380fe033240a2958c406d32f3ca12c504ca48b9d37a1219bd852d7216895d4596

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi