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

Bruno Pagani archange at gemini.archlinux.org
Tue Jun 21 22:56:16 UTC 2022


    Date: Tuesday, June 21, 2022 @ 22:56:16
  Author: archange
Revision: 1238888

upgpkg: python-distributed 2022.6.0-1

Modified:
  python-distributed/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-21 22:52:34 UTC (rev 1238887)
+++ PKGBUILD	2022-06-21 22:56:16 UTC (rev 1238888)
@@ -2,8 +2,8 @@
 
 _pkg=distributed
 pkgname=python-${_pkg}
-pkgver=2022.03.0
-pkgrel=2
+pkgver=2022.6.0
+pkgrel=1
 pkgdesc="Distributed task scheduler for Dask"
 arch=(x86_64)
 url="https://distributed.dask.org/"
@@ -21,13 +21,12 @@
     python-tblib
     python-toolz
     python-tornado
+    python-urllib3
     python-yaml
     python-zict
 )
-makedepends=(cython)
 checkdepends=(ipython
     python-pytest
-    python-pytest-asyncio
     python-pytest-repeat
     python-pytest-timeout
     python-flaky
@@ -38,9 +37,8 @@
     python-h5py
     python-ipykernel
     python-ipywidgets
-    python-joblib
     python-jsonschema
-    python-jupyter_client
+    python-locket
     python-lz4
     python-netcdf4
     python-numpy
@@ -47,6 +45,7 @@
     python-pandas
     python-paramiko
     python-prometheus_client
+    python-pyarrow
     python-pytorch
     python-requests
     python-scipy
@@ -56,21 +55,21 @@
 # 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=('615df296e593bc636ed584c6b13ce2f05f29af8aac74d398993da2e81fd164b7')
+sha256sums=('ad1b7e4237143accc93afd9f8ab612fa02bd7809525cafb0e009f6ca0d2c8582')
 
 build() {
   cd ${_pkg}-${pkgver}
-  python setup.py build --with-cython
+  python setup.py build
 }
 
-# Timing out, no time to investigate
+# Not collecting properly, no time to investigate
 #check() {
 #  cd ${_pkg}-${pkgver}
-#  pytest distributed -vvrsfE -m "not avoid_ci" --color=yes
+#  pytest -vvrsfE --color=yes distributed -m "not avoid_ci"
 #}
 
 package() {
   cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build --with-cython
+  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