From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/pyprof2calltree/Manifest | 1 - dev-python/pyprof2calltree/metadata.xml | 13 ----------- .../pyprof2calltree-1.4.5-r1.ebuild | 26 ---------------------- 3 files changed, 40 deletions(-) delete mode 100644 dev-python/pyprof2calltree/Manifest delete mode 100644 dev-python/pyprof2calltree/metadata.xml delete mode 100644 dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild (limited to 'dev-python/pyprof2calltree') diff --git a/dev-python/pyprof2calltree/Manifest b/dev-python/pyprof2calltree/Manifest deleted file mode 100644 index d948d8d42544..000000000000 --- a/dev-python/pyprof2calltree/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 8d5ba24257c9..000000000000 --- a/dev-python/pyprof2calltree/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - python@gentoo.org - Python - - - - pyprof2calltree - pwaller/pyprof2calltree - - diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild deleted file mode 100644 index 11b26ad1870d..000000000000 --- a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 -- cgit v1.3.1