aboutsummaryrefslogtreecommitdiff
path: root/python/python3-fonttools/python3-fonttools.SlackBuild
diff options
context:
space:
mode:
authorVijay Marcel <vijaymarcel@outlook.com>2024-05-06 07:43:36 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-11 06:51:50 +0700
commitc852ba4536c69beb61510bb525dc91ac5cf2dd66 (patch)
tree0d2180c4e4b9a3eaa882b116a19ad07131ac6c29 /python/python3-fonttools/python3-fonttools.SlackBuild
parentf54d3c0d744ed2e3a9d39323b7bf79baf159cc2b (diff)
python/python3-fonttools: Updated for version 4.51.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-fonttools/python3-fonttools.SlackBuild')
-rw-r--r--python/python3-fonttools/python3-fonttools.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-fonttools/python3-fonttools.SlackBuild b/python/python3-fonttools/python3-fonttools.SlackBuild
index 9a1842db97..2303aff7c4 100644
--- a/python/python3-fonttools/python3-fonttools.SlackBuild
+++ b/python/python3-fonttools/python3-fonttools.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-fonttools
SRCNAM=fonttools
-VERSION=${VERSION:-4.49.0}
+VERSION=${VERSION:-4.51.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,7 +79,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python3 -m build --wheel --no-isolation
+CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" python3 -m build --wheel --no-isolation
python3 -m installer --destdir "$PKG" dist/*.whl
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \