diff options
Diffstat (limited to 'dev-python/pyprof2calltree')
| -rw-r--r-- | dev-python/pyprof2calltree/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pyprof2calltree/metadata.xml | 10 | ||||
| -rw-r--r-- | dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild | 26 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/pyprof2calltree/Manifest b/dev-python/pyprof2calltree/Manifest new file mode 100644 index 000000000000..d948d8d42544 --- /dev/null +++ b/dev-python/pyprof2calltree/Manifest @@ -0,0 +1 @@ +DIST pyprof2calltree-1.4.5.gh.tar.gz 8806 BLAKE2B 3a8a838a8b03294504c64dbe1d0caee2606a1ec53005222dfe6c3692bacd0801041ce199fedb9c38e4f6edc91e210116d9c1e034e0aa283cafebb19bf6303fed SHA512 2fcda74ae67dc3a8abb5dc153864ef59f96cc62b1c9359d02be12e83966c17738f5aa4a3d1c6e2ff81614dc963fc4b2faf375bbbb1ad15650a6817e493cdde39 diff --git a/dev-python/pyprof2calltree/metadata.xml b/dev-python/pyprof2calltree/metadata.xml new file mode 100644 index 000000000000..5e95859f915a --- /dev/null +++ b/dev-python/pyprof2calltree/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild new file mode 100644 index 000000000000..11b26ad1870d --- /dev/null +++ b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 + +DESCRIPTION="Convert python profile data to kcachegrind calltree form" +HOMEPAGE=" + https://github.com/pwaller/pyprof2calltree/ + https://pypi.org/project/pyprof2calltree/ +" +# pypi tarball lacks tests +SRC_URI=" + https://github.com/pwaller/pyprof2calltree/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +distutils_enable_tests unittest |
