Date: Thursday, April 6, 2023 @ 12:10:13
Author: felixonmars
Revision: 1438631
upgpkg: python-distributed 2022.12.1-2: rebuild with python 3.11 (pass1 with
--nocheck)
Modified:
python-distributed/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-06 12:08:36 UTC (rev 1438630)
+++ PKGBUILD 2023-04-06 12:10:13 UTC (rev 1438631)
@@ -3,7 +3,7 @@
_pkg=distributed
pkgname=python-${_pkg}
pkgver=2022.12.1
-pkgrel=1
+pkgrel=2
pkgdesc="Distributed task scheduler for Dask"
arch=(x86_64)
url="https://distributed.dask.org/"
@@ -25,6 +25,7 @@
python-yaml
python-zict
)
+makedepends=(python-setuptools)
checkdepends=(ipython
python-pytest
python-pytest-repeat