summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author ArTourter2023-11-05 01:09:27 +0100
committer Willy Sudiarto Raharjo2023-11-05 03:11:52 +0100
commit73852aee656cfe2427c1783249790ffff5a1c6f1 (patch)
treecb6c0ea4623445f8b36f04561f2b731cbd9f9521 /gis
parenta2a718bf4bfd7d00737b8f4dec31828e781a8b85 (diff)
downloadslackbuilds-73852aee656cfe2427c1783249790ffff5a1c6f1.tar.gz
gis/python3-netcdf4-python: Updated for version 1.6.5.
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/python3-netcdf4-python/python3-netcdf4-python.SlackBuild8
-rw-r--r--gis/python3-netcdf4-python/python3-netcdf4-python.info6
2 files changed, 6 insertions, 8 deletions
diff --git a/gis/python3-netcdf4-python/python3-netcdf4-python.SlackBuild b/gis/python3-netcdf4-python/python3-netcdf4-python.SlackBuild
index 1ae1f1e354..3a0ac454f0 100644
--- a/gis/python3-netcdf4-python/python3-netcdf4-python.SlackBuild
+++ b/gis/python3-netcdf4-python/python3-netcdf4-python.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-netcdf4-python
-VERSION=${VERSION:-1.6.4}
+VERSION=${VERSION:-1.6.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -60,10 +60,8 @@ tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz
cd $SRCNAM-$SRCVER
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} +
# Fixing numpy dependency check in pyproject.toml:
# oldest-supported-numpy has a strict check and doesn't support newer version
diff --git a/gis/python3-netcdf4-python/python3-netcdf4-python.info b/gis/python3-netcdf4-python/python3-netcdf4-python.info
index d9ffbff76a..7cf893659f 100644
--- a/gis/python3-netcdf4-python/python3-netcdf4-python.info
+++ b/gis/python3-netcdf4-python/python3-netcdf4-python.info
@@ -1,8 +1,8 @@
PRGNAM="python3-netcdf4-python"
-VERSION="1.6.4"
+VERSION="1.6.5"
HOMEPAGE="http://unidata.github.io/netcdf4-python/"
-DOWNLOAD="https://github.com/Unidata/netcdf4-python/archive/v1.6.4rel/netcdf4-python-1.6.4rel.tar.gz"
-MD5SUM="f377d9da6641272c2dc435ceab1c6209"
+DOWNLOAD="https://github.com/Unidata/netcdf4-python/archive/v1.6.5rel/netcdf4-python-1.6.5rel.tar.gz"
+MD5SUM="c3ebdf74ae184f2bd9ecbbc3f16801fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="netcdf python3-cftime python3-setuptools-opt"