diff options
| -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 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/ |
