[arch-commits] Commit in python-distributed/repos/community-x86_64 (PKGBUILD PKGBUILD)
Allan McRae
allan at gemini.archlinux.org
Thu Jun 2 05:04:43 UTC 2022
Date: Thursday, June 2, 2022 @ 05:04:42
Author: allan
Revision: 1218523
archrelease: copy trunk to community-x86_64
Added:
python-distributed/repos/community-x86_64/PKGBUILD
(from rev 1218522, python-distributed/trunk/PKGBUILD)
Deleted:
python-distributed/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 152 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 76 insertions(+), 76 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-02 05:04:27 UTC (rev 1218522)
+++ PKGBUILD 2022-06-02 05:04:42 UTC (rev 1218523)
@@ -1,76 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=distributed
-pkgname=python-${_pkg}
-pkgver=2022.03.0
-pkgrel=1
-pkgdesc="Distributed task scheduler for Dask"
-arch=(x86_64)
-url="https://distributed.dask.org/"
-license=(BSD)
-depends=(
- python
- python-click
- python-cloudpickle
- python-dask
- python-jinja
- python-msgpack
- python-packaging
- python-psutil
- python-sortedcontainers
- python-tblib
- python-toolz
- python-tornado
- python-yaml
- python-zict
-)
-makedepends=(cython)
-checkdepends=(ipython
- python-pytest
- python-pytest-asyncio
- python-pytest-repeat
- python-pytest-timeout
- python-flaky
- python-blosc
- python-cryptography
- python-distributed
- python-fsspec
- python-h5py
- python-ipykernel
- python-ipywidgets
- python-joblib
- python-jsonschema
- python-jupyter_client
- python-lz4
- python-netcdf4
- python-numpy
- python-pandas
- python-paramiko
- python-prometheus_client
- python-pytorch
- python-requests
- python-scipy
- python-snappy
- python-zstandard
-)
-# 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')
-
-build() {
- cd ${_pkg}-${pkgver}
- python setup.py build --with-cython
-}
-
-# Timing out, no time to investigate
-#check() {
-# cd ${_pkg}-${pkgver}
-# pytest distributed -vvrsfE -m "not avoid_ci" --color=yes
-#}
-
-package() {
- cd ${_pkg}-${pkgver}
- python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build --with-cython
- install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
Copied: python-distributed/repos/community-x86_64/PKGBUILD (from rev 1218522, python-distributed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-02 05:04:42 UTC (rev 1218523)
@@ -0,0 +1,76 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=distributed
+pkgname=python-${_pkg}
+pkgver=2022.03.0
+pkgrel=2
+pkgdesc="Distributed task scheduler for Dask"
+arch=(x86_64)
+url="https://distributed.dask.org/"
+license=(BSD)
+depends=(
+ python
+ python-click
+ python-cloudpickle
+ python-dask
+ python-jinja
+ python-msgpack
+ python-packaging
+ python-psutil
+ python-sortedcontainers
+ python-tblib
+ python-toolz
+ python-tornado
+ python-yaml
+ python-zict
+)
+makedepends=(cython)
+checkdepends=(ipython
+ python-pytest
+ python-pytest-asyncio
+ python-pytest-repeat
+ python-pytest-timeout
+ python-flaky
+ python-blosc
+ python-cryptography
+ python-distributed
+ python-fsspec
+ python-h5py
+ python-ipykernel
+ python-ipywidgets
+ python-joblib
+ python-jsonschema
+ python-jupyter_client
+ python-lz4
+ python-netcdf4
+ python-numpy
+ python-pandas
+ python-paramiko
+ python-prometheus_client
+ python-pytorch
+ python-requests
+ python-scipy
+ python-snappy
+ python-zstandard
+)
+# 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')
+
+build() {
+ cd ${_pkg}-${pkgver}
+ python setup.py build --with-cython
+}
+
+# Timing out, no time to investigate
+#check() {
+# cd ${_pkg}-${pkgver}
+# pytest distributed -vvrsfE -m "not avoid_ci" --color=yes
+#}
+
+package() {
+ cd ${_pkg}-${pkgver}
+ python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build --with-cython
+ install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
More information about the arch-commits
mailing list