Source: pythran Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Diego M. Rodriguez Build-Depends: debhelper-compat (=13), dh-python, libblas-dev | libopenblas-dev | libatlas-base-dev | libblas.so, libboost-dev, libxsimd-dev (>= 8.0.5~), python3-all-dev, python3-beniget (>= 0.4.0~), python3-gast (>= 0.5.0~), python3-guzzle-sphinx-theme , python3-numpy, python3-pip, python3-ply (>= 0.34~), python3-pytest , python3-setuptools, python3-sphinx , Standards-Version: 4.6.1 Homepage: https://github.com/serge-sans-paille/pythran Vcs-Git: https://salsa.debian.org/python-team/packages/pythran.git Vcs-Browser: https://salsa.debian.org/python-team/packages/pythran Rules-Requires-Root: no Package: python3-pythran Architecture: any Depends: g++ | c++-compiler, libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so, libboost-dev, python3-all-dev, libxsimd-dev (>= 8.0.5~), ${misc:Depends}, ${python3:Depends}, Description: ahead of time compiler for Python 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. . This package contains the Python 3 version of the library. Package: python-pythran-doc Architecture: all Section: doc Depends: libjs-mathjax, python3-guzzle-sphinx-theme, ${misc:Depends}, ${sphinxdoc:Depends} Multi-Arch: foreign Description: ahead of time compiler for Python (Documentation) 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. . This package contains the documentation.