aboutsummaryrefslogtreecommitdiff
path: root/gis/python3-xarray/python3-xarray.SlackBuild
diff options
context:
space:
mode:
authorArTourter <artourter@gmail.com>2023-12-01 23:48:54 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-02 07:54:20 +0700
commitd1de0d1b533a7817474bf7db1a3357b8c212b4f5 (patch)
treeae9998c12131b7a3456d3ee26202a044a0c9963f /gis/python3-xarray/python3-xarray.SlackBuild
parent177e00d31cafd0456e3f937faeb74c6f7fe6c170 (diff)
gis/python3-xarray: Updated for version 2023.11.0.
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/python3-xarray/python3-xarray.SlackBuild')
-rw-r--r--gis/python3-xarray/python3-xarray.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/gis/python3-xarray/python3-xarray.SlackBuild b/gis/python3-xarray/python3-xarray.SlackBuild
index 290c5906a8..0d3adb2a05 100644
--- a/gis/python3-xarray/python3-xarray.SlackBuild
+++ b/gis/python3-xarray/python3-xarray.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-xarray
-VERSION=${VERSION:-2023.10.1}
+VERSION=${VERSION:-2023.11.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -77,8 +77,8 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
- -perm /111 -o \! -perm 755 -o -exec chmod 755 {} + -o \
- \! -perm /111 -o \! -perm 644 -o -exec chmod 644 {} +
+ -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} +
export PYTHONPATH=/opt/python3.9/site-packages/