Files
typeshed/stubs/gdb/METADATA.toml
peace-maker d78ce5906b Run gdb stubtests (#11644)
The gdb package is only available inside gdb and cannot be installed externally through e.g. pip.
Run the stubtest inside gdb.
2024-03-26 10:57:35 +01:00

16 lines
607 B
TOML

version = "12.1.*"
# This is the official web portal for GDB,
# see https://sourceware.org/gdb/current/ for other ways of obtaining the source code.
upstream_repository = "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=tree"
extra_description = """\
Type hints for GDB's \
[Python API](https://sourceware.org/gdb/onlinedocs/gdb/Python-API.html). \
Note that this API is available only when running Python scripts under GDB: \
it is not possible to install the `gdb` package separately, for instance \
using `pip`.\
"""
[tool.stubtest]
platforms = ["linux"]
apt_dependencies = ["gdb"]