diff options
| author | Vijay Marcel <vijaymarcel@outlook.com> | 2025-10-24 21:32:22 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-10-24 21:39:44 +0700 |
| commit | 4b37dc8d498f339bd756f48d448fa87f5a7e91c0 (patch) | |
| tree | c5b7b461e6f653f8f8c4e12adb4477dc7ca9dc1e /python/python3-fonttools/python3-fonttools.SlackBuild | |
| parent | 4b384cd0d412d84e09ff457f0e10f155da6ffb22 (diff) | |
python/python3-fonttools: Updated for version 4.60.1.
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.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-fonttools/python3-fonttools.SlackBuild b/python/python3-fonttools/python3-fonttools.SlackBuild index 867ed81405..4ef1d32e07 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.59.2} +VERSION=${VERSION:-4.60.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -75,9 +75,9 @@ cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \+ -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') export PYTHONPATH=/opt/python$PYVER/site-packages |
