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 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
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 (>= 11),
dh-python,
gir1.2-atk-1.0 <!nocheck>,
gir1.2-gtk-3.0 <!nocheck>,
python-all,
python-brotli (>= 1.0.7) <!nocheck>,
python-gi <!nocheck>,
python-numpy,
python-pytest <!nocheck>,
python-reportlab <!nocheck>,
python-scipy (>= 1.1.0),
python-setuptools,
python-sympy <!nocheck>,
python-fs (>= 2.1.3),
python3-all,
python3-brotli (>= 1.0.7) <!nocheck>,
python3-gi <!nocheck>,
python3-numpy,
python3-pytest <!nocheck>,
python3-reportlab <!nocheck>,
python3-scipy (>= 1.1.0),
python3-setuptools,
python3-sympy <!nocheck>,
python3-fs (>= 2.1.3),
python3-sphinx,
unicode-data
Standards-Version: 4.3.0
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: all
Depends:
gir1.2-atk-1.0,
gir1.2-gtk-3.0,
python3-brotli (>= 1.0.7),
python3-gi,
python3-numpy,
python3-pkg-resources,
python3-reportlab,
python3-scipy (>= 1.1.0),
python3-sympy,
python3-fs (>= 2.1.3),
${misc:Depends},
${sphinxdoc:Depends},
${python3: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
Section: python
Architecture: all
Depends:
gir1.2-atk-1.0,
gir1.2-gtk-3.0,
python-brotli (>= 1.0.7),
python-gi,
python-numpy,
python-pkg-resources,
python-reportlab,
python-scipy (>= 1.1.0),
python-sympy,
python-fs (>= 2.1.3),
${misc:Depends},
${python:Depends}
Replaces: fonttools (<< 3.15.1-1)
Breaks: fonttools (<< 3.15.1-1)
Description: Converts OpenType and TrueType fonts to and from XML (Python 2 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 2 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}),
${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.
|