File: control

package info (click to toggle)
python-svglib 1.5.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: python: 2,736; sh: 6; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,169 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
Source: python-svglib
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Agathe Porte <debian@microjoe.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-cssselect2,
 python3-lxml,
 python3-pytest <!nocheck>,
 python3-reportlab,
 python3-setuptools,
 python3-tinycss2,
Standards-Version: 4.7.0
Homepage: https://github.com/deeplook/svglib
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-svglib
Vcs-Git: https://salsa.debian.org/python-team/packages/python-svglib.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-svglib
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python library for reading SVG files and converting them
 Used as a package you can read existing SVG files and convert them into
 ReportLab Drawing objects that can be used in a variety of contexts, e.g. as
 ReportLab Platypus Flowable objects or in RML. As a command-line tool it
 converts SVG files into PDF ones (but adding other output formats like bitmap
 or EPS is really easy and will be better supported, soon).