python/python3-ufo2ft: Updated for version 3.2.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2024-05-06 07:43:32 +09:00 committed by Willy Sudiarto Raharjo
parent 408aef32b9
commit f54d3c0d74
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-ufo2ft
VERSION=${VERSION:-3.1.0}
VERSION=${VERSION:-3.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -81,7 +81,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 \

View file

@ -1,8 +1,8 @@
PRGNAM="python3-ufo2ft"
VERSION="3.1.0"
VERSION="3.2.1"
HOMEPAGE="https://github.com/googlefonts/ufo2ft"
DOWNLOAD="https://pypi.io/packages/source/u/ufo2ft/ufo2ft-3.1.0.tar.gz"
MD5SUM="f9f3d50f5fcc63b73ce064adee70b16c"
DOWNLOAD="https://pypi.io/packages/source/u/ufo2ft/ufo2ft-3.2.1.tar.gz"
MD5SUM="5d2076df255ef95ed9989ce58bece51b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-booleanOperations python3-defcon python3-cffsubr python3-compreffor"