dev-python/rflink: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 22:57:01 +01:00
parent 26015bc36f
commit 4e127f7275
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
DIST rflink-0.0.65.tar.gz 22904 BLAKE2B 8906a4174df7fd0acc59d9fc62f982f2085806bfe93db6614211cdc7d3ad12943c39b12d70b7eb4ea362596c571d8d5c19f9799a7194fbaac6c319af436c3b8c SHA512 25916fb55657711b7f52bf103f95f657c6a94f6aa24752ac00414fad13da68208618eff1b78fad76e2eaac777b47fd9d7aa20e74b38418aa67e64c10fecd7346
EBUILD rflink-0.0.65.ebuild 977 BLAKE2B b589c087e8d989c95900400978e4ece2c5d1a4930ae81f88973a8d54fdd4a33ab5a0103433eccbba3d4e8c2ac762b9237ca19b7d984e5ffc7b838fe16a8acd25 SHA512 87081704cf931165e85edeeded85e33b1a672078ac68c9f2cdf6e183d9b75f6d00c91ef680a2ff7e38e9061edc110ffcb09fd745971533171b43e3ffb5bb1c10
EBUILD rflink-0.0.65.ebuild 978 BLAKE2B e4722a62c44c0abbc23f2ab53cfab0022acf2cda65cb26dd7baa260d03a00c053ac20bd991fbc302614e26b3590309db0c9edf3cb5def9174ce113e5d3661730 SHA512 1ca53aa9fa21b1d1fd225ba5f9c1df7e9c940463d5ea0b8d1c0f6e29170804474f070ae8477d5faf3288d8ab25a7fe56f6527267f495d103dbbb76dfdd5b2d95
MISC metadata.xml 514 BLAKE2B 16f2b2f53f8504516c2c351dee94b96121c677a5ab7e271794c0e2e6324a7b3c344db7613e9d9af0a174e859a6612ede80dcc33d52639183c592c0a00e2d5fed SHA512 25134f7749c649936ef5d5ed445f637d72837f0230cb45444e38c6640cf611b23ab633226bbeee2d650dad8cf3dd757052ae928138c1b8d9d26d7791545809b0

View File

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