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

Andrzej Giniewicz aginiewicz at archlinux.org
Tue Mar 17 10:01:51 UTC 2020


    Date: Tuesday, March 17, 2020 @ 10:01:51
  Author: aginiewicz
Revision: 600048

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-17 10:01:43 UTC (rev 600047)
+++ PKGBUILD	2020-03-17 10:01:51 UTC (rev 600048)
@@ -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.4.1
-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=('fab07ad31b4d24d7b9798453f678faa179906d29a3ad15bddb92496f1f9ea122')
-
-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 600047, python-fonttools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-17 10:01:51 UTC (rev 600048)
@@ -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.4.3
+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=('f5b014cc20f26bc812818330e3ac00db612721d1f24f98db42b40c307c2d9205')
+
+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