python/python3-frozenlist: Updated for version 1.4.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2023-12-18 00:40:18 -05:00 committed by Willy Sudiarto Raharjo
parent 3c221b37e3
commit 90a48b8050
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -1,10 +1,10 @@
PRGNAM="python3-frozenlist"
VERSION="1.4.0"
VERSION="1.4.1"
HOMEPAGE="https://github.com/aio-libs/frozenlist"
DOWNLOAD="https://github.com/aio-libs/frozenlist/releases/download/v1.4.0/frozenlist-1.4.0.tar.gz"
MD5SUM="4a14df2fe30853d9e18f73002493a860"
DOWNLOAD="https://github.com/aio-libs/frozenlist/releases/download/v1.4.1/frozenlist-1.4.1.tar.gz"
MD5SUM="e64b421e8e571623695cd414515f0081"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="python3-build python3-expandvars"
MAINTAINER="Jay Lanagan"
EMAIL="j@lngn.net"