[arch-commits] Commit in python-distributed/repos/community-any (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Sun Aug 23 17:57:39 UTC 2020


    Date: Sunday, August 23, 2020 @ 17:57:39
  Author: archange
Revision: 687180

archrelease: copy trunk to community-any

Added:
  python-distributed/repos/community-any/PKGBUILD
    (from rev 687179, python-distributed/trunk/PKGBUILD)
Deleted:
  python-distributed/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-23 17:57:11 UTC (rev 687179)
+++ PKGBUILD	2020-08-23 17:57:39 UTC (rev 687180)
@@ -1,52 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=distributed
-pkgname=python-${_pkg}
-pkgver=2.22.0
-pkgrel=1
-pkgdesc="Distributed task scheduler for Dask"
-arch=(any)
-url="https://distributed.dask.org/"
-license=(BSD)
-depends=(
-    python
-    python-click
-    python-cloudpickle
-    python-dask
-    python-msgpack
-    python-psutil
-    python-setuptools
-    python-sortedcontainers
-    python-tblib
-    python-toolz
-    python-tornado
-    python-yaml
-    python-zict
-)
-checkdepends=(
-    python-pytest
-    python-fsspec
-    python-numpy
-    python-pandas
-)
-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=('4ebd68f9c15bff19e8b2a2b16ef8fd6640f5fcc3fcf65c14fbe88501d2637530')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-# test suite gets stuck at distributed/tests/test_semaphore.py
-#check() {
-#  cd ${_pkg}-${pkgver}
-#  pytest distributed
-#}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-

Copied: python-distributed/repos/community-any/PKGBUILD (from rev 687179, python-distributed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-23 17:57:39 UTC (rev 687180)
@@ -0,0 +1,52 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=distributed
+pkgname=python-${_pkg}
+pkgver=2.24.0
+pkgrel=1
+pkgdesc="Distributed task scheduler for Dask"
+arch=(any)
+url="https://distributed.dask.org/"
+license=(BSD)
+depends=(
+    python
+    python-click
+    python-cloudpickle
+    python-dask
+    python-msgpack
+    python-psutil
+    python-setuptools
+    python-sortedcontainers
+    python-tblib
+    python-toolz
+    python-tornado
+    python-yaml
+    python-zict
+)
+checkdepends=(
+    python-pytest
+    python-fsspec
+    python-numpy
+    python-pandas
+)
+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=('1278ba2d4881cdfc43533e7f37da33e4b0448ce038917513efd68b6d9446a98e')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+# test suite gets stuck at distributed/tests/test_semaphore.py
+#check() {
+#  cd ${_pkg}-${pkgver}
+#  pytest distributed
+#}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  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