File: control

package info (click to toggle)
python-ttfautohint-py 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 484 kB
  • sloc: python: 1,360; makefile: 97; sh: 77
file content (34 lines) | stat: -rw-r--r-- 1,082 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: python-ttfautohint-py
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bastian Germann <bage@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 python3-setuptools,
 python3-setuptools-scm,
Build-Depends-Indep:
 dh-sequence-python3,
 python3-all,
 python3-fonttools <!nocheck>,
 python3-pytest <!nocheck>,
 libttfautohint-dev,
 ttfautohint <!nocheck>,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
Homepage: https://github.com/fonttools/ttfautohint-py
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ttfautohint-py
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ttfautohint-py.git

Package: python3-ttfautohint-py
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 ${Depends},
 python3-pkg-resources,
Description: Python wrapper for ttfautohint (Python 3)
 A Python wrapper for ttfautohint, a free auto-hinter for TrueType fonts.
 It uses ctypes to load the libttfautohint shared library and call the
 TTF_autohint function.