Source: python-pythran
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/pythran/tags
Vcs-Browser: https://github.com/alvistack/serge-sans-paille-pythran
Vcs-Git: https://github.com/alvistack/serge-sans-paille-pythran.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-beniget (>= 0.4.0),
 python3-dev,
 python3-gast (>= 0.5.0),
 python3-numpy,
 python3-ply (>= 3.4),
 python3-pip,

Package: python3-pythran
Architecture: all
Description: Ahead of Time compiler for numeric kernels
 Pythran is an ahead of time compiler for a subset of the Python
 language, with a focus on scientific computing. It takes a Python module
 annotated with a few interface descriptions and turns it into a native
 Python module with the same interface, but (hopefully) faster.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-beniget (>= 0.4.0),
 python3-gast (>= 0.5.0),
 python3-numpy,
 python3-ply (>= 3.4),
