[arch-commits] Commit in python-fonttools/repos/community-staging-x86_64 (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Dec 1 21:44:44 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:44:43
Author: felixonmars
Revision: 1061077
archrelease: copy trunk to community-staging-x86_64
Added:
python-fonttools/repos/community-staging-x86_64/PKGBUILD
(from rev 1061075, python-fonttools/trunk/PKGBUILD)
Deleted:
python-fonttools/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 21:44:43 UTC (rev 1061076)
+++ PKGBUILD 2021-12-01 21:44:43 UTC (rev 1061077)
@@ -1,49 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Firmicus <firmicus āt gmx dōt net>
-# Contributor: flying sheep <flying-sheep at web.de>
-
-pkgname=python-fonttools
-pkgver=4.28.2
-pkgrel=2
-pkgdesc='A library to manipulate font files from Python'
-url='https://github.com/fonttools/fonttools'
-license=('MIT')
-arch=('x86_64')
-depends=('python')
-makedepends=('cython'
- 'python-setuptools')
-optdepends=('python-brotli: to compress/decompress WOFF 2.0 web fonts'
- 'python-fs: to read/write UFO source files'
- 'python-lxml: faster backend for XML files reading/writing'
- 'python-lz4: for graphite type tables in ttLib/tables'
- 'python-matplotlib: for visualizing DesignSpaceDocument and resulting VariationModel'
- 'python-pyqt5: for drawing glyphs with Qt’s QPainterPath'
- 'python-reportlab: to drawing glyphs as PNG images'
- 'python-scipy: for finding wrong contour/component order between different masters'
- 'python-sympy: for symbolic font statistics analysis'
- 'python-unicodedata2: for displaying the Unicode character names when dumping the cmap table with ttx'
- 'python-zopfli: faster backend fom WOFF 1.0 web fonts compression')
-checkdepends=('python-brotli'
- 'python-fs'
- 'python-pytest'
- 'python-ufolib2')
-source=("https://github.com/fonttools/fonttools/archive/$pkgver/fonttools-$pkgver.zip")
-sha256sums=('1bd54098d61794a954ab288dc29a1fe142f896cea6d8b5830ca74d3c8d57075c')
-
-build() {
- cd "fonttools-$pkgver"
- python setup.py build_ext --inplace
- python setup.py build
-}
-
-check() {
- cd "fonttools-$pkgver"
- PYTHONPATH=Lib pytest
-}
-
-package() {
- cd "fonttools-$pkgver"
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -Dm0755 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}
Copied: python-fonttools/repos/community-staging-x86_64/PKGBUILD (from rev 1061075, python-fonttools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:44:43 UTC (rev 1061077)
@@ -0,0 +1,49 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Firmicus <firmicus āt gmx dōt net>
+# Contributor: flying sheep <flying-sheep at web.de>
+
+pkgname=python-fonttools
+pkgver=4.28.2
+pkgrel=3
+pkgdesc='A library to manipulate font files from Python'
+url='https://github.com/fonttools/fonttools'
+license=('MIT')
+arch=('x86_64')
+depends=('python')
+makedepends=('cython'
+ 'python-setuptools')
+optdepends=('python-brotli: to compress/decompress WOFF 2.0 web fonts'
+ 'python-fs: to read/write UFO source files'
+ 'python-lxml: faster backend for XML files reading/writing'
+ 'python-lz4: for graphite type tables in ttLib/tables'
+ 'python-matplotlib: for visualizing DesignSpaceDocument and resulting VariationModel'
+ 'python-pyqt5: for drawing glyphs with Qt’s QPainterPath'
+ 'python-reportlab: to drawing glyphs as PNG images'
+ 'python-scipy: for finding wrong contour/component order between different masters'
+ 'python-sympy: for symbolic font statistics analysis'
+ 'python-unicodedata2: for displaying the Unicode character names when dumping the cmap table with ttx'
+ 'python-zopfli: faster backend fom WOFF 1.0 web fonts compression')
+checkdepends=('python-brotli'
+ 'python-fs'
+ 'python-pytest'
+ 'python-ufolib2')
+source=("https://github.com/fonttools/fonttools/archive/$pkgver/fonttools-$pkgver.zip")
+sha256sums=('1bd54098d61794a954ab288dc29a1fe142f896cea6d8b5830ca74d3c8d57075c')
+
+build() {
+ cd "fonttools-$pkgver"
+ python setup.py build_ext --inplace
+ python setup.py build
+}
+
+check() {
+ cd "fonttools-$pkgver"
+ PYTHONPATH=Lib pytest
+}
+
+package() {
+ cd "fonttools-$pkgver"
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ install -Dm0755 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}
More information about the arch-commits
mailing list