File: control

package info (click to toggle)
python-svg.path 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 232 kB
  • ctags: 111
  • sloc: python: 1,030; makefile: 5; sh: 4
file content (41 lines) | stat: -rw-r--r-- 1,584 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
Source: python-svg.path
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-svg.path.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-svg.path.git
Homepage: https://github.com/regebro/svg.path
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1

Package: python-svg.path
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: SVG path objects and parser for Python
 In SVG (Scalable Vector Graphics), paths are used to draw simple or
 compounded shape outlines. svg.path is a collection of objects
 that implement the path commands in SVG (Line, Arc, QuadraticBezier,
 CubicBezier), and a parser for SVG path definitions.
 .
 This package contains the modules for Python.

Package: python3-svg.path
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: SVG path objects and parser for Python3
 In SVG (Scalable Vector Graphics), paths are used to draw simple or
 compounded shape outlines. svg.path is a collection of objects
 that implement the path commands in SVG (Line, Arc, QuadraticBezier,
 CubicBezier), and a parser for SVG path definitions.
 .
 This package contains the modules for Python3.