mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/pygdbmi: new package, add 0.11.0.0
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
1
dev-python/pygdbmi/Manifest
Normal file
1
dev-python/pygdbmi/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pygdbmi-0.11.0.0.tar.gz 30784 BLAKE2B a3d6bc51640dac78c072ef0162bc1d546707f1b220d8d695595d05a5bcdea8b31b5e23ad916cd2a58bbd4bec2f9fd32b6a9294f00957d890fefd0ecf457ed0de SHA512 11bbc0a9353dbb9d96cb9c71d45a68de446ac6cf1cd110b8f508143218783d2cdfa685874a9b9483933fc58fcfcbb7524a3b670d1c8a6117e8d6484586f1ced6
|
||||
11
dev-python/pygdbmi/metadata.xml
Normal file
11
dev-python/pygdbmi/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>davidroman96@gmail.com</email>
|
||||
<name>David Roman</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">cs01/pygdbmi</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
22
dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
Normal file
22
dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11,12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A library to parse gdb mi output and interact with gdb subprocesses"
|
||||
HOMEPAGE="https://github.com/cs01/pygdbmi"
|
||||
SRC_URI="https://github.com/cs01/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user