dev-python/pyprof2calltree: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 22:51:47 +01:00
parent 789d5e6fc9
commit 95b50c8922
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
DIST pyprof2calltree-1.4.5.tar.gz 10080 BLAKE2B 13a7267c34c09fa3d01fca85d274e92fcd7ab85073a8299693fc77145e1ae932ebed4dfeb6571060e6a51f4b5db2ab732e2396c7f85a6806a943c85898dd3014 SHA512 9ad50a5c00881cbd8c361726b16fcb407c899c8dfe201769eddf10c3541531491f49cd5a08658b70d1e85e4c00d9a89801d600ab4f7d9906d357a0de82784f9e
EBUILD pyprof2calltree-1.4.5.ebuild 643 BLAKE2B 8f2b981cf99d43c3415c03f9e11c52a95030c8a3343e878460106ec8c8bc561bd9e32c1a1d494ae2401f95679307b4794610a2debfb153cef2f0865b52aad8f6 SHA512 bccb5f4c13105906c2bedacd5564a7dff60992e141f93cacf79c84ca65a4d15bc04626f242e57d138b1174a84ff12833aab6b76041933dd7469e646b0da410be
EBUILD pyprof2calltree-1.4.5.ebuild 644 BLAKE2B 7ba92258d1c65166772ff7b2d0035d20c58477d803963814a4efd3b2b37b2aa8e0a8cb2dbfb4680aedaacd939ff8aa553309167aa3917259320f3bf063c2186f SHA512 54e5f91f2204230462345bf9cac5d6e84c85039a5c20b459741451414041516a9b1744f9ada1acb5c502add79bbe8bfa5164a8951722eb84cd7c8b87d8a287cc
MISC metadata.xml 518 BLAKE2B a62181ea2081c3048e1742920ef7614adf59108dc1eab1ce9143a5fec5f42046db9e0ec454a4716a49f8497e43effb9767029c1518f1ccee909517ce7625f50a SHA512 6fbccc837c88507461e23f36c5102c7fcb124890c4c551cfdca907f63a2f0176d39e8ba489909a4d2ef241bb8e77dabf6c2f9fa2d33f48f7b0a072fb1ea6569b

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