diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pyprof2calltree | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pyprof2calltree')
| -rw-r--r-- | dev-python/pyprof2calltree/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pyprof2calltree/metadata.xml | 13 | ||||
| -rw-r--r-- | dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild | 26 |
3 files changed, 0 insertions, 40 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">pyprof2calltree</remote-id> - <remote-id type="github">pwaller/pyprof2calltree</remote-id> - </upstream> -</pkgmetadata> 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 |
