File: control

package info (click to toggle)
python-vttlib 0.11.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 276 kB
  • sloc: python: 1,090; sh: 6; makefile: 3
file content (41 lines) | stat: -rw-r--r-- 1,267 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-vttlib
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-python,
 python3-all,
 python3-fonttools,
 python3-pyparsing,
 python3-pytest,
 python3-setuptools,
 python3-setuptools-scm,
 python3-toml,
 python3-ufolib2,
 python3-wheel,
Standards-Version: 4.6.0.1
Homepage: https://github.com/daltonmaag/vttLib
Vcs-Git: https://salsa.debian.org/python-team/packages/python-vttlib.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-vttlib
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-vttlib
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python library to extract VTT (Microsoft Visual TrueType) font hinting data
 A library to:
  - Extract VTT hinting data from a OpenType font prepared with Microsoft Visual
    TrueType (VTT) and store it in a FontTools TTX dump
  - Merge it back from a TTX dump into an OpenType font and
  - Compile the data inside to font to ship it (turn TSI* tables into fpgm,
    etc.).
 .
 The primary use case is version control of hinting data of fonts.
 .
 This package installs the library for Python 3.