dev-python/pygatt: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 22:40:05 +01:00
parent cbf7b693a8
commit 0565919a7a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
DIST pygatt-4.0.5.tar.gz 40109 BLAKE2B a08849cd5d9e3f1d8a9015d98fec51e3cd659da52ed912dad4762921cc85c73373aaa8637abaf24d8e14162b2e9526b21eaf1bb83302d03b11ff0e4359fb38c7 SHA512 c84368dfaf9b3b6d3edd4cf424c470d4735c96dbed920d5217c606be866c655b1435fc1179226888f6f4add628b553d38490048f0149828e8a1c5df4fbcf24cc
EBUILD pygatt-4.0.5-r1.ebuild 536 BLAKE2B 7eb4e2b7848f80047ff7b4cd4ff9c420189adb3181f356a484990df0b6415ccc34fc56d3544a32e4c120d77d211b4f43cd6838aaeb9173eec4997e5c36d09c5c SHA512 65e2bcaac0453af068997b5cc1b2473d3524d835321f05a38cef9163cc4b28ab086e8f9e0ad703422e4434c31d9112ea66720243a695d74b611dcf78ccabb36a
EBUILD pygatt-4.0.5-r1.ebuild 537 BLAKE2B 84433e24ced6613515765b5f02aa1d40c12c6f2350716c2c8aa3329fec8f1c4f153c4fb2c938769605e3feb8f13c4855829dc9844655282b11e018ca84225f4b SHA512 487049c062e5ce731486a2d5c4c0d8e9bddd78806e740ce22f3d3db5759571254a89540d896cc6a2de15cb603203ab1742852182a30f8d5a72985a4920558e36
MISC metadata.xml 539 BLAKE2B 9ca1b457ae219998e798dbe06d1f2a1c37f49ae4de06edc01d85af6f59d75ec17ed554debfdac131b067f74b8ed8b1c3e26f0e34800b1db104dae469fa56eeb0 SHA512 f63379b5ea5d8a338a384dbae0a3df2fa7ed47a2699c3574dc832211d600297f61a51917489ace53c47d4665e522ffe81f6aab083e1c7f952376cc563ff7c0cf

View File

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