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


Commits:
5a105a7e by Caleb Maclennan at 2023-12-05T15:18:24+03:00
upgpkg: 4.46.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-fonttools
        pkgdesc = A library to manipulate font files from Python
-       pkgver = 4.44.3
+       pkgver = 4.46.0
        pkgrel = 1
        url = https://github.com/fonttools/fonttools
        arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = python-fonttools
        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.44.3/fonttools-4.44.3.tar.gz
-       sha256sums = 
7b65b28890cf112987b5949ca3961fdd6ba09489030ec404ab616ad2c12ecb05
+       source = 
https://github.com/fonttools/fonttools/archive/4.46.0/fonttools-4.46.0.tar.gz
+       sha256sums = 
b4f416f1c4160076912f9cc1b0d3b0085215836e4ffe0ef7c704d3a22c53e1e0
 
 pkgname = python-fonttools


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=python-fonttools
 _pyname=${pkgname#python-}
-pkgver=4.44.3
+pkgver=4.46.0
 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=('7b65b28890cf112987b5949ca3961fdd6ba09489030ec404ab616ad2c12ecb05')
+sha256sums=('b4f416f1c4160076912f9cc1b0d3b0085215836e4ffe0ef7c704d3a22c53e1e0')
 
 build() {
        cd "$_pyname-$pkgver"
@@ -42,7 +42,8 @@ build() {
 
 check() {
        cd "$_pyname-$pkgver"
-       PYTHONPATH=Lib pytest
+       # Disable test that requires python-skia-pathops which to date is AUR 
only (and binary wheel only)
+       PYTHONPATH=Lib pytest --deselect Tests/svgLib/path/path_test
 }
 
 package() {



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

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


Reply via email to