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.
