Source: cython
Section: python
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 gdb <!nocheck>,
 help2man,
 pkgconf,
 pkg-config,
 python3-all-dev,
 python3-numpy <!nocheck>,
 python3-setuptools <!nocheck>,
Build-Depends-Indep: dh-sequence-sphinxdoc,
 python3-sphinx,
 python3-sphinx-issues,
 python3-sphinx-tabs,
Standards-Version: 4.6.2
Homepage: https://cython.org/
Vcs-Browser: https://salsa.debian.org/python-team/packages/cython
Vcs-Git: https://salsa.debian.org/python-team/packages/cython.git

Package: cython3
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
Recommends: gcc,
 python3-dev,
Breaks: cython (<< 0.29.14-2),
Replaces: cython (<< 0.29.14-2),
Suggests: cython-doc,
Description: Cython - C-Extensions for Python
 Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). It makes writing C extensions for Python as easy as Python itself.

Package: cython-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${sphinxdoc:Depends},
 libjs-jquery,
 libjs-underscore,
Suggests: cython3,
Description: Cython - C-Extensions for Python
 Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). It makes writing C extensions for Python as easy as Python itself.