Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-fonttools
Commits:
63a4cc3d by Caleb Maclennan at 2026-03-09T23:00:21+03:00
upgpkg: 4.62.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-fonttools
pkgdesc = A library to manipulate font files from Python
- pkgver = 4.61.1
- pkgrel = 2
+ pkgver = 4.62.0
+ pkgrel = 1
url = https://github.com/fonttools/fonttools
arch = x86_64
license = MIT
@@ -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.61.1/fonttools-4.61.1.tar.gz
- sha256sums =
7dfe8416ee774c0d70e086e08021dfa4e2284a89777e6ade1a6434e4157f7ab3
+ source =
https://github.com/fonttools/fonttools/archive/4.62.0/fonttools-4.62.0.tar.gz
+ sha256sums =
fcde3b87f03c28418a20efa0f005e62f453cf251db2e0dc8ea037abf6d14b0a0
pkgname = python-fonttools
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
pkgname=python-fonttools
_pyname=${pkgname#python-}
-pkgver=4.61.1
-pkgrel=2
+pkgver=4.62.0
+pkgrel=1
pkgdesc='A library to manipulate font files from Python'
url="https://github.com/fonttools/$_pyname"
license=(MIT)
@@ -34,7 +34,7 @@ optdepends=('python-brotli: to compress/decompress WOFF 2.0
web fonts'
'python-zopfli: faster backend fom WOFF 1.0 web fonts compression')
_archive="$_pyname-$pkgver"
source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('7dfe8416ee774c0d70e086e08021dfa4e2284a89777e6ade1a6434e4157f7ab3')
+sha256sums=('fcde3b87f03c28418a20efa0f005e62f453cf251db2e0dc8ea037abf6d14b0a0')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fonttools/-/commit/63a4cc3d5f4c83b96238e2e45460d678a89ab60d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fonttools/-/commit/63a4cc3d5f4c83b96238e2e45460d678a89ab60d
You're receiving this email because of your account on gitlab.archlinux.org.