Source: gast
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,
 python-astunparse, python3-astunparse,
 lsb-release,
Standards-Version: 4.1.3
Homepage: https://github.com/serge-sans-paille/gast
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3

Package: python-gast
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Generic AST to represent Python2 and Python3 AST (Python 2)
 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 AST to represent Python2 and Python3 AST (Python 3)
 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.
