From 43f76120ac3fe25ea813a92574b851dbb592b75f Mon Sep 17 00:00:00 2001 From: Daniele Rondina Date: Sat, 24 Jan 2026 03:01:25 +0000 Subject: [PATCH] Bump dev-python/pygdbmi-0.11.0.0 --- dev-python/pygdbmi/Manifest | 1 + dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 dev-python/pygdbmi/Manifest create mode 100644 dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild diff --git a/dev-python/pygdbmi/Manifest b/dev-python/pygdbmi/Manifest new file mode 100644 index 000000000..0e24cb3a4 --- /dev/null +++ b/dev-python/pygdbmi/Manifest @@ -0,0 +1 @@ +DIST pygdbmi-0.11.0.0.tar.gz 24648 BLAKE2B c2c2e9769070cb25d08814322a69791f91bf6407e0485dd6113fafc32789067ca4b284f332cd5e87655fe0ecd207a0d1b0892ae134c3c5b9de20e1fe8e9755e6 SHA512 f93a5f0805d3f63a57d0692ecd82354de279f0e7727075aa823150281a5e9a2a38b0bd30ec7116a8e45433dd8c77cafd7afdc43b314e596e1f43a48d14196b23 diff --git a/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild b/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild new file mode 100644 index 000000000..ca801c842 --- /dev/null +++ b/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild @@ -0,0 +1,22 @@ +# Distributed under the terms of the GNU General Public License v2 +# Autogen by MARK Devkit + +EAPI=7 + +PYTHON_COMPAT=( python3+ ) +DISTUTILS_USE_PEP517="setuptools" +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/ +" +SRC_URI="https://files.pythonhosted.org/packages/2a/d0/d386ad42b12b90e60293c56a3b793910f34aa21c63f7ddc8a857e498d458/pygdbmi-0.11.0.0.tar.gz -> pygdbmi-0.11.0.0.tar.gz +" +RDEPEND=">=sys-devel/gdb-9.6 +" +SLOT="0" +LICENSE="MIT" +KEYWORDS="*" +S="${WORKDIR}/pygdbmi-0.11.0.0"