mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-python/pygdbmi: add missing dependency
Closes: https://bugs.gentoo.org/910094 Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
22
dev-python/pygdbmi/pygdbmi-0.11.0.0-r1.ebuild
Normal file
22
dev-python/pygdbmi/pygdbmi-0.11.0.0-r1.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="sys-devel/gdb"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user