~ruther/guix-local

ref: 6cde0f480dca28426a5634b70dd963d2de7bcf36 guix-local/gnu/packages/python-xyz.scm -rw-r--r-- 1.3 MiB
6cde0f48 — Fabio Natali 2 years ago
gnu: Add python-apprise.

* gnu/packages/python-xyz.scm (python-apprise): New variable.

Change-Id: I55b8c7b558ce34835cff31b9fac6ff3b81ff5fec
Signed-off-by: jgart <jgart@dismail.de>
a0cf3af1 — Sharlatan Hellseher 2 years ago
gnu: Add python-pydantic-settings.

* gnu/packages/python-xyz.scm (python-pydantic-settings): New variable.

Change-Id: I410edc37f17a293f3d40ce9a2ab6416ea35bae39
2b8e62cb — Sharlatan Hellseher 2 years ago
gnu: python-glymur: Update to 0.12.9.

* gnu/packages/python-xyz.scm (python-glymur): Update to 0.12.9.

Change-Id: Ifb84738df85cb6142fc5ecafa164a6dc4148a69e
2de864d2 — Sharlatan Hellseher 2 years ago
gnu: python-glymur: Speed up tests.

* gnu/packages/python-xyz.scm (python-glymur): Enable parallel
tests to speed them up.
[arguments] <#:test-flags>: Add it with "-n" option.
[native-inputs]: Add python-pytest-xdist.

Change-Id: Ied066330cc24a50b47307cefb2694675be8af0a4
9b0508e2 — Sharlatan Hellseher 2 years ago
gnu: python-dask: Speed up tests.

* gnu/packages/python-xyz.scm (python-dask) [arguments] <#:test-flags>:
Add option to run tests in parallel.
[native-inputs]: Add python-xdist. Reformat as a list.

Change-Id: I9b4b1c53f827e1f5d3edd0908f8e37e1a3bddb71
1a3aa6b1 — Sharlatan Hellseher 2 years ago
gnu: python-zarr: Speed up tests.

* gnu/packages/python-xyz.scm (python-zarr): Use G-expressions.
[arguments] <#:test-flags>: Parallelize tests to speed them up.
<#:phases>: 'disable-service-tests remove trailing #t from
lambda. Use standard 'check phase.
[native-inputs]: Add python-fsspec, python-h5py,
python-pytest-doctestplus, python-pytest-timeout, and
python-pytest-xdist.

Change-Id: I3fc4e2a1649ad9f95ed9e3fe87e3f57ad4f58af8
bb1e74a9 — Sharlatan Hellseher 2 years ago
gnu: python-partd: Enable tests.

Newer version of the project is migrated to pyproject.toml, this change
may help to prepare for the future upgrade.

* gnu/packages/python-xyz.scm (python-partd) [build-system]: Swap to
pyproject-build-system, allowing to detect tests and run them.

Change-Id: Ia4375b83cea6dcbf7781b3dc40f544261075d2ca
950b1054 — Sharlatan Hellseher 2 years ago
gnu: python-zarr: Update to 2.17.1.

* gnu/packages/python-xyz.scm (python-zarr): Update to 2.17.1.

Change-Id: Id7873b68bb82400f66539d03fe9a357deb61d58c
8b00d81d — Sharlatan Hellseher 2 years ago
gnu: python-blosc: Move to python-compression.

* gnu/packages/python-xyz.scm (python-blosc): Move from here ...
* gnu/packages/python-compression.scm: ... to here.

Change-Id: Ieed1b399602d0ba64b065d1c03ef0855ac52f71e
b8f6b013 — nafkhamdc 2 years ago
gnu: Add python-contexttimer.

* gnu/packages/python-xyz.scm (python-contexttimer): New variable.

Change-Id: I1ed35f1d0190f0e3a60095c7627b6c17552cb4cc
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
3feb8f7f — nafkhamdc 2 years ago
gnu: Add python-icecream.

* gnu/packages/python-xyz.scm (python-icecream): New variable.

Change-Id: I866d0ce591a1b81fdd7e0ee706cb8e9791e70c49
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
f285a968 — Felix Gruber 2 years ago
gnu: python-box: Update to 7.1.1.

* gnu/packages/python-xyz.scm (python-box): Update to 7.1.1.
[source]: Download from github since pypi tarball does not contain all
test files.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Remove python-toml; add python-tomli and
python-tomli-w.
[native-inputs]: Add python-cython, python-pytest, and python-wheel.

Change-Id: Ia39063054821e75768b1d9a5c937eab432e7c59e
Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1f6474a8 — Efraim Flashner 2 years ago
gnu: Add python-urwidgets.

* gnu/packages/python-xyz.scm (python-urwidgets): New variable.

Change-Id: I34a1cff78d9e930b13c01d53ab34f7ee57478a39
a24aa227 — Nicolas Graves 2 years ago
gnu: python-joblib: Update to 1.3.2.

* gnu/packages/python-xyz.scm (python-joblib): Update to 1.3.2.
[build-system]: Update to pyproject-build-system.
[arguments]
  <#:phases>: Remove check phase.
  <#:test-flags>: Keep former test flag.
[propagated-inputs]: Add python-psutil.

Change-Id: Ide110a19431b1d26e1d7dd8d1adc3b3f0f417749
Signed-off-by: Christopher Baines <mail@cbaines.net>
74533133 — Tanguy Le Carrour 2 years ago
gnu: Add python-pypugjs.

* gnu/packages/python-xyz.scm (python-pypugjs): New variable.

Change-Id: I050ab42d0149fcffddcf6b12dd9c1ddea23f84c9
Signed-off-by: Tanguy Le Carrour <tanguy@bioneland.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
26aa8fc8 — Ricardo Wurmus 2 years ago
gnu: snakemake-7: Patch tibanna command line.

* gnu/packages/python-xyz.scm (snakemake-7)[arguments]: Remove store reference
in tibanna command line.

Change-Id: I339f4c3133a0e687723a53277818749a8e5fc97a
f3958db4 — Ricardo Wurmus 2 years ago
gnu: snakemake-5: Use G-expression.

* gnu/packages/python-xyz.scm (snakemake-5)[arguments]: Use #$output instead
of referencing "out" in outputs.

Change-Id: Ie3d6d5788c4db4060e26079cb81441f5bc6f08e8
gnu: Add python-pypytools.

* gnu/packages/python-xyz.scm (python-pypytools): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: Add python-markdown2.

* gnu/packages/python-xyz.scm (python-markdown2): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
532bae7d — Nicolas Goaziou 2 years ago
gnu: pyzo: Update to 4.15.0.

* gnu/packages/python-xyz.scm (pyzo): Update to 4.15.0.

Change-Id: Id3ff3f601a057bcd52631a9236d4f0f04e81f8c5
Next