python/python-fonttools: Updated for version 3.9.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2017-03-22 23:34:38 +07:00 committed by Willy Sudiarto Raharjo
parent 588e4f8a1a
commit c1812512ac
3 changed files with 7 additions and 4 deletions

View file

@ -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)

View file

@ -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}

View file

@ -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=""