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

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2025-08-24 12:27:01 +02:00
parent bd29974039
commit adfa6a1f22
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
DIST librouteros-3.2.0.tar.gz 13482 BLAKE2B ef355e98013421e550060947281101ca64761f42f72b1ccf8e826a02a7c67eac5e4c66ac4b3a91c418a55d36c4a1bf3fa197c35dc2c6352152730fc7e52e2828 SHA512 55f55ce38f88d353dabebad564e19f970acf94635728f3b76670413ed3864d740d58407ba84659a7a8fc33d6a60a00641c9f22089782709d5baddcef50671135
EBUILD librouteros-3.2.0.ebuild 604 BLAKE2B 28d47d29f3ba4aa5d5a0e282457ba95a4871ccb13e37c5c79e3bfc541690b164b1a2e286690d424b6906104034a1521ded50760b1df5298330e58fe3c1aad234 SHA512 b75dffaea65bf5be4f5eedbb11c9d0e9da1b9c630ef3c5211e1bc14ee3af0397b65f02ef01135806be0fd2e57ba1f0e904944f0a563e78ca48def9a520b345cd
EBUILD librouteros-3.2.0.ebuild 613 BLAKE2B cd99099eb7bc7f7d40c26e81d3bad08ff3e56d4a59c18b7c4f75a867384a788f5c08ffcd250f86e6ce6d66fde9a280867df9239241b5cba75c915ca2abe6287c SHA512 f8450b86c143be1439ceae5fad58b6cc02bbff7054f877fb89c33e3a8b49fe5c0f940efc4430e13e02cabbcba99354b38bfa5e869efccc3ba743c56540739e7b
MISC metadata.xml 520 BLAKE2B aa187dc93f588a31b9e098bd3007b1d9302b94bab7b68a47203203acde3652268a1e8da1d9dc98abc2fef07e812b120b97e686ce2fa9e15402cd96853c3c8e0c SHA512 c3cb5cdd33e035ec7f8fa1fd7acb2312bb020625ab10e8b200a0f364ddac9c26ba65ecedc83434881f234e78c0c3b3fcd65fd312af003b4079e7287c10adc9e8

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
inherit distutils-r1 pypi