diff options
author | Barry J. Grundy <bgrundy@linuxleo.com> | 2023-08-04 19:56:00 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-05 10:08:51 +0700 |
commit | 839957e55177f036ec085539fba8abc6e4451f3b (patch) | |
tree | 16e97ad611e8b8d5652df5ca4b6469fafa47889d /python | |
parent | 97f39bd3be54cdb037b24c964cf728c2760e062a (diff) |
python/python3-lz4: Updated for version 4.3.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-lz4/python3-lz4.SlackBuild | 10 | ||||
-rw-r--r-- | python/python3-lz4/python3-lz4.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/python/python3-lz4/python3-lz4.SlackBuild b/python/python3-lz4/python3-lz4.SlackBuild index 53db74b9a0d66..334ed8da0241f 100644 --- a/python/python3-lz4/python3-lz4.SlackBuild +++ b/python/python3-lz4/python3-lz4.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-lz4 # -# Copyright 2022, Barry J. Grundy +# Copyright 2022-2023, Barry J. Grundy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,16 +22,16 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Initial python3 version v4.0.0 May 2022 +# Updated for version v4.3.2 July 2023 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-lz4 TARNAM=lz4 -VERSION=${VERSION:-4.0.0} +VERSION=${VERSION:-4.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} +PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -88,7 +88,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE PKG-INFO README.rst docs/ $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.rst docs/ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/python3-lz4/python3-lz4.info b/python/python3-lz4/python3-lz4.info index c77f32cc3b725..69134f29ef397 100644 --- a/python/python3-lz4/python3-lz4.info +++ b/python/python3-lz4/python3-lz4.info @@ -1,8 +1,8 @@ PRGNAM="python3-lz4" -VERSION="4.0.0" +VERSION="4.3.2" HOMEPAGE="https://github.com/python-lz4/python-lz4" -DOWNLOAD="https://files.pythonhosted.org/packages/b1/e1/4527cb8ae9f087787b5014aec19645fe96b3056785fd7c0af3b944b6c55d/lz4-4.0.0.tar.gz" -MD5SUM="678a2e62ee5779789c24c96901e9111c" +DOWNLOAD="https://files.pythonhosted.org/packages/9f/54/32b2d68d25b80ae4037cd1c68b8a6a28c6753cba3632cbf6d64bebd2b200/lz4-4.3.2.tar.gz" +MD5SUM="12bf7614d70e36f8c3317cd11b5955ad" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-wheel python3-pkgconfig" |