summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author ArTourter2022-07-29 00:12:27 +0200
committer Willy Sudiarto Raharjo2022-07-30 06:26:25 +0200
commitbe3428b555e7ccf1067a915208cc2689a1a1490f (patch)
tree9042d6449c5372115835bd2646661e8f9650594b /gis
parentca05c255ab69e67a7e53f8b513083324f4d5aee8 (diff)
downloadslackbuilds-be3428b555e7ccf1067a915208cc2689a1a1490f.tar.gz
gis/python3-xarray: Updated for version 2022.06.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.SlackBuild4
-rw-r--r--gis/python3-xarray/python3-xarray.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/python3-xarray/python3-xarray.SlackBuild b/gis/python3-xarray/python3-xarray.SlackBuild
index b207e37591..dc1c7cda4d 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:-2022.03.0}
+VERSION=${VERSION:-2022.06.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -89,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- CITATION.cff CODE_OF_CONDUCT.md CONTRIBUTING.md HOW_TO_RELEASE.md LICENSE README.rst \
+ CITATION.cff CODE_OF_CONDUCT.md CONTRIBUTING.md HOW_TO_RELEASE.md LICENSE README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/gis/python3-xarray/python3-xarray.info b/gis/python3-xarray/python3-xarray.info
index ef15e83bb5..12ac122926 100644
--- a/gis/python3-xarray/python3-xarray.info
+++ b/gis/python3-xarray/python3-xarray.info
@@ -1,8 +1,8 @@
PRGNAM="python3-xarray"
-VERSION="2022.03.0"
+VERSION="2022.06.0"
HOMEPAGE="http://xarray.pydata.org"
-DOWNLOAD="https://github.com/pydata/xarray/archive/v2022.03.0/xarray-2022.03.0.tar.gz"
-MD5SUM="9150b4ad8373e39f62577d64724a1864"
+DOWNLOAD="https://github.com/pydata/xarray/archive/v2022.06.0/xarray-2022.06.0.tar.gz"
+MD5SUM="00bf4549bf562b412555e66d48b3fafa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pandas"