diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-03-22 23:34:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-22 23:34:38 +0700 |
commit | c1812512ac8b46c0c94c28ed7644350397e83e1f (patch) | |
tree | 0c5cade6e643b24c8768cbebbd236875a94a1080 /python/python-fonttools | |
parent | 588e4f8a1aafc5f949ab19437cda19377e7f5cd1 (diff) | |
download | slackbuilds-c1812512ac8b46c0c94c28ed7644350397e83e1f.tar.gz |
python/python-fonttools: Updated for version 3.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-fonttools')
-rw-r--r-- | python/python-fonttools/README | 3 | ||||
-rw-r--r-- | python/python-fonttools/python-fonttools.SlackBuild | 2 | ||||
-rw-r--r-- | python/python-fonttools/python-fonttools.info | 6 |
3 files changed, 7 insertions, 4 deletions
diff --git a/python/python-fonttools/README b/python/python-fonttools/README index 72ac9bf260..9a32e883d0 100644 --- a/python/python-fonttools/README +++ b/python/python-fonttools/README @@ -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) diff --git a/python/python-fonttools/python-fonttools.SlackBuild b/python/python-fonttools/python-fonttools.SlackBuild index c2769247b9..98c7aaa482 100644 --- a/python/python-fonttools/python-fonttools.SlackBuild +++ b/python/python-fonttools/python-fonttools.SlackBuild @@ -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} diff --git a/python/python-fonttools/python-fonttools.info b/python/python-fonttools/python-fonttools.info index 634127bcbe..696ff7adba 100644 --- a/python/python-fonttools/python-fonttools.info +++ b/python/python-fonttools/python-fonttools.info @@ -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="" |