File: control

package info (click to toggle)
cairosvg 2.5.0-1.1%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,108 kB
  • sloc: python: 2,967; sh: 8; makefile: 5; javascript: 1
file content (60 lines) | stat: -rw-r--r-- 1,860 bytes parent folder | download
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
Source: cairosvg
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 docbook-to-man,
 python3-all,
 python3-cairocffi,
 python3-cssselect2,
 python3-defusedxml,
 python3-pil,
 python3-pytest,
 python3-pytest-cov,
 python3-pytest-runner,
 python3-setuptools,
Standards-Version: 4.5.1
Homepage: https://cairosvg.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/cairosvg.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/cairosvg
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: cairosvg
Architecture: all
Section: graphics
Depends:
 python3-cairosvg (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
Breaks:
 python-cairosvg (<< 2~),
 python3-cairosvg (<< 2~),
Description: SVG to PDF/PS/PNG converter based on Cairo
 CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
 PostScript and PNG files.
 The main part of CairoSVG is a SVG parser, trying to follow the SVG 1.1
 recommendation from the W3C. Once parsed, the result is drawn to a Cairo
 surface that can be exported to various formats: PDF, PostScript, PNG and
 even SVG.

Package: python3-cairosvg
Architecture: all
Depends:
 python3-cairocffi,
 python3-lxml,
 ${misc:Depends},
 ${python3:Depends},
Description: SVG to PDF/PS/PNG converter based on Cairo (Python3 library)
 CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
 PostScript and PNG files.
 The main part of CairoSVG is a SVG parser, trying to follow the SVG 1.1
 recommendation from the W3C. Once parsed, the result is drawn to a Cairo
 surface that can be exported to various formats: PDF, PostScript, PNG and
 even SVG.
 .
 This package contains the Python3 version of the library.