[arch-commits] Commit in python-fonttools/repos/community-x86_64 (PKGBUILD PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Fri Apr 17 15:47:00 UTC 2020
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
===================================================================
--- PKGBUILD 2020-04-17 15:46:53 UTC (rev 615595)
+++ PKGBUILD 2020-04-17 15:47:00 UTC (rev 615596)
@@ -1,38 +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.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)
+++ PKGBUILD 2020-04-17 15:47:00 UTC (rev 615596)
@@ -0,0 +1,38 @@
+# 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.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
+}
More information about the arch-commits
mailing list