diff options
author | ArTourter <artourter@gmail.com> | 2024-01-19 18:43:34 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-20 09:08:29 +0700 |
commit | c5754bb1e069608144de79e704c84343d2193501 (patch) | |
tree | c30d76225277f2376536ce513b8a8ba9069ca5d7 /gis | |
parent | dd09660d7d1afd3bb5eebadfa1d3aa10bc73ff61 (diff) |
gis/python3-xarray: Updated for version 2024.01.0.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/python3-xarray/python3-xarray.SlackBuild | 18 | ||||
-rw-r--r-- | gis/python3-xarray/python3-xarray.info | 6 |
2 files changed, 5 insertions, 19 deletions
diff --git a/gis/python3-xarray/python3-xarray.SlackBuild b/gis/python3-xarray/python3-xarray.SlackBuild index a914eb0acdfb..1564e40b8738 100644 --- a/gis/python3-xarray/python3-xarray.SlackBuild +++ b/gis/python3-xarray/python3-xarray.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-xarray # Copyright 2018-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2022-2023 Gregory J. L. Tourte <artourter@gmail.com> +# Copyright 2022-2024 Gregory J. L. Tourte <artourter@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-xarray -VERSION=${VERSION:-2023.12.0} +VERSION=${VERSION:-2024.01.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -53,20 +53,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG diff --git a/gis/python3-xarray/python3-xarray.info b/gis/python3-xarray/python3-xarray.info index 6457a1eeb5af..df25458f6650 100644 --- a/gis/python3-xarray/python3-xarray.info +++ b/gis/python3-xarray/python3-xarray.info @@ -1,8 +1,8 @@ PRGNAM="python3-xarray" -VERSION="2023.12.0" +VERSION="2024.01.0" HOMEPAGE="http://xarray.pydata.org" -DOWNLOAD="https://github.com/pydata/xarray/archive/v2023.12.0/xarray-2023.12.0.tar.gz" -MD5SUM="3b15d4b5f722d14ad07512c171ed0690" +DOWNLOAD="https://github.com/pydata/xarray/archive/v2024.01.0/xarray-2024.01.0.tar.gz" +MD5SUM="a4de3c7ce7b6c8963cad8864871b4a36" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-pandas python3-setuptools-scm-opt" |