File: control

package info (click to toggle)
astunparse 1.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 316 kB
  • sloc: python: 1,313; makefile: 180; sh: 17
file content (28 lines) | stat: -rw-r--r-- 825 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
Source: astunparse
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Aron Xu <aron@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-six <!nocheck>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/simonpercivall/astunparse
Vcs-Browser: https://salsa.debian.org/python-team/packages/astunparse
Vcs-Git: https://salsa.debian.org/python-team/packages/astunparse.git

Package: python3-astunparse
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: AST unparser for Python
 An AST unparser for Python, which is a factored out version of unparse
 found in the Python source distribution.