Source: gast
Section: python
Priority: optional
Maintainer: Benjamin Moody <benjamin@physionet.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools,

Package: python-gast
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Generic abstract syntax tree library (Python 2)
 A generic AST to represent Python2 and Python3's Abstract Syntax Tree
 (AST).
 .
 GAST provides a compatibility layer between the AST of various Python
 versions, as produced by ``ast.parse`` from the standard ``ast``
 module.
 .
 This package installs the library for Python 2.

Package: python3-gast
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Generic abstract syntax tree library (Python 3)
 A generic AST to represent Python2 and Python3's Abstract Syntax Tree
 (AST).
 .
 GAST provides a compatibility layer between the AST of various Python
 versions, as produced by ``ast.parse`` from the standard ``ast``
 module.
 .
 This package installs the library for Python 3.
