dev-python/sharkiq: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 20:29:03 +01:00
parent 0425185c37
commit 382e7a7ff6
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
DIST sharkiq-1.0.2.tar.gz 14550 BLAKE2B f4e44e7794a51eb30de11ef1878b639f47fca803377a558f03383196a38f00b992fbd4bb948d6377a55c74100e09bd60cc7006c213ed29a7247d94354e8632c8 SHA512 447e1ea6a547653b6b3650415593302d7fe8a7342b1a91af3e173c9519d6200916c735ec4d50c72630f745979b1543a7f81079f3f8985367389a1e33f9f913be
EBUILD sharkiq-1.0.2.ebuild 779 BLAKE2B 9882d08359961ef34d261fa0886c550a473761ce8d6d504f16b33b226fcbdcd968856cf7e8507cba1e798986db731ce13b75e5924ba1960846d1befebb3eaa44 SHA512 39d341ecda3da72c6a837aa5ebd0f1c3097756fb06050c8a2d00d9502006a9c2772390e4e2570b575ff5f2baba9ebb44ad94dffbc6aa25fae21b328a1f158efd
EBUILD sharkiq-1.0.2.ebuild 780 BLAKE2B de2dfc608c926cdfb8cef52801b767e6f5e05c11e1490a276584efc98306209d81bdad7897d9764b8120c249312555c91ea80a697dfa9d43ecbbfd5b75e49baa SHA512 d0d9e7441f69fee32f7332032facd97ad40ff2c1d8abf970fbdd028a9617b6dd5edb0f2ad1369e19be5a57f7f14f196d7d08a6ae4b3048e8d605a22533cb560d
MISC metadata.xml 513 BLAKE2B 1c72383d2443f2dd121b15f3e85932b9b31093e719bd1b38ef632774535a9c4a25684361945a676939aca489425db124f4695eca9395c1fcee52054a6a153834 SHA512 84f87f268fb7a65e6d66d24f5811932828ba6874d6df4a12e5a8df9262bf5af7a3ae398b44ab66aa2c2b89908e8d038784af86880b5b4f1707726c13b7695165

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