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 34 35 36 37 38 39 40 41
|
Rules-Requires-Root: no
Standards-Version: 4.6.0.1
Build-Depends: cargo,
debhelper-compat (= 13),
dh-sequence-python3,
librust-chic-dev,
librust-criterion-dev,
librust-difference-dev,
librust-paste-dev,
librust-peg-dev,
librust-pyo3-dev,
librust-thiserror-1-dev,
librust-trybuild-dev,
librust-getopts-dev,
pybuild-plugin-pyproject,
python3-all,
python3-pytest,
python3-setuptools,
python3-setuptools-rust,
python3-setuptools-scm,
python3-typing-extensions (>= 3.7.4.2),
python3-typing-inspect (>= 0.4.0),
python3-wheel,
python3-yaml (>= 5.2),
rustc
Source: python-libcst
Priority: optional
Section: python
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Vcs-Git: https://salsa.debian.org/jelmer/python-libcst.git
Vcs-Browser: https://salsa.debian.org/jelmer/python-libcst
Package: python3-libcst
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Architecture: any
Description: Concrete Syntax Tree (CST) parser and serializer library for Python
LibCST parses Python 3.0 -> 3.11 source code as a CST tree that keeps
all formatting details (comments, whitespaces, parentheses, etc). It's useful
for building automated refactoring (codemod) applications and linters.
|