Date: Thursday, February 20, 2020 @ 11:53:29
  Author: aginiewicz
Revision: 577105

archrelease: copy trunk to community-any

Added:
  python-fonttools/repos/community-any/PKGBUILD
    (from rev 577104, 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-20 11:53:21 UTC (rev 577104)
+++ PKGBUILD    2020-02-20 11:53:29 UTC (rev 577105)
@@ -1,35 +0,0 @@
-# Maintainer: Andrzej Giniewicz <[email protected]>
-# Contributor: Firmicus <firmicus āt gmx dōt net>
-# Contributor: flying sheep <[email protected]>
-
-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
-}

Copied: python-fonttools/repos/community-any/PKGBUILD (from rev 577104, 
python-fonttools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-02-20 11:53:29 UTC (rev 577105)
@@ -0,0 +1,35 @@
+# Maintainer: Andrzej Giniewicz <[email protected]>
+# Contributor: Firmicus <firmicus āt gmx dōt net>
+# Contributor: flying sheep <[email protected]>
+
+pkgname=python-fonttools
+pkgver=4.4.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=('20116fd6b2a9c80d325281ee5f786374d9543f56dff1a441b8ecf1dcad09a262')
+
+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
+}

Reply via email to