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

Bruno Pagani archange at archlinux.org
Mon Mar 15 06:44:49 UTC 2021


    Date: Monday, March 15, 2021 @ 06:44:48
  Author: archange
Revision: 891393

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-15 06:44:23 UTC (rev 891392)
+++ PKGBUILD	2021-03-15 06:44:48 UTC (rev 891393)
@@ -1,89 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_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
-    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=('43e745afd4b464e6c0113131e430a16dce6ac42460b06e24d799093d098f7ab0')
-
-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 891392, python-dask/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-15 06:44:48 UTC (rev 891393)
@@ -0,0 +1,90 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=dask
+pkgname=python-${_pkg}
+pkgver=2021.3.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-pytest-rerunfailures
+    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=('566054b493d63c15732f2a640382b21e861571d61639f59341bc7695a9be138e')
+
+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}/
+}



More information about the arch-commits mailing list