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>
This commit is contained in:
parent
ca05c255ab
commit
be3428b555
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue