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: defcon
Section: devel
Priority: optional
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Uploaders: Yao Wei (魏銘廷) <mwei@debian.org>
Build-Depends: debhelper (>= 11),
dh-python,
python3-all,
python3-setuptools,
python3-fonttools (>= 3.31.0),
python3-fontpens (>= 0.1.0),
python3-appdirs,
python3-sphinx
Standards-Version: 4.2.1
Homepage: https://github.com/typesupply/defcon
Vcs-Git: https://salsa.debian.org/fonts-team/defcon.git
Vcs-Browser: https://salsa.debian.org/fonts-team/defcon
Package: python3-defcon
Architecture: all
Section: python
Multi-Arch: foreign
Depends: ${misc:Depends},
${python3:Depends},
python3-fonttools (>= 3.31.0)
Recommends: python3-fontpens (>= 0.1.0)
Description: UFO based objects for use in font editing applications
Defcon is a set of UFO based objects optimized for use in font
editing applications. The objects are built to be lightweight, fast
and flexible. The objects are very bare-bones and they are not meant
to be end-all, be-all objects. Rather, they are meant to provide base
functionality so that you can focus on your application’s behavior,
not object observing or maintaining cached data. Defcon implements
UFO3 as described by the UFO font format.
|