[arch-commits] Commit in python-fonttools/repos/community-any (PKGBUILD PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Tue Mar 24 18:41:11 UTC 2020
Date: Tuesday, March 24, 2020 @ 18:41:10
Author: aginiewicz
Revision: 603905
archrelease: copy trunk to community-any
Added:
python-fonttools/repos/community-any/PKGBUILD
(from rev 603904, 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-24 18:41:03 UTC (rev 603904)
+++ PKGBUILD 2020-03-24 18:41:10 UTC (rev 603905)
@@ -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.5.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=('bba1f50899dccd234fb3fa6ddf9ea9c15fe1a5435dfde42cbec9fe2a9c4398af')
-
-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 603904, python-fonttools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-24 18:41:10 UTC (rev 603905)
@@ -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.6.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=('18ebd83054995509584a542f70202f9fe8f0dacdb6eab3e132e96a067f9b09d7')
+
+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