python/python3-glyphslib: Updated for version 6.7.1.

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

View File

@ -25,11 +25,11 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-glyphslib
VERSION=${VERSION:-6.6.5}
VERSION=${VERSION:-6.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=${SRCNAM:-glyphsLib}
SRCNAM=${SRCNAM:-glyphslib}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -82,11 +82,11 @@ 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 \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
| cut -f 1 -d : | xargs strip --strip-unneeded --remove-section=.comment --remove-section=.note 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CONTRIBUTING.md LICENSE README.builder.md README.rst $PKG/usr/doc/$PRGNAM-$VERSION

View File

@ -1,8 +1,8 @@
PRGNAM="python3-glyphslib"
VERSION="6.6.5"
VERSION="6.7.1"
HOMEPAGE="https://github.com/googlefonts/glyphsLib"
DOWNLOAD="https://pypi.io/packages/source/g/glyphsLib/glyphsLib-6.6.5.tar.gz"
MD5SUM="f02ef4451aacc2c3d9c3b875eed1cceb"
DOWNLOAD="https://pypi.io/packages/source/g/glyphsLib/glyphslib-6.7.1.tar.gz"
MD5SUM="2311220c7732cacffbd1f1c608a8a9a3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-openstep-plist python3-ufolib2 python3-ufo2ft python3-xmldiff"