Source: python-gast
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/serge-sans-paille/gast/tags
Vcs-Browser: https://github.com/alvistack/serge-sans-paille-gast
Vcs-Git: https://github.com/alvistack/serge-sans-paille-gast.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-gast
Architecture: all
Description: Python AST that abstracts the underlying Python version
 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.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
