From 95b50c89222133f17f57454e22aa8303c494564f Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Sat, 6 Jan 2024 22:51:47 +0100 Subject: [PATCH] dev-python/pyprof2calltree: enable py3.12 Signed-off-by: Andreas Billmeier --- dev-python/pyprof2calltree/Manifest | 2 +- dev-python/pyprof2calltree/pyprof2calltree-1.4.5.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pyprof2calltree/Manifest b/dev-python/pyprof2calltree/Manifest index 1e1fd3702..ffb2b6596 100644 --- a/dev-python/pyprof2calltree/Manifest +++ b/dev-python/pyprof2calltree/Manifest @@ -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 diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5.ebuild index bd28e62cf..048a8437d 100644 --- a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5.ebuild +++ b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5.ebuild @@ -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