[arch-commits] Commit in python-dask/repos/community-any (PKGBUILD PKGBUILD)

2020-12-22 Thread Bruno Pagani via arch-commits
Date: Tuesday, December 22, 2020 @ 21:04:09
  Author: archange
Revision: 782973

archrelease: copy trunk to community-any

Added:
  python-dask/repos/community-any/PKGBUILD
(from rev 782972, python-dask/trunk/PKGBUILD)
Deleted:
  python-dask/repos/community-any/PKGBUILD

--+
 PKGBUILD |  178 ++---
 1 file changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-22 21:04:03 UTC (rev 782972)
+++ PKGBUILD2020-12-22 21:04:09 UTC (rev 782973)
@@ -1,89 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=dask
-pkgname=python-${_pkg}
-pkgver=2.30.0
-pkgrel=3
-pkgdesc="Parallel computing with task scheduling"
-arch=(any)
-url="https://dask.org";
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(python 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-murmurhash: faster hashing of arrays'
-'python-numpy: arrays support'
-'python-pandas: dataframes support'
-'python-partd: bag/dataframes support'
-'python-psutil: more accurate CPU count'
-#'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=(
-ipython
-python-pytest
-python-aiohttp
-#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-jsonschema
-python-lz4
-python-matplotlib
-python-moto
-#python-murmurhash
-python-numexpr
-python-numpy
-python-pandas
-python-partd
-python-psutil
-#python-pyarrow
-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://github.com/dask/dask/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a1669022e25de99b227c3d83da4801f032415962dac431099bf0534648e41a54')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  pytest dask/tests dask/array/tests dask/bag/tests dask/bytes/tests 
dask/dataframe/tests
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: python-dask/repos/community-any/PKGBUILD (from rev 782972, 
python-dask/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-22 21:04:09 UTC (rev 782973)
@@ -0,0 +1,89 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=dask
+pkgname=python-${_pkg}
+pkgver=2020.12.0
+pkgrel=1
+pkgdesc="Parallel computing with task scheduling"
+arch=(any)
+url="https://dask.org";
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python 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-murmurhash: faster hashing of arrays'
+'python-numpy: arrays support'
+'python-pandas: dataframes support'
+'python-partd: bag/dataframes support'
+'python-psutil: more accurate CPU count'
+#'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=(
+ipython
+python-pytest
+python-aiohttp
+#python-bokeh
+python-boto3
+python-botocore
+python-cloudpickle
+python-cytoolz
+#python-cityhash
+python-distributed
+#python-fastparquet
+python-fsspec
+#python-gcsfs
+py

[arch-commits] Commit in python-dask/repos/community-any (PKGBUILD PKGBUILD)

2020-10-12 Thread Bruno Pagani via arch-commits
Date: Monday, October 12, 2020 @ 12:21:19
  Author: archange
Revision: 723622

archrelease: copy trunk to community-any

Added:
  python-dask/repos/community-any/PKGBUILD
(from rev 723621, python-dask/trunk/PKGBUILD)
Deleted:
  python-dask/repos/community-any/PKGBUILD

--+
 PKGBUILD |  180 ++---
 1 file changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-12 12:20:54 UTC (rev 723621)
+++ PKGBUILD2020-10-12 12:21:19 UTC (rev 723622)
@@ -1,90 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=dask
-pkgname=python-${_pkg}
-pkgver=2.26.0
-pkgrel=1
-pkgdesc="Parallel computing with task scheduling"
-arch=(any)
-url="https://dask.org";
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(python 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-murmurhash: faster hashing of arrays'
-'python-numpy: arrays support'
-'python-pandas: dataframes support'
-'python-partd: bag/dataframes support'
-'python-psutil: more accurate CPU count'
-#'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=(
-ipython
-python-pytest
-python-aiohttp
-#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-jsonschema
-python-lz4
-python-matplotlib
-python-moto
-#python-murmurhash
-python-numexpr
-python-numpy
-python-pandas
-python-partd
-python-psutil
-#python-pyarrow
-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://github.com/dask/dask/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('44c5c358bf9037dcff1b8332379738b7766b2d93652fca850a10b6e8a05497f7')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  pytest dask/tests dask/array/tests dask/bag/tests dask/bytes/tests 
dask/dataframe/tests
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-

Copied: python-dask/repos/community-any/PKGBUILD (from rev 723621, 
python-dask/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-12 12:21:19 UTC (rev 723622)
@@ -0,0 +1,90 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=dask
+pkgname=python-${_pkg}
+pkgver=2.30.0
+pkgrel=1
+pkgdesc="Parallel computing with task scheduling"
+arch=(any)
+url="https://dask.org";
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python 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-murmurhash: faster hashing of arrays'
+'python-numpy: arrays support'
+'python-pandas: dataframes support'
+'python-partd: bag/dataframes support'
+'python-psutil: more accurate CPU count'
+#'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=(
+ipython
+python-pytest
+python-aiohttp
+#python-bokeh
+python-boto3
+python-botocore
+python-cloudpickle
+python-cytoolz
+#python-cityhash
+python-distributed
+#python-fastparquet
+python-fsspec
+#python-gcsfs
+pytho

[arch-commits] Commit in python-dask/repos/community-any (PKGBUILD PKGBUILD)

2020-09-13 Thread Bruno Pagani via arch-commits
Date: Sunday, September 13, 2020 @ 13:31:15
  Author: archange
Revision: 705125

archrelease: copy trunk to community-any

Added:
  python-dask/repos/community-any/PKGBUILD
(from rev 705124, python-dask/trunk/PKGBUILD)
Deleted:
  python-dask/repos/community-any/PKGBUILD

--+
 PKGBUILD |  180 ++---
 1 file changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-13 13:30:51 UTC (rev 705124)
+++ PKGBUILD2020-09-13 13:31:15 UTC (rev 705125)
@@ -1,90 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=dask
-pkgname=python-${_pkg}
-pkgver=2.24.0
-pkgrel=1
-pkgdesc="Parallel computing with task scheduling"
-arch=(any)
-url="https://dask.org";
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(python 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-murmurhash: faster hashing of arrays'
-'python-numpy: arrays support'
-'python-pandas: dataframes support'
-'python-partd: bag/dataframes support'
-'python-psutil: more accurate CPU count'
-#'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=(
-ipython
-python-pytest
-python-aiohttp
-#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-jsonschema
-python-lz4
-python-matplotlib
-python-moto
-#python-murmurhash
-python-numexpr
-python-numpy
-python-pandas
-python-partd
-python-psutil
-#python-pyarrow
-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://github.com/dask/dask/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b4a40a3e4960700074a426d7759f53572621e8cd6358306f193e7e66ea6fd889')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  pytest dask/tests dask/array/tests dask/bag/tests dask/bytes/tests 
dask/dataframe/tests
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-

Copied: python-dask/repos/community-any/PKGBUILD (from rev 705124, 
python-dask/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-13 13:31:15 UTC (rev 705125)
@@ -0,0 +1,90 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=dask
+pkgname=python-${_pkg}
+pkgver=2.26.0
+pkgrel=1
+pkgdesc="Parallel computing with task scheduling"
+arch=(any)
+url="https://dask.org";
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python 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-murmurhash: faster hashing of arrays'
+'python-numpy: arrays support'
+'python-pandas: dataframes support'
+'python-partd: bag/dataframes support'
+'python-psutil: more accurate CPU count'
+#'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=(
+ipython
+python-pytest
+python-aiohttp
+#python-bokeh
+python-boto3
+python-botocore
+python-cloudpickle
+python-cytoolz
+#python-cityhash
+python-distributed
+#python-fastparquet
+python-fsspec
+#python-gcsfs
+pyt

[arch-commits] Commit in python-dask/repos/community-any (PKGBUILD PKGBUILD)

2020-08-23 Thread Bruno Pagani via arch-commits
Date: Sunday, August 23, 2020 @ 15:48:23
  Author: archange
Revision: 687117

archrelease: copy trunk to community-any

Added:
  python-dask/repos/community-any/PKGBUILD
(from rev 687116, python-dask/trunk/PKGBUILD)
Deleted:
  python-dask/repos/community-any/PKGBUILD

--+
 PKGBUILD |  187 +
 1 file changed, 90 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-23 15:47:56 UTC (rev 687116)
+++ PKGBUILD2020-08-23 15:48:23 UTC (rev 687117)
@@ -1,97 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=dask
-pkgname=python-${_pkg}
-pkgver=2.22.0
-pkgrel=1
-pkgdesc="Parallel computing with task scheduling"
-arch=(any)
-url="https://dask.org";
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(python 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-murmurhash: faster hashing of arrays'
-'python-numpy: arrays support'
-'python-pandas: dataframes support'
-'python-partd: bag/dataframes support'
-'python-psutil: more accurate CPU count'
-#'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=(
-ipython
-python-pytest
-python-aiohttp
-#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-jsonschema
-python-lz4
-python-matplotlib
-python-moto
-#python-murmurhash
-python-numexpr
-python-numpy
-python-pandas
-python-partd
-python-psutil
-#python-pyarrow
-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
-
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=('638d3901d58b45ba75a07183cc888e5fbc7e6cf21c2ed0d8c78649cc25dac68d'
-'2f48628da64c774efa367ee420e02ad56a06d7b8d00cdad16b8f296b75936367')
-
-prepare() {
-  cd ${_pkg}-${pkgver}
-  patch -p1 -i ../dask-fix-rolling-tests-tolerance.patch
-}
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  pytest dask/tests dask/array/tests dask/bag/tests dask/bytes/tests 
dask/dataframe/tests
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-

Copied: python-dask/repos/community-any/PKGBUILD (from rev 687116, 
python-dask/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-23 15:48:23 UTC (rev 687117)
@@ -0,0 +1,90 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=dask
+pkgname=python-${_pkg}
+pkgver=2.24.0
+pkgrel=1
+pkgdesc="Parallel computing with task scheduling"
+arch=(any)
+url="https://dask.org";
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python 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-murmurhash: faster hashing of arrays'
+'python-numpy: arrays support'
+'python-pandas: dataframes support'
+'python-partd: bag/dataframes support'
+'python-psutil: more accurate CPU count'
+#'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

[arch-commits] Commit in python-dask/repos/community-any (PKGBUILD PKGBUILD)

2020-08-15 Thread Bruno Pagani via arch-commits
Date: Saturday, August 15, 2020 @ 09:40:45
  Author: archange
Revision: 679666

archrelease: copy trunk to community-any

Added:
  python-dask/repos/community-any/PKGBUILD
(from rev 679665, python-dask/trunk/PKGBUILD)
Deleted:
  python-dask/repos/community-any/PKGBUILD

--+
 PKGBUILD |  178 +
 1 file changed, 97 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-15 09:40:10 UTC (rev 679665)
+++ PKGBUILD2020-08-15 09:40:45 UTC (rev 679666)
@@ -1,81 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=dask
-pkgname=python-${_pkg}
-pkgver=2.21.0
-pkgrel=2
-pkgdesc="Parallel computing with task scheduling"
-arch=(any)
-url="https://dask.org";
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(python 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-murmurhash: faster hashing of arrays'
-'python-numpy: arrays support'
-'python-pandas: dataframes support'
-'python-partd: bag/dataframes support'
-'python-psutil: more accurate CPU count'
-#'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=(
-ipython
-python-pytest
-#python-bokeh
-python-cloudpickle
-#python-cityhash
-python-distributed
-#python-fastparquet
-python-fsspec
-#python-gcsfs
-python-graphviz
-python-h5py
-python-jsonschema
-python-matplotlib
-#python-murmurhash
-python-numexpr
-python-numpy
-python-pandas
-python-partd
-python-psutil
-#python-pyarrow
-python-pytables
-python-requests
-#python-s3fs
-python-scipy
-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=('c188195a7c73e0d27af5308e8ac7d62b6d1e95b670280db2c102d737bf711b55')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  pytest dask/tests dask/array/tests dask/bag/tests dask/bytes/tests 
dask/dataframe/tests
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-

Copied: python-dask/repos/community-any/PKGBUILD (from rev 679665, 
python-dask/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-15 09:40:45 UTC (rev 679666)
@@ -0,0 +1,97 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=dask
+pkgname=python-${_pkg}
+pkgver=2.22.0
+pkgrel=1
+pkgdesc="Parallel computing with task scheduling"
+arch=(any)
+url="https://dask.org";
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python 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-murmurhash: faster hashing of arrays'
+'python-numpy: arrays support'
+'python-pandas: dataframes support'
+'python-partd: bag/dataframes support'
+'python-psutil: more accurate CPU count'
+#'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=(
+ipython
+python-pytest
+python-aiohttp
+#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-jsonschema
+python-lz4
+python-matplotlib
+python-moto
+#python-murmurhash
+python-numexpr
+   

[arch-commits] Commit in python-dask/repos/community-any (PKGBUILD PKGBUILD)

2020-07-29 Thread Bruno Pagani via arch-commits
Date: Wednesday, July 29, 2020 @ 10:47:58
  Author: archange
Revision: 665758

archrelease: copy trunk to community-any

Added:
  python-dask/repos/community-any/PKGBUILD
(from rev 665757, python-dask/trunk/PKGBUILD)
Deleted:
  python-dask/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 +++--
 1 file changed, 81 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-29 10:47:31 UTC (rev 665757)
+++ PKGBUILD2020-07-29 10:47:58 UTC (rev 665758)
@@ -1,77 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=dask
-pkgname=python-${_pkg}
-pkgver=2.21.0
-pkgrel=1
-pkgdesc="Parallel computing with task scheduling"
-arch=(any)
-url="https://dask.org";
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(python python-yaml)
-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-murmurhash: faster hashing of arrays'
-'python-numpy: arrays support'
-'python-pandas: dataframes support'
-'python-partd: bag/dataframes support'
-'python-psutil: more accurate CPU count'
-#'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=(
-python-pytest
-#python-bokeh
-python-cloudpickle
-#python-cityhash
-#python-distributed
-#python-fastparquet
-python-fsspec
-#python-gcsfs
-python-graphviz
-python-h5py
-python-jsonschema
-#python-murmurhash
-python-numpy
-python-pandas
-python-partd
-python-psutil
-#python-pyarrow
-#python-s3fs
-python-scipy
-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=('c188195a7c73e0d27af5308e8ac7d62b6d1e95b670280db2c102d737bf711b55')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  # https://github.com/dask/dask/issues/6464
-  pytest dask/tests dask/array/tests dask/bag/tests dask/bytes/tests 
dask/dataframe/tests || warning "Tests failed"
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-

Copied: python-dask/repos/community-any/PKGBUILD (from rev 665757, 
python-dask/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-29 10:47:58 UTC (rev 665758)
@@ -0,0 +1,81 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=dask
+pkgname=python-${_pkg}
+pkgver=2.21.0
+pkgrel=2
+pkgdesc="Parallel computing with task scheduling"
+arch=(any)
+url="https://dask.org";
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python 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-murmurhash: faster hashing of arrays'
+'python-numpy: arrays support'
+'python-pandas: dataframes support'
+'python-partd: bag/dataframes support'
+'python-psutil: more accurate CPU count'
+#'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=(
+ipython
+python-pytest
+#python-bokeh
+python-cloudpickle
+#python-cityhash
+python-distributed
+#python-fastparquet
+python-fsspec
+#python-gcsfs
+python-graphviz
+python-h5py
+python-jsonschema
+python-matplotlib
+#python-murmurhash
+python-numexpr
+python-numpy
+python-pandas
+python-partd
+python-psutil
+#python-pyarrow
+python-pytables
+python-requests
+#python-s3fs
+python-scipy