commit: 2964968f72f44d91bf5b1919da6eb9c4832c5e16
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 8 06:25:20 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 8 06:25:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2964968f
Revert "dev-python/pyprof2calltree: update DESCRIPTION"
This reverts commit 79769782a0b317fd85c38ca7049771ec88af7c9b.
I should tweak the commit message.
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 81cd0f515dfe..3778cd3e6a0e 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-2024 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{10..12} )
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/