diff options
| author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2023-12-18 00:40:18 -0500 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-18 17:00:17 +0700 |
| commit | 90a48b80504b54e8f53fac45dd571403e29d5d0e (patch) | |
| tree | e58a22e16ee1dc0a7be1fc867f0ed525c5ddb522 /python/python3-frozenlist/python3-frozenlist.SlackBuild | |
| parent | 3c221b37e30cf36087d2d134697359f528ae6c2a (diff) | |
python/python3-frozenlist: Updated for version 1.4.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-frozenlist/python3-frozenlist.SlackBuild')
| -rw-r--r-- | python/python3-frozenlist/python3-frozenlist.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python3-frozenlist/python3-frozenlist.SlackBuild b/python/python3-frozenlist/python3-frozenlist.SlackBuild index 81204d2116..77aa2cba59 100644 --- a/python/python3-frozenlist/python3-frozenlist.SlackBuild +++ b/python/python3-frozenlist/python3-frozenlist.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-frozenlist -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,7 +82,8 @@ 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 setup.py install --root=$PKG +python3 -m build --wheel --skip-dependency-check --no-isolation +python3 -m installer --compile-bytecode 2 --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 |
