mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/python-fonttools: Updated for version 3.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
588e4f8a1a
commit
c1812512ac
3 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
|||
python-fonttools - A library to manipulate font files from Python.
|
||||
|
||||
python3 is an optional dependency (autodetected).
|
||||
|
||||
python-unicodedata2 is recommended otherwise fonttools will use the
|
||||
unicodedata included with the system python (which for python2 is quite old)
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python-fonttools
|
||||
SRCNAM=fonttools
|
||||
VERSION=${VERSION:-3.9.0}
|
||||
VERSION=${VERSION:-3.9.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-fonttools"
|
||||
VERSION="3.9.0"
|
||||
VERSION="3.9.1"
|
||||
HOMEPAGE="https://github.com/fonttools/fonttools"
|
||||
DOWNLOAD="https://github.com/fonttools/fonttools/archive/3.9.0/fonttools-3.9.0.tar.gz"
|
||||
MD5SUM="3a27397194d4b466de4f2da62bb51c9c"
|
||||
DOWNLOAD="https://github.com/fonttools/fonttools/archive/3.9.1/fonttools-3.9.1.tar.gz"
|
||||
MD5SUM="5e8151b77f8575bb7202f4c2350d751e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue