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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
Source: fonttools
Section: devel
Priority: optional
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Uploaders:
Luke Faraone <lfaraone@debian.org>,
Yao Wei (魏銘廷) <mwei@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-all-dev,
cython3 (>= 0.28.5),
python3-ufolib2 (>= 0.6.2),
python3-brotli (>= 1.0.9),
python3-pytest,
python3-scipy (>= 1.5.4) | python3-munkres (>= 1.1.4),
python3-setuptools,
python3-sympy,
python3-fs (>= 2.4.11),
python3-lxml (>= 4.5.0),
python3-sphinx,
python3-sphinx-rtd-theme,
unicode-data (>= 13.0.0),
Standards-Version: 4.5.1
Homepage: https://github.com/fonttools/fonttools
Vcs-Git: https://salsa.debian.org/fonts-team/fonttools.git
Vcs-Browser: https://salsa.debian.org/fonts-team/fonttools
Package: python3-fonttools
Section: python
Architecture: any
Depends:
python3-brotli (>= 1.0.9),
python3-pkg-resources,
python3-scipy (>= 1.5.4) | python3-munkres (>= 1.1.4),
python3-ufolib2 (>= 0.6.2) | python3-defcon (>= 0.6.0),
python3-sympy,
python3-fs (>= 2.4.11),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Replaces: fonttools (<< 3.15.1-3)
Breaks: fonttools (<< 3.15.1-3)
Description: Converts OpenType and TrueType fonts to and from XML (Python 3 Library)
FontTools/TTX is a library to manipulate font files from Python.
It supports reading and writing of TrueType/OpenType fonts, reading
and writing of AFM files, reading (and partially writing) of PS Type 1
fonts. It also contains a tool called "TTX" which converts
TrueType/OpenType fonts to and from an XML-based format.
.
This is the Python 3 version of the fontTools package.
Package: python-fonttools-doc
Section: doc
Architecture: all
Depends:
${sphinxdoc:Depends},
${misc:Depends}
Replaces: fonttools (<< 3.15.1-1)
Breaks: fonttools (<< 3.15.1-1)
Description: Converts OpenType and TrueType fonts to and from XML (Documentation)
FontTools/TTX is a library to manipulate font files from Python.
It supports reading and writing of TrueType/OpenType fonts, reading
and writing of AFM files, reading (and partially writing) of PS Type 1
fonts. It also contains a tool called "TTX" which converts
TrueType/OpenType fonts to and from an XML-based format.
.
This is the sphinx documentation of the fontTools package.
Package: fonttools
Depends:
${python3:Depends},
python3-fonttools (>= ${source:Version}),
python3-fonttools (<< ${source:Version}.1~),
${misc:Depends}
Architecture: all
Description: Converts OpenType and TrueType fonts to and from XML (Executables)
FontTools/TTX is a library to manipulate font files from Python.
It supports reading and writing of TrueType/OpenType fonts, reading
and writing of AFM files, reading (and partially writing) of PS Type 1
fonts. It also contains a tool called "TTX" which converts
TrueType/OpenType fonts to and from an XML-based format.
.
This provides the executables of fontTools package.
|