diff options
author | ArTourter <artourter@gmail.com> | 2023-12-01 23:48:54 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-02 07:54:20 +0700 |
commit | d1de0d1b533a7817474bf7db1a3357b8c212b4f5 (patch) | |
tree | ae9998c12131b7a3456d3ee26202a044a0c9963f /gis/python3-xarray | |
parent | 177e00d31cafd0456e3f937faeb74c6f7fe6c170 (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')
-rw-r--r-- | gis/python3-xarray/python3-xarray.SlackBuild | 6 | ||||
-rw-r--r-- | gis/python3-xarray/python3-xarray.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gis/python3-xarray/python3-xarray.SlackBuild b/gis/python3-xarray/python3-xarray.SlackBuild index 290c5906a84d..0d3adb2a054a 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 f0b61df62af6..9fab1c57c288 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" |