dev-python/pytautulli: enable py3.12

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

View File

@ -1,3 +1,3 @@
DIST pytautulli-23.1.1.tar.gz 9708 BLAKE2B 600e0eb65be329f08e3a86559c29a012c3f9958be1daee4b8e5c6f77236628f77e5513accc62af1ea1d673caf51fd694385e869b88d9ec7ad31a2ce6652e1b35 SHA512 c1d2283b958855da4ee87ef4c85b5623125c686469c4f5e7b3c9ac1d2863dd07e22e36c68d19d51fe439dd99395894d2d70c9bf90400df14b68e37b8702cd4b3
EBUILD pytautulli-23.1.1.ebuild 632 BLAKE2B ca7b8dfbc1851da8a05ce1c6768c12f6314891912dc47e400e74630bcff8caff295aca685f2a1bc9759cfa8bbc2cc7a6c92d0e1978e4db2003985f42abe6ecd5 SHA512 e947bd6544a6f49d031aa49af5a2d62e2759c0ff22153c386aee14e7f391446ecf2e6a4a5bb5b80bbf79cf310e0029c62b3007dde10e5205158a6ef01132218d
EBUILD pytautulli-23.1.1.ebuild 633 BLAKE2B cae05f9e3249e66c9e3f36cbab3f70b712bd74439771a1d9d273a8056fe2a684aee3d3da27068bc24bd0eb4fde90f4755aef2ab69fd44ffae64def1211136110 SHA512 bbcc66ebb665dc74512a7b0f7e4e6a79f95cbcf71b866604dca3aebc8ac278e1191f4d4c3246911b6ac031d3e6f67e61c4b42c5530e334575fa6c52431ac3010
MISC metadata.xml 512 BLAKE2B cd0613ffcca520a3d2cad4b8344bcd79c4cabde3ef19e09d3216aff969aaa0bb23db80849a0824f4c79ecdb34071a6cd3754ab9eee3e7e78834528051870765e SHA512 1a9ed19fbfa58366ff8eb83d08d30e8f43a2ab05366325c4fb821dc3c7e4cff6dd060c57479ff3ff8722dc2fae0b1e74ba9ef8856dc2552a0dac4a92e28cfad5

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