mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/python3-xarray: Updated for version 2024.03.0.
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
edb6349c74
commit
655b23d1a3
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-xarray
|
||||
VERSION=${VERSION:-2024.02.0}
|
||||
VERSION=${VERSION:-2024.03.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-xarray"
|
||||
VERSION="2024.02.0"
|
||||
VERSION="2024.03.0"
|
||||
HOMEPAGE="http://xarray.pydata.org"
|
||||
DOWNLOAD="https://github.com/pydata/xarray/archive/v2024.02.0/xarray-2024.02.0.tar.gz"
|
||||
MD5SUM="0514d12889c39168be970abf1ce4f461"
|
||||
DOWNLOAD="https://github.com/pydata/xarray/archive/v2024.03.0/xarray-2024.03.0.tar.gz"
|
||||
MD5SUM="af81c70f069c3adb95acde6ffd7fdac1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-pandas python3-setuptools-scm-opt"
|
||||
|
|
Loading…
Reference in a new issue