File: control

package info (click to toggle)
fontpens 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: python: 992; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,072 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: fontpens
Section: devel
Priority: optional
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Uploaders:
 Yao Wei (魏銘廷) <mwei@lxde.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-fontparts <!nocheck>,
 python3-fonttools,
 python3-setuptools,
 python3-pytest <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/robotools/fontPens
Vcs-Git: https://salsa.debian.org/fonts-team/fontpens.git
Vcs-Browser: https://salsa.debian.org/fonts-team/fontpens

Package: python3-fontpens
Architecture: all
Section: python
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Classes implementing Pen protocol for manipulating UFO glyphs
 fontPens implements Pen protocol, which are instructions to draw glyphs.  This
 protocol is established by RoboFabs, and this library is the reference
 implementation of the protocol, which is for manipulating UFO files.
 .
 The API is also compatible with FontForge Python API and FontLab VI Python
 API.