dev-util/gprof2dot: 2025.4.14

Signed-off-by: Sebastian Pipping <sping@gentoo.org>
This commit is contained in:
Sebastian Pipping
2025-04-14 18:39:15 +02:00
parent ff01ccfa38
commit 8b403326d5
2 changed files with 21 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST gprof2dot-2024.6.6.tar.gz 36536 BLAKE2B 89e46b519f3b8a8ee4cf9e3490ee75dc2577db93da31ad23aa34e5af6fd1a1d186841dc7a9dd90a9291f454bc308f3a3e9875dc06d960a86d161346b5cc1cc8d SHA512 4943e7827461453a573a2d2f4b465acbf9f444de3dd2dad7dcc1addde607735c3ee2d162fbd9f6c46ece343befa8d7a35b502d18f499cdc06c3655bafaa1d80f
DIST gprof2dot-2025.4.14.tar.gz 39536 BLAKE2B 686f97e547056bbf0a0d062e075b17aa946878e8d15a26877e39ea3530b1f6d5a55ae2cb1a48ecda7ac8d0032ae133f2bbeffc3dd9096a9996c450614e70d332 SHA512 c08adf10abd79a4d5a150fd522f6055e01b2a62942243f83ab19fd463499fd025f2e627446977826a1930dae6b87520900d4e34cfa0b3f1be433f9a8a4506a0f

View File

@@ -0,0 +1,20 @@
# 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_{9..13} )
PYTHON_REQ_USE='xml(+)'
inherit distutils-r1 pypi
DESCRIPTION="Converts profiling output to dot graphs"
HOMEPAGE="
https://github.com/jrfonseca/gprof2dot/
https://pypi.org/project/gprof2dot/
"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"