[arch-commits] Commit in python-dask/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Sun Mar 20 19:17:59 UTC 2022


    Date: Sunday, March 20, 2022 @ 19:17:59
  Author: archange
Revision: 1164967

upgpkg: python-dask 2022.03.0-0

First pass without tests to allow distributed passing

Modified:
  python-dask/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++----------------
 1 file changed, 6 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 19:17:17 UTC (rev 1164966)
+++ PKGBUILD	2022-03-20 19:17:59 UTC (rev 1164967)
@@ -2,8 +2,8 @@
 
 _pkg=dask
 pkgname=python-${_pkg}
-pkgver=2021.10.0
-pkgrel=3
+pkgver=2022.03.0
+pkgrel=0
 pkgdesc="Parallel computing with task scheduling"
 arch=(any)
 url="https://dask.org"
@@ -65,20 +65,10 @@
     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')
+#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')
 
-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
@@ -86,7 +76,7 @@
 
 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'
+  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() {



More information about the arch-commits mailing list