Skip to content

Commit f7d1413

Browse files
authored
Merge pull request #1105 from macaroni-os/merge/mark-iii/bump-dev-python_pygdbmi-0_11_0_0
mark-devkit: [mark-iii] Bump dev-python/pygdbmi-0.11.0.0
2 parents 61d1492 + 43f7612 commit f7d1413

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

dev-python/pygdbmi/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DIST pygdbmi-0.11.0.0.tar.gz 24648 BLAKE2B c2c2e9769070cb25d08814322a69791f91bf6407e0485dd6113fafc32789067ca4b284f332cd5e87655fe0ecd207a0d1b0892ae134c3c5b9de20e1fe8e9755e6 SHA512 f93a5f0805d3f63a57d0692ecd82354de279f0e7727075aa823150281a5e9a2a38b0bd30ec7116a8e45433dd8c77cafd7afdc43b314e596e1f43a48d14196b23
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Distributed under the terms of the GNU General Public License v2
2+
# Autogen by MARK Devkit
3+
4+
EAPI=7
5+
6+
PYTHON_COMPAT=( python3+ )
7+
DISTUTILS_USE_PEP517="setuptools"
8+
inherit distutils-r1
9+
10+
DESCRIPTION="Library to parse gdb mi output and interact with gdb subprocesses"
11+
HOMEPAGE="https://cs01.github.io/pygdbmi/
12+
https://github.com/cs01/pygdbmi/
13+
https://pypi.org/project/pygdbmi/
14+
"
15+
SRC_URI="https://files.pythonhosted.org/packages/2a/d0/d386ad42b12b90e60293c56a3b793910f34aa21c63f7ddc8a857e498d458/pygdbmi-0.11.0.0.tar.gz -> pygdbmi-0.11.0.0.tar.gz
16+
"
17+
RDEPEND=">=sys-devel/gdb-9.6
18+
"
19+
SLOT="0"
20+
LICENSE="MIT"
21+
KEYWORDS="*"
22+
S="${WORKDIR}/pygdbmi-0.11.0.0"

0 commit comments

Comments
 (0)