Date: Sunday, March 29, 2020 @ 23:17:19 Author: aginiewicz Revision: 606638
upgpkg: python-fonttools 4.6.0-2: python-fonttools: fix FS#66018, add python-unicodedata2 Modified: python-fonttools/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-29 23:15:01 UTC (rev 606637) +++ PKGBUILD 2020-03-29 23:17:19 UTC (rev 606638) @@ -4,7 +4,7 @@ pkgname=python-fonttools pkgver=4.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="A library to manipulate font files from Python" url="https://github.com/fonttools/fonttools" license=("MIT") @@ -17,6 +17,7 @@ "python-zopfli: faster backend fom WOFF 1.0 web fonts compression" "python-scipy: for finding wrong contour/component order between different masters" "python-matplotlib: for visualizing DesignSpaceDocument and resulting VariationModel" + "python-unicodedata2: for displaying the Unicode character names when dumping the cmap table with ttx" "python-sympy: for symbolic font statistics analysis" "python-pyqt5: for drawing glyphs with Qt's QPainterPath" "python-reportlab: to drawing glyphs as PNG images")
