[arch-commits] Commit in python-xarray/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Sun Oct 17 13:23:27 UTC 2021


    Date: Sunday, October 17, 2021 @ 13:23:27
  Author: archange
Revision: 1030726

upgpkg: python-xarray 0.19.0-1

Modified:
  python-xarray/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-17 13:23:15 UTC (rev 1030725)
+++ PKGBUILD	2021-10-17 13:23:27 UTC (rev 1030726)
@@ -2,7 +2,7 @@
 
 _pkg=xarray
 pkgname=python-${_pkg}
-pkgver=0.17.0
+pkgver=0.19.0
 pkgrel=1
 pkgdesc="N-D labeled arrays and datasets in Python"
 arch=(any)
@@ -37,23 +37,27 @@
     python-pytest
     python-pytest-xdist
     python-aiobotocore
+    python-aiohttp
     python-bottleneck
     python-boto3
     python-cftime
     python-dask
     python-distributed
+    python-fsspec
     python-h5py
     python-hypothesis
     python-lxml
     python-matplotlib
     python-netcdf4
+    python-numexpr
     python-numpy
     python-pint
+    python-requests
     python-scipy
     python-seaborn
 )
 source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('9c2edad2a4e588f9117c666a4249920b9717fb75703b96998cf65fcd4f60551f')
+sha256sums=('3a365ce09127fc841ba88baa63f37ca61376ffe389a6c5e66d52f2c88c23a62b')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -64,7 +68,6 @@
   cd ${_pkg}-${pkgver}
   # https://github.com/pydata/xarray/issues/4281
   pytest --deselect xarray/tests/test_distributed.py::test_serializable_locks
-  #python -c "import xarray as xr; xr.show_versions()"
 }
 
 package() {



More information about the arch-commits mailing list