[arch-commits] Commit in python-fonttools/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Sat Apr 4 13:05:09 UTC 2020


    Date: Saturday, April 4, 2020 @ 13:05:08
  Author: aginiewicz
Revision: 611576

upgpkg: python-fonttools 4.7.0-1: python-fonttools: new upstream release

Modified:
  python-fonttools/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-04 12:10:53 UTC (rev 611575)
+++ PKGBUILD	2020-04-04 13:05:08 UTC (rev 611576)
@@ -3,14 +3,14 @@
 # Contributor: flying sheep <flying-sheep at web.de>
 
 pkgname=python-fonttools
-pkgver=4.6.0
-pkgrel=2
+pkgver=4.7.0
+pkgrel=1
 pkgdesc="A library to manipulate font files from Python"
 url="https://github.com/fonttools/fonttools"
 license=("MIT")
-arch=('any')
+arch=('x86_64')
 depends=("python")
-makedepends=("python-setuptools")
+makedepends=("cython")
 optdepends=("python-lxml: faster backend for XML files reading/writing"
 	    "python-fs: to read/write UFO source files, "
 	    "python-brotli: to compress/decompress WOFF 2.0 web fonts"
@@ -20,12 +20,14 @@
 	    "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")
+	    "python-reportlab: to drawing glyphs as PNG images"
+            "python-lz4: for graphite type tables in ttLib/tables")
 source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip")
-sha256sums=('18ebd83054995509584a542f70202f9fe8f0dacdb6eab3e132e96a067f9b09d7')
+sha256sums=('ce977f10f070752301e2d49ed822cfc860c881046d81c376fade1e6529b2046c')
 
 build() {
   cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
   python setup.py build
 }
 



More information about the arch-commits mailing list