summaryrefslogtreecommitdiff
path: root/dev-python/pygdbmi
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-python/pygdbmi
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-python/pygdbmi')
-rw-r--r--dev-python/pygdbmi/Manifest1
-rw-r--r--dev-python/pygdbmi/metadata.xml17
-rw-r--r--dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild32
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/pygdbmi/Manifest b/dev-python/pygdbmi/Manifest
deleted file mode 100644
index 260731862d64..000000000000
--- a/dev-python/pygdbmi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pygdbmi-0.11.0.0.gh.tar.gz 30784 BLAKE2B a3d6bc51640dac78c072ef0162bc1d546707f1b220d8d695595d05a5bcdea8b31b5e23ad916cd2a58bbd4bec2f9fd32b6a9294f00957d890fefd0ecf457ed0de SHA512 11bbc0a9353dbb9d96cb9c71d45a68de446ac6cf1cd110b8f508143218783d2cdfa685874a9b9483933fc58fcfcbb7524a3b670d1c8a6117e8d6484586f1ced6
diff --git a/dev-python/pygdbmi/metadata.xml b/dev-python/pygdbmi/metadata.xml
deleted file mode 100644
index e8670b47f983..000000000000
--- a/dev-python/pygdbmi/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>parona@protonmail.com</email>
- <name>Alfred Wingate</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <stabilize-allarches />
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild b/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
deleted file mode 100644
index 4092ad7a0f79..000000000000
--- a/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2023-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="Library to parse gdb mi output and interact with gdb subprocesses"
-HOMEPAGE="
- https://cs01.github.io/pygdbmi/
- https://github.com/cs01/pygdbmi/
- https://pypi.org/project/pygdbmi/
-"
-# no tests in sdist
-SRC_URI="
- https://github.com/cs01/pygdbmi/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
-
-RDEPEND="
- >=dev-debug/gdb-9.6
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest