dev-python/pyRFXtrx: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-01-06 22:38:46 +01:00
parent 279d0f5a73
commit edf050a138
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
DIST pyRFXtrx-0.30.1.tar.gz 42645 BLAKE2B 1927ec37c0628f246423d031c863501a0ac7972bd1fe46ac81f61d8f4615a935f55a9af61fecad06a23087c941011ed3c9ae5ec5d22080e66452bbd1d10af518 SHA512 bfb17826ac356d11c155fc990a256ff6515c7ca1ee9b646360bb44f4e14bc53455a9628d255378de281ad2bfeb8269fb1d964bf14b09aa1da246835ca3d00786
EBUILD pyRFXtrx-0.30.1.ebuild 692 BLAKE2B b1ec41d344d0c4babe32be9a37237986b3e4060c10c915fdade8fc3fbe69607eca1a35fc8d29dd0a68d24808f8a80b2ce632fc166e30e758fe41c8c823743f25 SHA512 cf4ff2aef246d011ac1715037f8af55ccdbdc5ffe2a7024da8dbaf4f032e6d0c2cbcb243c1bfb2766edea18901d2c97e9a0ea94e0f8dc578fca61d388d69667a
EBUILD pyRFXtrx-0.30.1.ebuild 693 BLAKE2B 00f6d8433e808a98bdd77bbc17a1a44818aba8dd38055a7e8c2236a1482f7b1ea1fc237245376f8229756d8cc288ac6dba23d285aba841bf3578830929b08a06 SHA512 5f1907f8f5b58ab8cfeecfb5c3d0088feb3a38c04e8cd180f4f11bd4d0cb5c77fa4231dbadaa53b98bda8258ade07fd936f1af46a289b7a6c195e1d282e59a8c
MISC metadata.xml 511 BLAKE2B 5c1c5950e1a28e0f56119d6846e2f86f777d02675ead4e949a70ed9edef98011e262870454beb5ee161b5e687932c520bda786b9b5b255e56dd69cfb4500800b SHA512 b4b5555f0450344dac450bdde5985d6e7980feea0a11a831266579d631252fb0422af77f94a8fecce5e92a0c3a93d0ccf3dd34c5f9da4167d380c02eadfaadd1

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