Browse Source

python/python3-compreffor: Updated for version 0.5.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/258/head
Vijay Marcel 11 months ago
committed by Willy Sudiarto Raharjo
parent
commit
c60c224dcd
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 6
      python/python3-compreffor/python3-compreffor.SlackBuild
  2. 6
      python/python3-compreffor/python3-compreffor.info

6
python/python3-compreffor/python3-compreffor.SlackBuild

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-compreffor
VERSION=${VERSION:-0.5.5}
VERSION=${VERSION:-0.5.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -83,7 +83,7 @@ CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" python3 -m build --wheel --no-isolatio
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 LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION
@ -93,4 +93,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
/sbin/makepkg -l y -c n --remove-rpaths --remove-tmp-rpaths $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE

6
python/python3-compreffor/python3-compreffor.info

@ -1,8 +1,8 @@
PRGNAM="python3-compreffor"
VERSION="0.5.5"
VERSION="0.5.6"
HOMEPAGE="https://github.com/googlefonts/compreffor"
DOWNLOAD="https://pypi.io/packages/source/c/compreffor/compreffor-0.5.5.tar.gz"
MD5SUM="04ad4515d1187b2c7ce41fd06a46c6b1"
DOWNLOAD="https://pypi.io/packages/source/c/compreffor/compreffor-0.5.6.tar.gz"
MD5SUM="dfe5e4a70eb2fef7a0bcead2a4c53952"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-fonttools python3-setuptools-git-ls-files"

Loading…
Cancel
Save