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
|
Source: pycairo
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Dave Beckett <dajobe@debian.org>, Torsten Marek <shlomme@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-exec,
dh-python,
libcairo2-dev (>= 1.13.1),
python3-all-dbg,
python3-all-dev,
python3-pytest <!nocheck>,
python3-sphinx,
python3-sphinx-rtd-theme,
sphinx-common
Standards-Version: 4.1.3
Homepage: https://cairographics.org/pycairo/
Vcs-Git: https://salsa.debian.org/python-team/modules/pycairo.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pycairo
Package: python3-cairo
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
Multi-arch: same
Description: Python3 bindings for the Cairo vector graphics library
This package contains modules that allow you to use the Cairo vector
graphics library in Python3 programs.
Package: python3-cairo-dbg
Section: debug
Architecture: any
Depends: python3-cairo (= ${binary:Version}),
python3-dbg,
${misc:Depends},
${shlibs:Depends}
Provides: ${python3:Provides}
Multi-arch: same
Description: Python3 bindings for the Cairo vector graphics library (debug extension)
This package contains modules that allow you to use the cairo vector
graphics library in Python3 programs.
.
This package contains the extension built for the Python3 debug interpreter.
Package: python3-cairo-dev
Architecture: all
Depends: python3-cairo (>= ${binary:Version}), ${misc:Depends}
Suggests: python3-cairo-doc
Description: Python3 cairo bindings: development files
This package contains files that allow you to compile wrappers
that interoperate with python3-cairo (pycairo).
Package: python3-cairo-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: Python 3 cairo bindings: documentation files
Cairo is a multi-platform library providing anti-aliased vector-based
rendering for multiple target backends.
.
This package contains documentation files of python3-cairo (py3cairo).
|