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

Bruno Pagani archange at gemini.archlinux.org
Sun Mar 20 19:30:33 UTC 2022


    Date: Sunday, March 20, 2022 @ 19:30:32
  Author: archange
Revision: 1164983

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 19:30:28 UTC (rev 1164982)
+++ PKGBUILD	2022-03-20 19:30:32 UTC (rev 1164983)
@@ -1,86 +0,0 @@
-# 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}/
-}

Copied: python-dask/repos/community-any/PKGBUILD (from rev 1164981, python-dask/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-20 19:30:32 UTC (rev 1164983)
@@ -0,0 +1,86 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=dask
+pkgname=python-${_pkg}
+pkgver=2022.03.0
+pkgrel=1
+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