Files
typeshed/stubs/gdb/METADATA.toml
Sebastian Rittau 42f6a21a71 Bump gdb to 15.0.* (#12804)
Closes: #12777
2024-10-14 05:51:22 -07:00

16 lines
607 B
TOML

version = "15.0.*"
# 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"]