diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-08-04 17:39:32 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-05 09:31:31 +0700 |
commit | d287c38564299f40688074b37ba1828d50998e5f (patch) | |
tree | ac18590b7757c111dfc262302902463d8f95321b /python | |
parent | a7d393346c20d3eed19994a5982d80007d17ebb3 (diff) | |
download | slackbuilds-d287c38564299f40688074b37ba1828d50998e5f.tar.gz slackbuilds-d287c38564299f40688074b37ba1828d50998e5f.tar.xz |
python/python3-h5py: Update for 3.11.0 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r-- | python/python3-h5py/python3-h5py.SlackBuild | 11 | ||||
-rw-r--r-- | python/python3-h5py/python3-h5py.info | 10 |
2 files changed, 9 insertions, 12 deletions
diff --git a/python/python3-h5py/python3-h5py.SlackBuild b/python/python3-h5py/python3-h5py.SlackBuild index 3a02232620..746daebfa3 100644 --- a/python/python3-h5py/python3-h5py.SlackBuild +++ b/python/python3-h5py/python3-h5py.SlackBuild @@ -2,8 +2,9 @@ # Slackware build script for python3-h5py +# Copyright 2024 Isaac Yu <isaacyu@protonmail.com> # Copyright 2023 Petar Petrov slackalaxy@gmail.com -# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2023 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-h5py -VERSION=${VERSION:-3.8.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.11.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -51,16 +52,12 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" else - SLKCFLAGS="-O2" LIBDIRSUFFIX="" fi diff --git a/python/python3-h5py/python3-h5py.info b/python/python3-h5py/python3-h5py.info index cd0cbb02be..b61bfd5439 100644 --- a/python/python3-h5py/python3-h5py.info +++ b/python/python3-h5py/python3-h5py.info @@ -1,10 +1,10 @@ PRGNAM="python3-h5py" -VERSION="3.8.0" +VERSION="3.11.0" HOMEPAGE="https://www.h5py.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/h/h5py/h5py-3.8.0.tar.gz" -MD5SUM="51d5e91d32abb192e1b1363e306bdb02" +DOWNLOAD="https://files.pythonhosted.org/packages/source/h/h5py/h5py-3.11.0.tar.gz" +MD5SUM="710eb17c1bae08a3ba684889b1108fdb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="hdf5 liblzf python3-numpy python3-pkgconfig" -MAINTAINER="Petar Petrov" -EMAIL="slackalaxy@gmail.com" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu@protonmail.com" |