[arch-commits] Commit in python-fonttools/repos/community-any (PKGBUILD PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Thu Oct 3 18:08:13 UTC 2019
Date: Thursday, October 3, 2019 @ 18:08:12
Author: aginiewicz
Revision: 512519
archrelease: copy trunk to community-any
Added:
python-fonttools/repos/community-any/PKGBUILD
(from rev 512518, python-fonttools/trunk/PKGBUILD)
Deleted:
python-fonttools/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-03 18:08:09 UTC (rev 512518)
+++ PKGBUILD 2019-10-03 18:08:12 UTC (rev 512519)
@@ -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.0.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=('9415fda795f4ff8e89d41ab907388ec5a4c236f4774ea65a746d8c1e4e839d3d')
-
-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 512518, python-fonttools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-03 18:08:12 UTC (rev 512519)
@@ -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.0.2
+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=('bb9bf6b5b4ded33e0d9f823e5ae2e1fa643af4d614915660abe3853a9a6931cd')
+
+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