diff options
author | Sam James <sam@gentoo.org> | 2024-10-08 07:25:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-08 07:25:42 +0100 |
commit | 1b3a6e5f5b2a94ae8c14ee0d33fdd2a80f8833b5 (patch) | |
tree | 299565a0ac55e499eb32f30319893502c52d1dda /dev-python | |
parent | Revert "dev-python/pyprof2calltree: update DESCRIPTION" (diff) | |
download | gentoo-1b3a6e5f5b2a94ae8c14ee0d33fdd2a80f8833b5.tar.gz gentoo-1b3a6e5f5b2a94ae8c14ee0d33fdd2a80f8833b5.tar.bz2 gentoo-1b3a6e5f5b2a94ae8c14ee0d33fdd2a80f8833b5.zip |
dev-python/pyprof2calltree: update DESCRIPTION
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 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..366e9843d629 100644 --- a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild +++ b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ 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/ |