Package: debugpy / 1.8.12+ds-1
Metadata
Package | Version | Patches format |
---|---|---|
debugpy | 1.8.12+ds-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
pypi version.patch | (download) |
src/debugpy/_version.py |
670 17 + 653 - 0 ! |
install released _version.py from pypi The Debian package uses the GitHub sources, as these include package tests. This patch installs the PyPI version of _version.py (also generated by versioneer.py) in place of the git-aware _version.py in the GitHub version. |
remove pydevd from setup.patch | (download) |
setup.py |
47 2 + 45 - 0 ! |
do not attempt to build vendored pydevd package setup.py attempts to build the Cython extensions included in pydevd; since we will copy the existing pydevd instead, we remove all references to compiling pydevd from setup.py. |
improve multiple test runs.patch | (download) |
pytest.ini |
2 1 + 1 - 0 ! |
skip already passed tests on subsequent pytest runs This is based on the mechanism in Spyder. |
1