1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
Source: cysignals
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Jerome Benoit <calculus@rezozer.net>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-mesonpy,
help2man,
python3-all,
libpython3-all-dev,
python3-pytest <!nocheck>,
cython3 (>= 0.28),
pkgconf,
gdb
Build-Depends-Indep:
dh-sequence-sphinxdoc,
python3-docutils,
python3-sphinx,
latexmk,
texlive-latex-base,
texlive-latex-recommended,
texlive-fonts-recommended,
texlive-latex-extra,
tex-gyre
Standards-Version: 4.7.2
Homepage: https://github.com/sagemath/cysignals
Vcs-Git: https://salsa.debian.org/python-team/packages/cysignals.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/cysignals
Package: python3-cysignals-bare
Provides: python3-cysignals
Replaces: python3-cysignals-pari (<< 1.12.0~)
Breaks: python3-cysignals-pari (<< 1.12.0~)
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: cysignals-tools
Suggests: python-cysignals-doc (= ${source:Version})
Description: interrupt and signal handling for Cython -- Python 3 - bare
Since Cython optimizes for speed, Cython normally does not check
for interrupts. The cysignals package provides mechanisms to handle
interrupts (and other signals and errors) in Cython code.
.
This package installs the library for Python 3.
Package: cysignals-tools
Section: devel
Architecture: all
Depends: gdb, ${python3:Depends}, ${misc:Depends}
Suggests: python-cysignals-doc (= ${source:Version})
Description: interrupt and signal handling for Cython -- tools
Since Cython optimizes for speed, Cython normally does not check
for interrupts. The cysignals package provides mechanisms to handle
interrupts (and other signals and errors) in Cython code.
.
This package provides debugging tools.
Package: python-cysignals-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: pdf-viewer, www-browser, meson
Enhances: python3-cysignals (= ${source:Version})
Description: interrupt and signal handling for Cython -- doc
Since Cython optimizes for speed, Cython normally does not check
for interrupts. The cysignals package provides mechanisms to handle
interrupts (and other signals and errors) in Cython code.
.
This is the common documentation package with examples.
Package: python3-cysignals-pari
Architecture: all
Depends: python3-cysignals-bare (>= ${source:Version}), ${misc:Depends}
Section: oldlibs
Description: interrupt and signal handling for Cython -- Python 3 - PARI/GP
This is a transitional package. It can safely be removed.
|