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

Bruno Pagani archange at gemini.archlinux.org
Sun Oct 17 12:09:01 UTC 2021


    Date: Sunday, October 17, 2021 @ 12:09:00
  Author: archange
Revision: 1030691

upgpkg: python-dask 2021.9.1-1

Modified:
  python-dask/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++++---------------
 1 file changed, 11 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-17 11:17:13 UTC (rev 1030690)
+++ PKGBUILD	2021-10-17 12:09:00 UTC (rev 1030691)
@@ -2,7 +2,7 @@
 
 _pkg=dask
 pkgname=python-${_pkg}
-pkgver=2021.3.0
+pkgver=2021.9.1
 pkgrel=1
 pkgdesc="Parallel computing with task scheduling"
 arch=(any)
@@ -9,24 +9,21 @@
 url="https://dask.org"
 license=(BSD)
 makedepends=(python-setuptools)
-depends=(python python-yaml mpdecimal)
+depends=(python python-cloudpickle python-fsspec python-packaging python-partd python-toolz python-yaml mpdecimal)
 optdepends=(
 #    'python-bokeh: visualizing dask diagnostics'
-    'python-cloudpickle: bag/delay support'
 #    'python-cityhash: faster hashing of arrays'
     'python-distributed: distributed computing'
 #    'python-fastparquet: storing and reading data from parquet files'
-    'python-fsspec: local, cluster and remote data IO, bag/dataframes support'
 #    'python-gcsfs: file-system interface to Google Cloud Storage'
+#    'python-jinja: diagnostics'
 #    'python-murmurhash: faster hashing of arrays'
-    'python-numpy: arrays support'
+    'python-numpy: arrays and dataframes support'
     'python-pandas: dataframes support'
-    'python-partd: bag/dataframes support'
     'python-psutil: more accurate CPU count'
-#    'python-pyarrow: Apache Arrow, for parquet support'
+    'python-pyarrow: Apache Arrow, for parquet support'
 #    'python-s3fs: Amazon S3 support'
     'python-sqlalchemy: writing and reading from SQL databases'
-    'python-toolz: array/bag/dataframe/delay support'
     'python-xxhash: faster hashing of arrays'
 )
 checkdepends=(
@@ -37,27 +34,26 @@
 #    python-bokeh
     python-boto3
     python-botocore
-    python-cloudpickle
     python-cytoolz
 #    python-cityhash
     python-distributed
 #    python-fastparquet
-    python-fsspec
 #    python-gcsfs
     python-graphviz
     python-h5py
     python-httpretty
+    python-jinja
     python-jsonschema
     python-lz4
     python-matplotlib
     python-moto
 #    python-murmurhash
+#    python-numba
     python-numexpr
     python-numpy
     python-pandas
-    python-partd
     python-psutil
-#    python-pyarrow
+    python-pyarrow
     python-pytables
     python-requests
 #    python-s3fs
@@ -64,14 +60,14 @@
     python-scikit-learn
     python-scipy
     python-snappy
+#    python-sparse
     python-sqlalchemy
-    python-toolz
     python-xarray
     python-xxhash
 )
 source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 #source=(https://github.com/dask/dask/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('566054b493d63c15732f2a640382b21e861571d61639f59341bc7695a9be138e')
+sha256sums=('e11f2bf2cac809e5408fc107dcf727af3bc3472160f206cb4b828211396ad65c')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -80,7 +76,7 @@
 
 check() {
   cd ${_pkg}-${pkgver}
-  pytest dask/tests dask/array/tests dask/bag/tests dask/bytes/tests dask/dataframe/tests
+  pytest -v -rsxfE --color=yes dask/tests dask/array/tests dask/bag/tests dask/bytes/tests dask/dataframe/tests
 }
 
 package() {



More information about the arch-commits mailing list