File: control

package info (click to toggle)
python-libcst 1.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,240 kB
  • sloc: python: 78,096; makefile: 15; sh: 2
file content (52 lines) | stat: -rw-r--r-- 2,171 bytes parent folder | download
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
42
43
44
45
46
47
48
49
50
51
52
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-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:native (>= 1.70),
               librust-annotate-snippets-0.11+default-dev (>= 0.11.5-~~),
               librust-libcst-derive-1+default-dev (>= 1.8.6-~~),
               librust-memchr-2+default-dev (>= 2.7.4-~~),
               librust-paste-1+default-dev (>= 1.0.15-~~),
               librust-peg-0.8+default-dev (>= 0.8.5-~~),
               librust-pyo3-0.27+default-dev,
               librust-pyo3-0.27+extension-module-dev,
               librust-quote-1+default-dev,
               librust-regex-1+default-dev (>= 1.11.2-~~),
               librust-syn-2+default-dev,
               librust-thiserror-2+default-dev (>= 2.0.12-~~),
               libstd-rust-dev
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.