summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author ArTourter2023-12-02 00:48:54 +0100
committer Willy Sudiarto Raharjo2023-12-02 01:54:20 +0100
commitd1de0d1b533a7817474bf7db1a3357b8c212b4f5 (patch)
treeae9998c12131b7a3456d3ee26202a044a0c9963f /gis
parent177e00d31cafd0456e3f937faeb74c6f7fe6c170 (diff)
downloadslackbuilds-d1de0d1b533a7817474bf7db1a3357b8c212b4f5.tar.gz
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')
-rw-r--r--gis/python3-xarray/python3-xarray.SlackBuild6
-rw-r--r--gis/python3-xarray/python3-xarray.info6
2 files changed, 6 insertions, 6 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/
diff --git a/gis/python3-xarray/python3-xarray.info b/gis/python3-xarray/python3-xarray.info
index f0b61df62a..9fab1c57c2 100644
--- a/gis/python3-xarray/python3-xarray.info
+++ b/gis/python3-xarray/python3-xarray.info
@@ -1,8 +1,8 @@
PRGNAM="python3-xarray"
-VERSION="2023.10.1"
+VERSION="2023.11.0"
HOMEPAGE="http://xarray.pydata.org"
-DOWNLOAD="https://github.com/pydata/xarray/archive/v2023.10.1/xarray-2023.10.1.tar.gz"
-MD5SUM="75fa686b582a72d151bc76938ece7905"
+DOWNLOAD="https://github.com/pydata/xarray/archive/v2023.11.0/xarray-2023.11.0.tar.gz"
+MD5SUM="e3d520785d5f951f0bae8b13dedb33dd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pandas python3-setuptools-scm-opt"