File: control

package info (click to toggle)
cairocffi 0.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 676 kB
  • sloc: python: 2,793; makefile: 19
file content (59 lines) | stat: -rw-r--r-- 2,371 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: cairocffi
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jean-Christophe Jaskula <jean.christophe.jaskula@gmail.com>
Section: python
Priority: optional
Build-Depends: python-all (>= 2.6.6-3), 
		debhelper (>= 9),
		dh-python,
		python-setuptools, 
		python3-all,  
		python3-setuptools,
		python-cffi (>= 1.1.0), python3-cffi (>= 1.1.0),
		python-sphinx | python3-sphinx, 
		python-pytest, python3-pytest,
		xvfb, xauth,
		libcairo2, 
		libgdk-pixbuf2.0-0,
		libgtk2.0-dev,
		shared-mime-info
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Standards-Version: 3.9.6
Homepage: https://pythonhosted.org/cairocffi/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/cairocffi.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/cairocffi.git

Package: python-cairocffi
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-cffi, libcairo2, libgdk-pixbuf2.0-0
Suggests: python-cairocffi-doc
Description: cffi-based cairo bindings for Python 
 cairocffi is a CFFI-based drop-in replacement for Pycairo,
 a set of Python bindings and object-oriented API for cairo.
 Cairo is a 2D vector graphics library with support for multiple backends
 including image buffers, PNG, PostScript, PDF, and SVG file output.

Package: python3-cairocffi
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-cffi, libcairo2, libgdk-pixbuf2.0-0
Suggests: python-cairocffi-doc
Description: cffi-based cairo bindings for Python (Python3)
 cairocffi is a CFFI-based drop-in replacement for Pycairo,
 a set of Python bindings and object-oriented API for cairo.
 Cairo is a 2D vector graphics library with support for multiple backends
 including image buffers, PNG, PostScript, PDF, and SVG file output.
 .
 This package contains the Python 3 version of cairocffi.  

Package: python-cairocffi-doc
Architecture: all
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Section: doc
Description: cffi-based cairo bindings for Python - Documentation
 cairocffi is a CFFI-based drop-in replacement for Pycairo,
 a set of Python bindings and object-oriented API for cairo.
 Cairo is a 2D vector graphics library with support for multiple backends
 including image buffers, PNG, PostScript, PDF, and SVG file output.
 .
 This package contains the documentation related to cairocffi.