File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ DIST pygdbmi-0.11.0.0.tar.gz 24648 BLAKE2B c2c2e9769070cb25d08814322a69791f91bf6407e0485dd6113fafc32789067ca4b284f332cd5e87655fe0ecd207a0d1b0892ae134c3c5b9de20e1fe8e9755e6 SHA512 f93a5f0805d3f63a57d0692ecd82354de279f0e7727075aa823150281a5e9a2a38b0bd30ec7116a8e45433dd8c77cafd7afdc43b314e596e1f43a48d14196b23
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments