[arch-commits] Commit in python-dask/repos/community-staging-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 9 16:12:31 UTC 2021
Date: Thursday, December 9, 2021 @ 16:12:30
Author: felixonmars
Revision: 1065852
archrelease: copy trunk to community-staging-any
Added:
python-dask/repos/community-staging-any/PKGBUILD
(from rev 1065851, python-dask/trunk/PKGBUILD)
Deleted:
python-dask/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 189 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 96 insertions(+), 93 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-09 16:12:22 UTC (rev 1065851)
+++ PKGBUILD 2021-12-09 16:12:30 UTC (rev 1065852)
@@ -1,93 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=dask
-pkgname=python-${_pkg}
-pkgver=2021.10.0
-pkgrel=2
-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-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'
- '64776fe1d858e895686813c7f05e4d424a7ddc21e80781783de2207e1c377432')
-
-prepare() {
- cd ${_pkg}-${pkgver}
- 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
-}
-
-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-staging-any/PKGBUILD (from rev 1065851, python-dask/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-09 16:12:30 UTC (rev 1065852)
@@ -0,0 +1,96 @@
+# 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}/
+}
More information about the arch-commits
mailing list