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

Bruno Pagani archange at gemini.archlinux.org
Thu Oct 28 13:46:04 UTC 2021


    Date: Thursday, October 28, 2021 @ 13:46:03
  Author: archange
Revision: 1034864

upgpkg: python-distributed 2021.10.0-1

Modified:
  python-distributed/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-28 12:55:42 UTC (rev 1034863)
+++ PKGBUILD	2021-10-28 13:46:03 UTC (rev 1034864)
@@ -2,7 +2,7 @@
 
 _pkg=distributed
 pkgname=python-${_pkg}
-pkgver=2021.9.1
+pkgver=2021.10.0
 pkgrel=1
 pkgdesc="Distributed task scheduler for Dask"
 arch=(x86_64)
@@ -52,9 +52,10 @@
     python-snappy
     python-zstandard
 )
-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=('f4deb96a9dbef5b04ad030ab905dfed71b893d79a368bd5787b21268b4ed5ff8')
+# 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')
 
 build() {
   cd ${_pkg}-${pkgver}



More information about the arch-commits mailing list