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

Andrzej Giniewicz aginiewicz at archlinux.org
Mon Feb 3 21:29:00 UTC 2020


    Date: Monday, February 3, 2020 @ 21:28:59
  Author: aginiewicz
Revision: 561994

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-03 21:28:52 UTC (rev 561993)
+++ PKGBUILD	2020-02-03 21:28:59 UTC (rev 561994)
@@ -1,35 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Firmicus <firmicus āt gmx dōt net>
-# Contributor: flying sheep <flying-sheep at web.de>
-
-pkgname=python-fonttools
-pkgver=4.2.4
-pkgrel=1
-pkgdesc="A library to manipulate font files from Python"
-url="https://github.com/fonttools/fonttools"
-license=("MIT")
-arch=('any')
-depends=("python")
-makedepends=("python-setuptools")
-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"
-	    "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-sympy: for symbolic font statistics analysis"
-	    "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
-	    "python-reportlab: to drawing glyphs as PNG images")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip")
-sha256sums=('955f5ba98b6f95778e3308010b196fa1a0d8862fb3ac75408919f5038e75e267')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-fonttools/repos/community-any/PKGBUILD (from rev 561993, python-fonttools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-03 21:28:59 UTC (rev 561994)
@@ -0,0 +1,35 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Firmicus <firmicus āt gmx dōt net>
+# Contributor: flying sheep <flying-sheep at web.de>
+
+pkgname=python-fonttools
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="A library to manipulate font files from Python"
+url="https://github.com/fonttools/fonttools"
+license=("MIT")
+arch=('any')
+depends=("python")
+makedepends=("python-setuptools")
+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"
+	    "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-sympy: for symbolic font statistics analysis"
+	    "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
+	    "python-reportlab: to drawing glyphs as PNG images")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip")
+sha256sums=('0c16d5da7846a92aedcb448277d13d3b729f7de48a917768d97ebd0d17067d7f')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list