File: control

package info (click to toggle)
svgwrite 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,092 kB
  • sloc: python: 12,603; makefile: 117; sh: 5
file content (34 lines) | stat: -rw-r--r-- 1,243 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: svgwrite
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
           Michael Hudson-Doyle <mwhudson@debian.org>
Build-Depends: debhelper-compat (= 11),
               dh-python,
               python3-all,
	       python3-pyparsing,
               python3-pytest,
               python3-setuptools
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/python-team/modules/svgwrite.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/svgwrite
Homepage: https://pypi.python.org/pypi/svgwrite

Package: python3-svgwrite
Architecture: all
Depends: python3-pyparsing (>= 2.0.1), ${python3:Depends}, ${misc:Depends}
Suggests: python-svgwrite-doc
Description: library to create SVG drawings (Python 3)
 Programmatically create Scalable Vector Graphics (SVG).
 .
 This package installs the library for Python 3.

Package: python-svgwrite-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: library to create SVG drawings (common documentation)
 Programmatically create Scalable Vector Graphics (SVG).
 .
 This package provides examples for the use of this library.