File: control

package info (click to toggle)
py3cairo 1.10.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,520 kB
  • ctags: 2,416
  • sloc: python: 12,338; ansic: 4,885; makefile: 160; sh: 32
file content (42 lines) | stat: -rw-r--r-- 1,706 bytes parent folder | download | duplicates (2)
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
Source: py3cairo
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Koichi Akabe <vbkaisetsu@gmail.com>
Build-Depends: debhelper (>= 9.0.0), python3-all-dev (>= 3.1), libcairo2-dev (>= 1.10.0), python3-sphinx, python3-pytest
Standards-Version: 3.9.5
Homepage: http://cairographics.org/pycairo/
X-Python3-Version: >= 3.1
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/py3cairo/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/py3cairo/trunk/

Package: python3-cairo
Architecture: any
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}
Description: Python 3 bindings for the Cairo vector graphics library
 Cairo is a multi-platform library providing anti-aliased vector-based
 rendering for multiple target backends.
 .
 This package contains modules that allow you to use the Cairo in
 Python 3 programs.

Package: python3-cairo-dev
Architecture: all
Depends: python3-cairo (>= ${binary:Version}), ${misc:Depends}
Suggests: python3-cairo-doc
Description: Python 3 cairo bindings: development files
 Cairo is a multi-platform library providing anti-aliased vector-based
 rendering for multiple target backends.
 .
 This package contains files that allow you to compile wrappers
 that interoperate with python3-cairo (py3cairo).

Package: python3-cairo-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
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).