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-statmake
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,
pybuild-plugin-pyproject,
python3-all,
python3-attr (>= 21.3),
python3-cattr (>= 22.2),
python3-fonttools,
python3-poetry,
python3-pytest,
python3-ufo2ft,
Standards-Version: 4.6.0.1
Homepage: https://github.com/daltonmaag/statmake
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-statmake
Vcs-Git: https://salsa.debian.org/python-team/packages/python-statmake.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Package: python3-statmake
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Applies STAT information from a Stylespace to a variable font
statmake takes a user-written Stylespace that defines OpenType STAT
information for an entire font family and then (potentially subsets and)
applies it to a specific variable font. This spares users from having to deal
with raw TTX dumps and juggling with nameIDs.
|