diff options
author | Sam James <sam@gentoo.org> | 2024-10-08 07:24:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-08 07:24:05 +0100 |
commit | 79769782a0b317fd85c38ca7049771ec88af7c9b (patch) | |
tree | 41ffcb1ba0ee8d548f71cdc508179b556dc6402e /dev-python/pyprof2calltree | |
parent | app-emulation/virtualbox-guest-additions: drop 6.1.50 (diff) | |
download | gentoo-79769782a0b317fd85c38ca7049771ec88af7c9b.tar.gz gentoo-79769782a0b317fd85c38ca7049771ec88af7c9b.tar.bz2 gentoo-79769782a0b317fd85c38ca7049771ec88af7c9b.zip |
dev-python/pyprof2calltree: update DESCRIPTION
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pyprof2calltree')
-rw-r--r-- | dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild | 6 |
1 files 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/ |