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

Bruno Pagani archange at gemini.archlinux.org
Sun Mar 20 19:11:50 UTC 2022


    Date: Sunday, March 20, 2022 @ 19:11:50
  Author: archange
Revision: 1164963

upgpkg: python-distributed 2022.03.0-0

First pass without tests to allow dask passing

Modified:
  python-distributed/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 19:04:24 UTC (rev 1164962)
+++ PKGBUILD	2022-03-20 19:11:50 UTC (rev 1164963)
@@ -2,8 +2,8 @@
 
 _pkg=distributed
 pkgname=python-${_pkg}
-pkgver=2021.10.0
-pkgrel=3
+pkgver=2022.03.0
+pkgrel=0
 pkgdesc="Distributed task scheduler for Dask"
 arch=(x86_64)
 url="https://distributed.dask.org/"
@@ -15,8 +15,8 @@
     python-dask
     python-jinja
     python-msgpack
+    python-packaging
     python-psutil
-    python-setuptools
     python-sortedcontainers
     python-tblib
     python-toolz
@@ -30,6 +30,7 @@
     python-pytest-asyncio
     python-pytest-repeat
     python-pytest-timeout
+    python-flaky
     python-blosc
     python-cryptography
     python-distributed
@@ -55,7 +56,7 @@
 # No tests in PyPi tarballs
 #source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 source=(https://github.com/dask/distributed/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('4e79033450934796532ff93f36a16619248b21be2ebd875e142580e246c8bbb9')
+sha256sums=('615df296e593bc636ed584c6b13ce2f05f29af8aac74d398993da2e81fd164b7')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -63,10 +64,10 @@
 }
 
 # Timing out, no time to investigate
-#check() {
-#  cd ${_pkg}-${pkgver}
-#  pytest distributed -v -rsxfE -m "not avoid_ci" --color=yes
-#}
+check() {
+  cd ${_pkg}-${pkgver}
+  pytest distributed -vvrsfE -m "not avoid_ci" --color=yes
+}
 
 package() {
   cd ${_pkg}-${pkgver}



More information about the arch-commits mailing list