diff options
| author | Benoit Martin <bmartin@cea.fr> | 2026-02-19 11:07:45 +0100 |
|---|---|---|
| committer | Romain GARBAGE <romain.garbage@inria.fr> | 2026-02-25 11:41:51 +0100 |
| commit | 457c2bb74b1870cc5e5f8e1a3a4a4c8a044b6f1d (patch) | |
| tree | 8b2ca43dbce8c2c5fadd6d4e36aef871dd03b452 | |
| parent | 2eb318c45ac5796f03f0c7d1649678f3d5a1055b (diff) | |
python-xyz: Add python-deisa-dask.
Signed-off-by: Romain GARBAGE <romain.garbage@inria.fr>
| -rw-r--r-- | guix-science/packages/python-xyz.scm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/guix-science/packages/python-xyz.scm b/guix-science/packages/python-xyz.scm index d79ea3f..088618d 100644 --- a/guix-science/packages/python-xyz.scm +++ b/guix-science/packages/python-xyz.scm | |||
| @@ -339,6 +339,29 @@ HTCondor.") | |||
| 339 | (description "Tools and utilities shared by Deisa backends.") | 339 | (description "Tools and utilities shared by Deisa backends.") |
| 340 | (license license:expat))) | 340 | (license license:expat))) |
| 341 | 341 | ||
| 342 | (define-public python-deisa-dask | ||
| 343 | (package | ||
| 344 | (name "python-deisa-dask") | ||
| 345 | (version "0.3.0") | ||
| 346 | (source | ||
| 347 | (origin | ||
| 348 | (method git-fetch) | ||
| 349 | (uri (git-reference | ||
| 350 | (url "https://github.com/deisa-project/deisa-dask") | ||
| 351 | (commit (string-append "v" version)))) | ||
| 352 | (file-name (git-file-name name version)) | ||
| 353 | (sha256 | ||
| 354 | (base32 "0sqpn7ysbarz1822i0qi3sb2kd6palvrg6v3c5lfi79nw1yvwnzq")))) | ||
| 355 | (build-system pyproject-build-system) | ||
| 356 | (propagated-inputs (list python-dask python-deisa-core python-distributed)) | ||
| 357 | (native-inputs (list python-numpy | ||
| 358 | python-pytest | ||
| 359 | python-setuptools)) | ||
| 360 | (home-page "https://github.com/deisa-project/deisa-dask") | ||
| 361 | (synopsis "Deisa: Dask-Enabled In Situ Analytics") | ||
| 362 | (description "Dask backend for Deisa.") | ||
| 363 | (license license:expat))) | ||
| 364 | |||
| 342 | (define-public python-distinctipy | 365 | (define-public python-distinctipy |
| 343 | (package | 366 | (package |
| 344 | (name "python-distinctipy") | 367 | (name "python-distinctipy") |
