[arch-commits] Commit in python-fonttools/repos/community-x86_64 (PKGBUILD PKGBUILD)

Daurnimator daurnimator at gemini.archlinux.org
Sat Aug 7 11:59:56 UTC 2021


    Date: Saturday, August 7, 2021 @ 11:59:55
  Author: daurnimator
Revision: 994651

archrelease: copy trunk to community-x86_64

Added:
  python-fonttools/repos/community-x86_64/PKGBUILD
    (from rev 994650, python-fonttools/trunk/PKGBUILD)
Deleted:
  python-fonttools/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-07 11:39:11 UTC (rev 994650)
+++ PKGBUILD	2021-08-07 11:59:55 UTC (rev 994651)
@@ -1,41 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Firmicus <firmicus āt gmx dōt net>
-# Contributor: flying sheep <flying-sheep at web.de>
-
-pkgname=python-fonttools
-pkgver=4.25.2
-pkgrel=1
-pkgdesc='A library to manipulate font files from Python'
-url='https://github.com/fonttools/fonttools'
-license=('MIT')
-arch=('x86_64')
-depends=('python')
-makedepends=('cython'
-             'python-setuptools')
-optdepends=('python-brotli: to compress/decompress WOFF 2.0 web fonts'
-            'python-fs: to read/write UFO source files'
-            'python-lxml: faster backend for XML files reading/writing'
-            'python-lz4: for graphite type tables in ttLib/tables'
-            'python-matplotlib: for visualizing DesignSpaceDocument and resulting VariationModel'
-            'python-pyqt5: for drawing glyphs with Qt’s QPainterPath'
-            'python-reportlab: to drawing glyphs as PNG images'
-            'python-scipy: for finding wrong contour/component order between different masters'
-            'python-sympy: for symbolic font statistics analysis'
-            'python-unicodedata2: for displaying the Unicode character names when dumping the cmap table with ttx'
-            'python-zopfli: faster backend fom WOFF 1.0 web fonts compression')
-source=("https://github.com/fonttools/fonttools/archive/$pkgver/fonttools-$pkgver.zip")
-sha512sums=('e3667741acd49d2f92984debb74737d4f06f04b92d69a904293eed5973b48be25a66afb6b137bd3cf29a9e886e00c8ebf2fce56299cdaf622877e5d403c73742')
-
-build() {
-	cd "fonttools-$pkgver"
-	export PYTHONHASHSEED=0
-	python setup.py build_ext --inplace
-	python setup.py build
-}
-
-package() {
-	cd "fonttools-$pkgver"
-	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-	install -Dm0755 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}

Copied: python-fonttools/repos/community-x86_64/PKGBUILD (from rev 994650, python-fonttools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-07 11:59:55 UTC (rev 994651)
@@ -0,0 +1,41 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Firmicus <firmicus āt gmx dōt net>
+# Contributor: flying sheep <flying-sheep at web.de>
+
+pkgname=python-fonttools
+pkgver=4.26.1
+pkgrel=1
+pkgdesc='A library to manipulate font files from Python'
+url='https://github.com/fonttools/fonttools'
+license=('MIT')
+arch=('x86_64')
+depends=('python')
+makedepends=('cython'
+             'python-setuptools')
+optdepends=('python-brotli: to compress/decompress WOFF 2.0 web fonts'
+            'python-fs: to read/write UFO source files'
+            'python-lxml: faster backend for XML files reading/writing'
+            'python-lz4: for graphite type tables in ttLib/tables'
+            'python-matplotlib: for visualizing DesignSpaceDocument and resulting VariationModel'
+            'python-pyqt5: for drawing glyphs with Qt’s QPainterPath'
+            'python-reportlab: to drawing glyphs as PNG images'
+            'python-scipy: for finding wrong contour/component order between different masters'
+            'python-sympy: for symbolic font statistics analysis'
+            'python-unicodedata2: for displaying the Unicode character names when dumping the cmap table with ttx'
+            'python-zopfli: faster backend fom WOFF 1.0 web fonts compression')
+source=("https://github.com/fonttools/fonttools/archive/$pkgver/fonttools-$pkgver.zip")
+sha256sums=('9866c739b137bfd726178a3b223c72d6960d634f5eac93b6e1b6582cb5cd7249')
+
+build() {
+	cd "fonttools-$pkgver"
+	export PYTHONHASHSEED=0
+	python setup.py build_ext --inplace
+	python setup.py build
+}
+
+package() {
+	cd "fonttools-$pkgver"
+	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+	install -Dm0755 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}



More information about the arch-commits mailing list