Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-fonttools


Commits:
c75f0fc3 by Caleb Maclennan at 2023-10-06T13:58:28+03:00
upgpkg: 4.43.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,33 @@
+pkgbase = python-fonttools
+       pkgdesc = A library to manipulate font files from Python
+       pkgver = 4.43.1
+       pkgrel = 1
+       url = https://github.com/fonttools/fonttools
+       arch = x86_64
+       license = MIT
+       checkdepends = python-brotli
+       checkdepends = python-fs
+       checkdepends = python-pytest
+       checkdepends = python-ufolib2
+       makedepends = cython
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-setuptools
+       makedepends = python-wheel
+       depends = python
+       optdepends = python-brotli: to compress/decompress WOFF 2.0 web fonts
+       optdepends = python-fs: to read/write UFO source files
+       optdepends = python-lxml: faster backend for XML files reading/writing
+       optdepends = python-lz4: for graphite type tables in ttLib/tables
+       optdepends = python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel
+       optdepends = python-pyqt5: for drawing glyphs with Qt’s QPainterPath
+       optdepends = python-reportlab: to drawing glyphs as PNG images
+       optdepends = python-scipy: for finding wrong contour/component order 
between different masters
+       optdepends = python-sympy: for symbolic font statistics analysis
+       optdepends = python-uharfbuzz: to use the Harfbuzz Repacker for packing 
GSUB/GPOS tables
+       optdepends = python-unicodedata2: for displaying the Unicode character 
names when dumping the cmap table with ttx
+       optdepends = python-zopfli: faster backend fom WOFF 1.0 web fonts 
compression
+       source = 
https://github.com/fonttools/fonttools/archive/4.43.1/fonttools-4.43.1.tar.gz
+       sha256sums = 
20a7236c186c80b9cdf111aba9b233b204fecce1d7339bebe7868e877a6ba938
+
+pkgname = python-fonttools


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=python-fonttools
 _pyname=${pkgname#python-}
-pkgver=4.43.0
+pkgver=4.43.1
 pkgrel=1
 pkgdesc='A library to manipulate font files from Python'
 url="https://github.com/fonttools/$_pyname";
@@ -33,7 +33,7 @@ optdepends=('python-brotli: to compress/decompress WOFF 2.0 
web fonts'
             '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')
 source=("$url/archive/$pkgver/$_pyname-$pkgver.tar.gz")
-sha256sums=('234e99158510835e9baefbb100e37fb6402f41543db9bd898b164482bbcb75d3')
+sha256sums=('20a7236c186c80b9cdf111aba9b233b204fecce1d7339bebe7868e877a6ba938')
 
 build() {
        cd "$_pyname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fonttools/-/commit/c75f0fc35ee9cce234f78053974caabe604d3953

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fonttools/-/commit/c75f0fc35ee9cce234f78053974caabe604d3953
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to