summaryrefslogtreecommitdiff
path: root/dev-python/guppy3
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/guppy3
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/guppy3')
-rw-r--r--dev-python/guppy3/Manifest2
-rw-r--r--dev-python/guppy3/guppy3-3.1.6.ebuild24
-rw-r--r--dev-python/guppy3/guppy3-3.1.7.ebuild24
-rw-r--r--dev-python/guppy3/metadata.xml18
4 files changed, 0 insertions, 68 deletions
diff --git a/dev-python/guppy3/Manifest b/dev-python/guppy3/Manifest
deleted file mode 100644
index 8c201aeb500c..000000000000
--- a/dev-python/guppy3/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST guppy3-3.1.6.tar.gz 335447 BLAKE2B 59ace503d8f68361629d161d8df0e9b90bade30cb402aad31e1b772ed177eddf9fc4f05325bde837e013e980d5ca7c14d35ce4614c076aed3cd5ca17b45126d9 SHA512 3280cfbd9cb6ca8dc273055fc70f4369273155535e19ad39d8251f932bca1dd0c2f00f11886608ee68f0ea3fef79f2c924b88e3babe43f7fbb61aa937f313b10
-DIST guppy3-3.1.7.tar.gz 351522 BLAKE2B 949069109b6be9363888f4c7bb54a41cebc89fc82e73171ecb9fd5ff3dd4c7ec80657e0c177b04939486dd8c3bdabaabbee5ca75df62b0cfa49f0fab100b015f SHA512 6061fa5808071b19840e52ff9ece4d60bb40fb46d28411a301935d6d2e07c373f4914595cdc7b34cf9ed939864229bde48f383f0b738fe8ed44d104638e88b43
diff --git a/dev-python/guppy3/guppy3-3.1.6.ebuild b/dev-python/guppy3/guppy3-3.1.6.ebuild
deleted file mode 100644
index b3dec18de2f2..000000000000
--- a/dev-python/guppy3/guppy3-3.1.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_USE_PEP517=setuptools
-DISTUTILS_EXT=1
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python Programming Environment & Heap analysis toolset"
-HOMEPAGE="
- https://pypi.org/project/guppy3/
- https://zhuyifei1999.github.io/guppy3/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-python_test() {
- cd "${T}" || die
- "${EPYTHON}" "${S}"/guppy/heapy/test/test_all.py || die
-}
diff --git a/dev-python/guppy3/guppy3-3.1.7.ebuild b/dev-python/guppy3/guppy3-3.1.7.ebuild
deleted file mode 100644
index b3dec18de2f2..000000000000
--- a/dev-python/guppy3/guppy3-3.1.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_USE_PEP517=setuptools
-DISTUTILS_EXT=1
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python Programming Environment & Heap analysis toolset"
-HOMEPAGE="
- https://pypi.org/project/guppy3/
- https://zhuyifei1999.github.io/guppy3/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-python_test() {
- cd "${T}" || die
- "${EPYTHON}" "${S}"/guppy/heapy/test/test_all.py || die
-}
diff --git a/dev-python/guppy3/metadata.xml b/dev-python/guppy3/metadata.xml
deleted file mode 100644
index 439ed9de8be4..000000000000
--- a/dev-python/guppy3/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zhuyifei1999@gmail.com</email>
- <name>YiFei Zhu</name>
- </maintainer>
- <longdescription lang="en">Guppy 3 is a programming environment providing object and heap memory
- sizing, profiling and analysis. It includes a prototypical
- specification language that can be used to formally specify aspects of
- Python programs and generate tests and documentation from a common
- source.</longdescription>
- <upstream>
- <bugs-to>https://github.com/zhuyifei1999/guppy3/issues</bugs-to>
- <remote-id type="pypi">guppy3</remote-id>
- <remote-id type="github">zhuyifei1999/guppy3</remote-id>
- </upstream>
-</pkgmetadata>