[arch-commits] Commit in python-dask/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sat Aug 15 09:39:18 UTC 2020
Date: Saturday, August 15, 2020 @ 09:39:18
Author: archange
Revision: 679662
upgpkg: python-dask 2.22.0-1
Modified:
python-dask/trunk/PKGBUILD
----------+
PKGBUILD | 24 ++++++++++++++++++++----
1 file changed, 20 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-15 09:38:28 UTC (rev 679661)
+++ PKGBUILD 2020-08-15 09:39:18 UTC (rev 679662)
@@ -2,8 +2,8 @@
_pkg=dask
pkgname=python-${_pkg}
-pkgver=2.21.0
-pkgrel=2
+pkgver=2.22.0
+pkgrel=1
pkgdesc="Parallel computing with task scheduling"
arch=(any)
url="https://dask.org"
@@ -32,8 +32,12 @@
checkdepends=(
ipython
python-pytest
+ python-aiohttp
# python-bokeh
+ python-boto3
+ python-botocore
python-cloudpickle
+ python-cytoolz
# python-cityhash
python-distributed
# python-fastparquet
@@ -41,8 +45,11 @@
# python-gcsfs
python-graphviz
python-h5py
+ python-httpretty
python-jsonschema
+ python-lz4
python-matplotlib
+ python-moto
# python-murmurhash
python-numexpr
python-numpy
@@ -53,16 +60,25 @@
python-pytables
python-requests
# python-s3fs
+ python-scikit-learn
python-scipy
+ python-snappy
python-sqlalchemy
python-toolz
python-xarray
python-xxhash
)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz
+ dask-fix-rolling-tests-tolerance.patch::https://github.com/dask/dask/commit/fa26ab92d82e0ebc978d71f4cf2ddb1121c25d6e.patch)
#source=(https://github.com/dask/dask/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c188195a7c73e0d27af5308e8ac7d62b6d1e95b670280db2c102d737bf711b55')
+sha256sums=('638d3901d58b45ba75a07183cc888e5fbc7e6cf21c2ed0d8c78649cc25dac68d'
+ '2f48628da64c774efa367ee420e02ad56a06d7b8d00cdad16b8f296b75936367')
+prepare() {
+ cd ${_pkg}-${pkgver}
+ patch -p1 -i ../dask-fix-rolling-tests-tolerance.patch
+}
+
build() {
cd ${_pkg}-${pkgver}
python setup.py build
More information about the arch-commits
mailing list