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

2020-10-07 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, October 7, 2020 @ 15:52:45
  Author: aginiewicz
Revision: 720694

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-07 15:52:38 UTC (rev 720693)
+++ PKGBUILD2020-10-07 15:52:45 UTC (rev 720694)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.14.0
-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")
-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-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-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('65744b52eee9da4e6ece77e0f8be1f79ab75f30d0b161ce667e9e2e2ed00b0d1')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  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-x86_64/PKGBUILD (from rev 720693, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-07 15:52:45 UTC (rev 720694)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.16.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")
+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-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-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('991eb05e0366af5a6e620551f950a4f49433c5a8de70770a7066bcbe78bb86cc')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  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
+}


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

2020-08-24 Thread Andrzej Giniewicz via arch-commits
Date: Monday, August 24, 2020 @ 19:00:36
  Author: aginiewicz
Revision: 687709

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-24 19:00:22 UTC (rev 687708)
+++ PKGBUILD2020-08-24 19:00:36 UTC (rev 687709)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.13.0
-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")
-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-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-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('63987cd374c39a75146748f8be8637634221e53fef15cdf76f1676d8545a')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  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-x86_64/PKGBUILD (from rev 687708, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-24 19:00:36 UTC (rev 687709)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.14.0
+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")
+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-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-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('65744b52eee9da4e6ece77e0f8be1f79ab75f30d0b161ce667e9e2e2ed00b0d1')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  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
+}


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

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:20:30
  Author: aginiewicz
Revision: 664126

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 17:20:23 UTC (rev 664125)
+++ PKGBUILD2020-07-16 17:20:30 UTC (rev 664126)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.12.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")
-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-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-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('4b790ebb2e009282b84db896cb6f31332038c79829b5c29c432481b6df058ece')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  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-x86_64/PKGBUILD (from rev 664125, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 17:20:30 UTC (rev 664126)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.13.0
+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")
+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-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-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('63987cd374c39a75146748f8be8637634221e53fef15cdf76f1676d8545a')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  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
+}


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

2020-06-18 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, June 18, 2020 @ 18:19:49
  Author: aginiewicz
Revision: 647403

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-18 18:19:42 UTC (rev 647402)
+++ PKGBUILD2020-06-18 18:19:49 UTC (rev 647403)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.12.0
-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")
-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-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-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('c9589820710345b8bdaacd1cffdccc28f1a00272ae99d1dad294eae01dc4cb10')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  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-x86_64/PKGBUILD (from rev 647402, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-18 18:19:49 UTC (rev 647403)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.12.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")
+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-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-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('4b790ebb2e009282b84db896cb6f31332038c79829b5c29c432481b6df058ece')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  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
+}


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

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 15:40:57
  Author: aginiewicz
Revision: 642881

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 15:40:55 UTC (rev 642880)
+++ PKGBUILD2020-06-13 15:40:57 UTC (rev 642881)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.11.0
-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")
-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-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-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('7fe5937206099ef284055b8c94798782e0993a740eed87f0dd262ed9870788aa')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  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-x86_64/PKGBUILD (from rev 642880, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-13 15:40:57 UTC (rev 642881)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.12.0
+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")
+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-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-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('c9589820710345b8bdaacd1cffdccc28f1a00272ae99d1dad294eae01dc4cb10')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  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
+}


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

2020-05-29 Thread Andrzej Giniewicz via arch-commits
Date: Friday, May 29, 2020 @ 08:12:50
  Author: aginiewicz
Revision: 636974

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-29 08:12:41 UTC (rev 636973)
+++ PKGBUILD2020-05-29 08:12:50 UTC (rev 636974)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.10.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")
-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-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-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('2ae6568736f1f280ffa7e2ea44e129c3304e9a7d9fe33ffabb165d36b136f5da')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  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-x86_64/PKGBUILD (from rev 636973, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 08:12:50 UTC (rev 636974)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.11.0
+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")
+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-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-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('7fe5937206099ef284055b8c94798782e0993a740eed87f0dd262ed9870788aa')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  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
+}


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

2020-05-21 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 21, 2020 @ 11:54:31
  Author: aginiewicz
Revision: 631150

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-21 11:54:27 UTC (rev 631149)
+++ PKGBUILD2020-05-21 11:54:31 UTC (rev 631150)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.10.0
-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")
-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-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-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('59c58444267685335ad5a347cf45dea119244be34a9e86adb63354b703549749')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  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-x86_64/PKGBUILD (from rev 631149, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-21 11:54:31 UTC (rev 631150)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.10.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")
+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-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-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('2ae6568736f1f280ffa7e2ea44e129c3304e9a7d9fe33ffabb165d36b136f5da')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  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
+}


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

2020-05-16 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, May 16, 2020 @ 18:56:39
  Author: aginiewicz
Revision: 628200

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-16 18:56:32 UTC (rev 628199)
+++ PKGBUILD2020-05-16 18:56:39 UTC (rev 628200)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.9.0
-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")
-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-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-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('16dd6ae4d057e170756339cde146e7295c721baad46e197b98a68d4cdd425c94')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  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-x86_64/PKGBUILD (from rev 628199, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-16 18:56:39 UTC (rev 628200)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.10.0
+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")
+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-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-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('59c58444267685335ad5a347cf45dea119244be34a9e86adb63354b703549749')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  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
+}


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

2020-05-07 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 7, 2020 @ 11:26:40
  Author: aginiewicz
Revision: 625325

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 11:26:34 UTC (rev 625324)
+++ PKGBUILD2020-05-07 11:26:40 UTC (rev 625325)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.8.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")
-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-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-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('596c0e8399c650dbf1048b7ca6fc7b12bd79a7db0981f3b87743de8c2b7512de')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  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-x86_64/PKGBUILD (from rev 625324, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 11:26:40 UTC (rev 625325)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.9.0
+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")
+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-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-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('16dd6ae4d057e170756339cde146e7295c721baad46e197b98a68d4cdd425c94')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  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
+}


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

2020-04-19 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, April 19, 2020 @ 17:10:57
  Author: aginiewicz
Revision: 616523

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-19 17:10:47 UTC (rev 616522)
+++ PKGBUILD2020-04-19 17:10:57 UTC (rev 616523)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.8.0
-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")
-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-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-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('2c5a867c1ea5bfd19311d5c570e04adda7d95031cb89a23805238d1c9739158e')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  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-x86_64/PKGBUILD (from rev 616522, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-19 17:10:57 UTC (rev 616523)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.8.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")
+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-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-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('596c0e8399c650dbf1048b7ca6fc7b12bd79a7db0981f3b87743de8c2b7512de')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  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
+}


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

2020-04-17 Thread Andrzej Giniewicz via arch-commits
Date: Friday, April 17, 2020 @ 15:47:00
  Author: aginiewicz
Revision: 615596

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-17 15:46:53 UTC (rev 615595)
+++ PKGBUILD2020-04-17 15:47:00 UTC (rev 615596)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.7.0
-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")
-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-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-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('ce977f10f070752301e2d49ed822cfc860c881046d81c376fade1e6529b2046c')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  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-x86_64/PKGBUILD (from rev 615595, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-17 15:47:00 UTC (rev 615596)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.8.0
+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")
+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-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-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('2c5a867c1ea5bfd19311d5c570e04adda7d95031cb89a23805238d1c9739158e')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  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
+}