mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-fonttools: Updated for version 4.54.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0c385780d2
commit
b5b97feccd
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue