[arch-commits] Commit in python-distributed/repos/community-staging-any (2 files)

Bruno Pagani archange at archlinux.org
Sun Nov 15 11:15:35 UTC 2020


    Date: Sunday, November 15, 2020 @ 11:15:34
  Author: archange
Revision: 754404

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-15 11:15:10 UTC (rev 754403)
+++ PKGBUILD	2020-11-15 11:15:34 UTC (rev 754404)
@@ -1,51 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=distributed
-pkgname=python-${_pkg}
-pkgver=2.30.0
-pkgrel=3
-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=('3eb8e4173625cea6ebda2f0a079b813eeabbffd1b24584855cf063ed1cca60b3')
-
-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-staging-any/PKGBUILD (from rev 754403, python-distributed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-15 11:15:34 UTC (rev 754404)
@@ -0,0 +1,51 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=distributed
+pkgname=python-${_pkg}
+pkgver=2.30.1
+pkgrel=2
+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=('1421d3b84a0885aeb2c4bdc9e8896729c0f053a9375596c9de8864e055e2ac8e')
+
+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