Source: astunparse
Section: python
Priority: optional
Maintainer: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools,
 python3-sphinx, python3-sphinx-rtd-theme,
 python-unittest2, python-six (>= 1.6.1~), python3-six (>= 1.6.1~),
 lsb-release,
Standards-Version: 4.1.3
Homepage: https://github.com/simonpercivall/astunparse
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3

Package: python-astunparse
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-astunparse-doc
Description: AST unparser for Python (Python 2)
 This is a factored out version of unparse found in the Python source
 distribution under Demo/parser in Python 2 and under Tools/parser in
 Python 3.
 .
 This package installs the library for Python 2.

Package: python3-astunparse
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-astunparse-doc
Description: AST unparser for Python (Python 3)
 This is a factored out version of unparse found in the Python source
 distribution under Demo/parser in Python 2 and under Tools/parser in
 Python 3.
 .
 This package installs the library for Python 3.

Package: python-astunparse-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: AST unparser for Python (common documentation)
 This is a factored out version of unparse found in the Python source
 distribution under Demo/parser in Python 2 and under Tools/parser in
 Python 3.
 .
 This is the common documentation package.
