summaryrefslogtreecommitdiffstats
path: root/python/python-fonttools/python-fonttools.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-fonttools/python-fonttools.SlackBuild')
-rw-r--r--python/python-fonttools/python-fonttools.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-fonttools/python-fonttools.SlackBuild b/python/python-fonttools/python-fonttools.SlackBuild
index 6560e945ed..5560703364 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.36.0}
+VERSION=${VERSION:-3.44.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,7 +74,7 @@ python setup.py install --root=$PKG
# Python 3 support.
if $(python3 -c 'import sys' 2>/dev/null); then
- BINARIES="fonttools pyftinspect pyftmerge pyftsubset ttx"
+ BINARIES="fonttools pyftmerge pyftsubset ttx"
# backup the python2 binaries
for f in $BINARIES ; do
mv "$PKG/usr/bin/$f"{,2}