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

Bruno Pagani archange at gemini.archlinux.org
Sun Mar 20 19:18:24 UTC 2022


    Date: Sunday, March 20, 2022 @ 19:18:24
  Author: archange
Revision: 1164968

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  182 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 86 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 19:17:59 UTC (rev 1164967)
+++ PKGBUILD	2022-03-20 19:18:24 UTC (rev 1164968)
@@ -1,96 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=dask
-pkgname=python-${_pkg}
-pkgver=2021.10.0
-pkgrel=3
-pkgdesc="Parallel computing with task scheduling"
-arch=(any)
-url="https://dask.org"
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(python python-cloudpickle python-fsspec python-packaging python-partd python-toolz python-yaml mpdecimal)
-optdepends=(
-#    'python-bokeh: visualizing dask diagnostics'
-#    'python-cityhash: faster hashing of arrays'
-    'python-distributed: distributed computing'
-#    'python-fastparquet: storing and reading data from parquet files'
-#    'python-gcsfs: file-system interface to Google Cloud Storage'
-#    'python-jinja: diagnostics'
-#    'python-murmurhash: faster hashing of arrays'
-    'python-numpy: arrays and dataframes support'
-    'python-pandas: 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-xxhash: faster hashing of arrays'
-)
-checkdepends=(
-    ipython
-    python-pytest
-    python-pytest-rerunfailures
-    python-aiohttp
-#    python-bokeh
-    python-boto3
-    python-botocore
-    python-cytoolz
-#    python-cityhash
-    python-distributed
-#    python-fastparquet
-#    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-psutil
-    python-pyarrow
-    python-pytables
-    python-requests
-#    python-s3fs
-    python-scikit-learn
-    python-scipy
-    python-snappy
-#    python-sparse
-    python-sqlalchemy
-    python-xarray
-    python-xxhash
-)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz
-        ${pkgname}-fix-digraph-import.patch::https://github.com/dask/dask/commit/cc0332f982b9baeb926402e4272c4bd85d62d4e1.patch
-        ${pkgname}-fix-gen_cluster.py::https://github.com/dask/dask/commit/484ddd920fcd4e71a6b7cd510f018cb17eb5bd50.patch)
-#source=(https://github.com/dask/dask/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a98b2e44acaad369bb21f79fc92f756532acfe62c3aeba3982006b7339d0d2e3'
-            'e7f2ea4ed6aa7b0e7fec7d2733a90a889fcca399ef41ed590ed5b02fa2b51b7b'
-            '64776fe1d858e895686813c7f05e4d424a7ddc21e80781783de2207e1c377432')
-
-prepare() {
-  cd ${_pkg}-${pkgver}
-  patch -p1 < ../${pkgname}-fix-digraph-import.patch
-  patch -p1 < ../${pkgname}-fix-gen_cluster.py
-}
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  pytest -v -rsxfE --color=yes dask/tests dask/array/tests dask/bag/tests dask/bytes/tests dask/dataframe/tests -W 'ignore:There is no current event loop:DeprecationWarning'
-}
-
-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 1164967, python-dask/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-20 19:18:24 UTC (rev 1164968)
@@ -0,0 +1,86 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=dask
+pkgname=python-${_pkg}
+pkgver=2022.03.0
+pkgrel=0
+pkgdesc="Parallel computing with task scheduling"
+arch=(any)
+url="https://dask.org"
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python python-cloudpickle python-fsspec python-packaging python-partd python-toolz python-yaml mpdecimal)
+optdepends=(
+#    'python-bokeh: visualizing dask diagnostics'
+#    'python-cityhash: faster hashing of arrays'
+    'python-distributed: distributed computing'
+#    'python-fastparquet: storing and reading data from parquet files'
+#    'python-gcsfs: file-system interface to Google Cloud Storage'
+#    'python-jinja: diagnostics'
+#    'python-murmurhash: faster hashing of arrays'
+    'python-numpy: arrays and dataframes support'
+    'python-pandas: 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-xxhash: faster hashing of arrays'
+)
+checkdepends=(
+    ipython
+    python-pytest
+    python-pytest-rerunfailures
+    python-aiohttp
+#    python-bokeh
+    python-boto3
+    python-botocore
+    python-cytoolz
+#    python-cityhash
+    python-distributed
+#    python-fastparquet
+#    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-psutil
+    python-pyarrow
+    python-pytables
+    python-requests
+#    python-s3fs
+    python-scikit-learn
+    python-scipy
+    python-snappy
+#    python-sparse
+    python-sqlalchemy
+    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=('464004701240e127af3f99e8447823d3c159e3e45fe08f85531a14022a49ba2c')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  pytest -vvrsfE --color=yes dask/tests dask/array/tests dask/bag/tests dask/bytes/tests dask/dataframe/tests -W 'ignore:There is no current event loop:DeprecationWarning'
+}
+
+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