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

Caleb Maclennan alerque at gemini.archlinux.org
Fri Apr 22 20:00:12 UTC 2022


    Date: Friday, April 22, 2022 @ 20:00:12
  Author: alerque
Revision: 1187382

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-22 20:00:03 UTC (rev 1187381)
+++ PKGBUILD	2022-04-22 20:00:12 UTC (rev 1187382)
@@ -1,52 +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
-_pyname=${pkgname#python-}
-pkgver=4.33.1
-pkgrel=1
-pkgdesc='A library to manipulate font files from Python'
-url="https://github.com/fonttools/$_pyname"
-license=('MIT')
-arch=('x86_64')
-depends=('python')
-makedepends=('cython'
-             'python-'{build,installer}
-             'python-setuptools'
-             'python-wheel')
-checkdepends=('python-brotli'
-              'python-fs'
-              'python-pytest'
-              'python-ufolib2')
-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-uharfbuzz: to use the Harfbuzz Repacker for packing GSUB/GPOS tables'
-            '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=("$url/archive/$pkgver/$_pyname-$pkgver.tar.gz")
-sha256sums=('c229ade4f41a19cd3e0eabdfc0123561d1d13baff7b1cda0d77451ab7d0d0d68')
-
-build() {
-	cd "$_pyname-$pkgver"
-	python -m build -wn
-}
-
-check() {
-	cd "$_pyname-$pkgver"
-	PYTHONPATH=Lib pytest
-}
-
-package() {
-	cd "$_pyname-$pkgver"
-	python -m installer -d "$pkgdir" dist/*.whl
-	install -Dm0755 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}

Copied: python-fonttools/repos/community-x86_64/PKGBUILD (from rev 1187381, python-fonttools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-22 20:00:12 UTC (rev 1187382)
@@ -0,0 +1,52 @@
+# 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
+_pyname=${pkgname#python-}
+pkgver=4.33.2
+pkgrel=1
+pkgdesc='A library to manipulate font files from Python'
+url="https://github.com/fonttools/$_pyname"
+license=('MIT')
+arch=('x86_64')
+depends=('python')
+makedepends=('cython'
+             'python-'{build,installer}
+             'python-setuptools'
+             'python-wheel')
+checkdepends=('python-brotli'
+              'python-fs'
+              'python-pytest'
+              'python-ufolib2')
+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-uharfbuzz: to use the Harfbuzz Repacker for packing GSUB/GPOS tables'
+            '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=("$url/archive/$pkgver/$_pyname-$pkgver.tar.gz")
+sha256sums=('550374f0327c1ada90ffc7a67a5ebe0bc1d3e565a3bdeb1104ee7cd55c91b173')
+
+build() {
+	cd "$_pyname-$pkgver"
+	python -m build -wn
+}
+
+check() {
+	cd "$_pyname-$pkgver"
+	PYTHONPATH=Lib pytest
+}
+
+package() {
+	cd "$_pyname-$pkgver"
+	python -m installer -d "$pkgdir" dist/*.whl
+	install -Dm0755 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}



More information about the arch-commits mailing list