From d1de0d1b533a7817474bf7db1a3357b8c212b4f5 Mon Sep 17 00:00:00 2001 From: ArTourter Date: Fri, 1 Dec 2023 23:48:54 +0000 Subject: gis/python3-xarray: Updated for version 2023.11.0. Signed-off-by: ArTourter Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- gis/python3-xarray/python3-xarray.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gis/python3-xarray/python3-xarray.SlackBuild') 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/ -- cgit v1.2.3