dev-python/pyskyqhub: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 22:55:03 +01:00
parent 46022a111f
commit b86f34b94b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
DIST pyskyqhub-0.1.4.tar.gz 3679 BLAKE2B 9b62b12aef9f62455be30c72a820baf56af2f07b194f742bcbae751c78dc93e2ae54326b864305aade60d94e741f9ac1a23f9374973c1b082ae8452c42ea0773 SHA512 33d86a468b2b3d1e70945b061d22cfb423314693370aa3e21a9fc8ac7a363f6e81087fc0039b982ee080b25b5c2ca1543388b9380dbf2da586f2c4910767198b
EBUILD pyskyqhub-0.1.4.ebuild 630 BLAKE2B 9f50b93d5c3583b232a5e3796be0f4648879d2e3710e0a92c9ded70c80f848bca8240b56d9c67c0038fd3d5f1cace762fb42ff9c9c4149865d98a9da799560bf SHA512 63f124daba757632ae011d24235250b9b5de1ee1311952a63891e6df03017dd5ac58f802b7ca0108ad1d15754a67c6a6c86422f1f8643450a936a37d76095dfe
EBUILD pyskyqhub-0.1.4.ebuild 631 BLAKE2B bc2db65e0cc8146a32cf7bf6b9a3db678739750b76e24935d89071250d3c3dd2cfb2d068a2cd450631f634acbe4d2a02ff63f9ddf1bef2b79e54277f3a28f7c8 SHA512 9a0ab644974b3c6e0dcda5869c012736d1ba780752a1ff9adb01e988417a07ae641eda184d6ab7d14d6ecfc2b0021c65d42df2251abd019a7742a715f3365dfe
MISC metadata.xml 519 BLAKE2B c5128b97fd5b8637c6e2840ba92762909430317a1b0d0538e2bc532747003fc9a2849d82ed5bcefaa431fb303b83e57feca33f6a3f4c6ee7887285843d19b79d SHA512 1db655307d8a41529240c359e32df17bbd4588f7caf0c6b55b2537354a0370863c5b0721bfbb1d3754e9e34974237980f3139294cfe466028abf85225d6b62d3

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