Source: pygccjit
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9),
  dh-python,
  python-all-dev, python-all-dbg, cython, cython-dbg, python-setuptools,
  python3-all-dev, python3-all-dbg, cython3, cython3-dbg, python3-setuptools,
  libgccjit-5-dev (>= 5.1.1-9), gcc-5 (>= 5.1.1-13),
  python3-sphinx
Standards-Version: 3.9.6
Homepage: https://github.com/davidmalcolm/pygccjit

Package: python-gccjit
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Suggests: python-gccjit-doc
Description: Python bindings for libgccjit
 The bindings support both CPython 2 and CPython 3 (using Cython).
 .
 Note that both libgccjit and the bindings are of "Alpha" quality;
 the APIs are not yet set in stone, and they shouldn't be used in
 production yet.

Package: python-gccjit-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
 python-gccjit (= ${binary:Version})
Description: Python bindings for libgccjit (debug build)
 The bindings support both CPython 2 and CPython 3 (using Cython).
 .
 Note that both libgccjit and the bindings are of "Alpha" quality;
 the APIs are not yet set in stone, and they shouldn't be used in
 production yet.

Package: python3-gccjit
Architecture: any
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}
Suggests: python-gccjit-doc
Description: Python3 bindings for libgccjit
 The bindings support both CPython 2 and CPython 3 (using Cython).
 .
 Note that both libgccjit and the bindings are of "Alpha" quality;
 the APIs are not yet set in stone, and they shouldn't be used in
 production yet.

Package: python3-gccjit-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends},
 python3-gccjit (= ${binary:Version})
Description: Python3 bindings for libgccjit (debug build)
 The bindings support both CPython 2 and CPython 3 (using Cython).
 .
 Note that both libgccjit and the bindings are of "Alpha" quality;
 the APIs are not yet set in stone, and they shouldn't be used in
 production yet.

Package: python-gccjit-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python bindings for libgccjit (documentation)
 Documentation, tutorials and examples for libgccjit.
