python/python3-fonttools: Updated for version 4.54.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2024-10-08 11:03:55 +07:00 committed by Willy Sudiarto Raharjo
parent 0c385780d2
commit b5b97feccd
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-fonttools
SRCNAM=fonttools
VERSION=${VERSION:-4.53.1}
VERSION=${VERSION:-4.54.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-fonttools"
VERSION="4.53.1"
VERSION="4.54.1"
HOMEPAGE="https://github.com/fonttools/fonttools"
DOWNLOAD="https://pypi.io/packages/source/f/fonttools/fonttools-4.53.1.tar.gz"
MD5SUM="2601d5b066fc9f388a6816725f52f368"
DOWNLOAD="https://pypi.io/packages/source/f/fonttools/fonttools-4.54.1.tar.gz"
MD5SUM="ed2b78a3c9b7982608ee605f1fd952b0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-unicodedata2 python3-scipy python3-zopfli python3-fs python3-uharfbuzz python3-lxml python3-lz4 python3-setuptools-opt"