diff options
| author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-03-31 16:05:22 -0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-08 09:16:30 +0700 |
| commit | bdea0a2475ce26569f84c7605a6c9843b4c9f052 (patch) | |
| tree | c00469400dd190bb301c542dc1b7c7f8a5333d01 /python/python3-h5py/python3-h5py.SlackBuild | |
| parent | 231795ca876e722170fb887755b11b8a033305b3 (diff) | |
python/python3-h5py: Updated for version 3.8.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-h5py/python3-h5py.SlackBuild')
| -rw-r--r-- | python/python3-h5py/python3-h5py.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/python/python3-h5py/python3-h5py.SlackBuild b/python/python3-h5py/python3-h5py.SlackBuild index 7f56638ce8..125aea2f36 100644 --- a/python/python3-h5py/python3-h5py.SlackBuild +++ b/python/python3-h5py/python3-h5py.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-h5py -# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-h5py -VERSION=${VERSION:-3.7.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.8.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |
