File: control

package info (click to toggle)
python-beziers 0.5.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 652 kB
  • sloc: python: 2,850; makefile: 20
file content (42 lines) | stat: -rw-r--r-- 1,509 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
Source: python-beziers
Section: devel
Priority: optional
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Uploaders: Yao Wei (魏銘廷) <mwei@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-sphinx,
 python3-setuptools,
 python3-all,
 python3-pyclipper,
Standards-Version: 4.6.1
Homepage: https://github.com/simoncozens/beziers.py
Vcs-Browser: https://salsa.debian.org/fonts-team/python-beziers
Vcs-Git: https://salsa.debian.org/fonts-team/python-beziers.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-beziers
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-beziers-doc
Description: Python library for bezier curves and paths (Python 3)
 Beziers provides a variety of classes for constructing, manipulating and
 drawing Bezier curves and paths. Principally designed for font design
 software, it allows you to join, split, offset, and perform many other
 operations on paths.
 .
 This package installs the library for Python 3.

Package: python-beziers-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Python library for bezier curves and paths (common documentation)
 Beziers provides a variety of classes for constructing, manipulating and
 drawing Bezier curves and paths. Principally designed for font design
 software, it allows you to join, split, offset, and perform many other
 operations on paths.
 .
 This is the common documentation package.