commit: 79769782a0b317fd85c38ca7049771ec88af7c9b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 8 06:24:05 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 8 06:24:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79769782
dev-python/pyprof2calltree: update DESCRIPTION
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild
b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild
index 3778cd3e6a0e..81cd0f515dfe 100644
--- a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild
+++ b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
-DESCRIPTION="convert python profile data to kcachegrind calltree form"
+DESCRIPTION="Convert python profile data to kcachegrind calltree form"
HOMEPAGE="
https://github.com/pwaller/pyprof2calltree/
https://pypi.org/project/pyprof2calltree/