1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: python-stack-data
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
python3-setuptools-scm,
python3-pytest <!nocheck>,
python3-pygments <!nocheck>,
python3-executing (>= 1.2.0) <!nocheck>,
python3-asttokens <!nocheck>,
python3-littleutils <!nocheck>,
python3-pure-eval <!nocheck>,
cython3 <!nocheck>,
python3-all-dev <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://github.com/alexmojaki/stack_data
Vcs-Git: https://salsa.debian.org/python-team/packages/python-stack-data.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-stack-data
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Package: python3-stack-data
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Better tracebacks for Python
This is a library which extracts data from stack frames and tracebacks,
particularly to display more useful tracebacks than Python's default.
|