[arch-commits] Commit in python-distributed/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Wed Aug 3 14:18:45 UTC 2022
Date: Wednesday, August 3, 2022 @ 14:18:44
Author: archange
Revision: 1260031
archrelease: copy trunk to community-x86_64
Added:
python-distributed/repos/community-x86_64/PKGBUILD
(from rev 1260030, python-distributed/trunk/PKGBUILD)
Deleted:
python-distributed/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 150 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 75 insertions(+), 75 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-03 14:18:40 UTC (rev 1260030)
+++ PKGBUILD 2022-08-03 14:18:44 UTC (rev 1260031)
@@ -1,75 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=distributed
-pkgname=python-${_pkg}
-pkgver=2022.6.1
-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-urllib3
- python-yaml
- python-zict
-)
-checkdepends=(ipython
- python-pytest
- python-pytest-repeat
- python-pytest-timeout
- python-flaky
- python-blosc
- python-cryptography
- python-distributed
- python-fsspec
- python-h5py
- python-ipykernel
- python-ipywidgets
- python-jsonschema
- python-locket
- python-lz4
- python-netcdf4
- python-numpy
- python-pandas
- python-paramiko
- python-prometheus_client
- python-pyarrow
- 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=('cb597fa786c73f406a4f1f7be1d2df5c303bce7e2cfa4d5ce50c961e91803dff')
-
-build() {
- cd ${_pkg}-${pkgver}
- python setup.py build
-}
-
-# Not collecting properly, no time to investigate
-#check() {
-# cd ${_pkg}-${pkgver}
-# pytest -vvrsfE --color=yes distributed -m "not avoid_ci"
-#}
-
-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-x86_64/PKGBUILD (from rev 1260030, python-distributed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-03 14:18:44 UTC (rev 1260031)
@@ -0,0 +1,75 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=distributed
+pkgname=python-${_pkg}
+pkgver=2022.7.1
+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-urllib3
+ python-yaml
+ python-zict
+)
+checkdepends=(ipython
+ python-pytest
+ python-pytest-repeat
+ python-pytest-timeout
+ python-flaky
+ python-blosc
+ python-cryptography
+ python-distributed
+ python-fsspec
+ python-h5py
+ python-ipykernel
+ python-ipywidgets
+ python-jsonschema
+ python-locket
+ python-lz4
+ python-netcdf4
+ python-numpy
+ python-pandas
+ python-paramiko
+ python-prometheus_client
+ python-pyarrow
+ 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=('c2edcb0b19733402a2138ba6579741b8d027bc8c0eecb9519411eec038cf1923')
+
+build() {
+ cd ${_pkg}-${pkgver}
+ python setup.py build
+}
+
+# Not collecting properly, no time to investigate
+#check() {
+# cd ${_pkg}-${pkgver}
+# pytest -vvrsfE --color=yes distributed -m "not avoid_ci"
+#}
+
+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