~ruther/guix-local

249f0a9c — Sharlatan Hellseher 2 years ago
gnu: python-distributed: Speed up tests.

* gnu/packages/python-science.scm (python-distributed) [arguments]
<#:test-flags>: Add option to run tests in parallel. Disable 3 more
flaky tests.
[native-inputs]: Add python-pytest-xdist. Sort alphabetically.

Change-Id: I588c1a1dc82e3208cc1eeeefbdc58fb080775ac0
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
a78a5867 — Sharlatan Hellseher 2 years ago
gnu: python-pytest-filter-subpackage: Update to 0.2.0.

* gnu/packages/python-check.scm (python-pytest-filter-subpackage): Update to 0.2.0.

Change-Id: I04f000b3a75f671340fbd351b06265b99acb3856
2f3a26ee — Sharlatan Hellseher 2 years ago
gnu: python-pytest-arraydiff: Enable tests.

* gnu/packages/python-check.scm (python-pytest-arraydiff): Enable tests.
[build-system]: Swap to pyproject-build-system.
[arguments] <#:test-flags>: Disable tests requiring python-astropy to
break dependencies cycle.

Change-Id: I0e4b6681d106a999c6fc12c3fd8c8f084762a92e
06dd8b31 — Sharlatan Hellseher 2 years ago
gnu: python-pytest-arraydiff: Update to 0.6.1.

* gnu/packages/python-check.scm (python-pytest-arraydiff): Update to 0.6.1.

Change-Id: I6dd911eb38597790f66756a77f6086112329a156
b548c6b1 — Sharlatan Hellseher 2 years ago
gnu: python-pytest-doctestplus: Update to 1.2.0.

* gnu/packages/python-check.scm (python-pytest-doctestplus): Update to 1.2.0.
[arguments] <#:test-flags>: Disable one more failing test.
[home-page]: Update accordingly with lint warning.

Change-Id: I353a671741cf887c348d627d9e071e3fedcc4edc
a2894745 — Sharlatan Hellseher 2 years ago
gnu: python-blosc: Simplify package.

* gnu/packages/python-compression.scm (python-blosc) [arguments]
<#:phases>: Swap to simple lambda in 'find-blosc phase as it already
uses this-package-input procedure.

Change-Id: I4d3219d9575b9573b0c384b067855fa927f122da
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
cbd6faf8 — Sharlatan Hellseher 2 years ago
gnu: splash: Update to 3.10.3.

* gnu/packages/astronomy.scm (splash): Update to 3.10.3.

Change-Id: Ic5f812a3c35fd76c0a722616efea2745a080c859
96e6c1ef — Sharlatan Hellseher 2 years ago
gnu: calcmysky: Update to 0.3.2.

* gnu/packages/astronomy.scm (calcmysky): Update to 0.3.2.

Change-Id: I27d6c833aba5a5d8d398a6170485d0e62223ca1b
8ed9ce9d — Sharlatan Hellseher 2 years ago
gnu: go-github-com-danwakefield-fnmatch: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-danwakefield-fnmatch): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/mail.scm: Add (gnu packages golang-xyz) module.

Change-Id: I2d5d0565f4c758f49032cadfa1dcca7e884a577b
93589298 — Sharlatan Hellseher 2 years ago
gnu: go-gopkg-in-natefinch-lumberjack.v2: Move to golang-xyz.

* gnu/packages/golang.scm (go-gopkg-in-natefinch-lumberjack.v2): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/finance.scm: Add (gnu packages golang-xyz) module.

Change-Id: Ib31fe5787f7b9a5c10e527ea344adaf587aeea13
8ac6bd77 — Sharlatan Hellseher 2 years ago
gnu: packages: flashing-tools: Sort use-module alphabetically.

* gnu/packages/flashing-tools.scm: Sort use-module alphabetically to
ease maintenance.

Change-Id: I5d3743586c0f3c455ab8122ba954667daaae6794
017c9e42 — Sharlatan Hellseher 2 years ago
gnu: packages: libusb: Sort use-module alphabetically.

* gnu/packages/libusb.scm: Sort use-module alphabetically to ease
maintenance.

Change-Id: I0ef6ae4ad51fb542ea2811e880c1d78976ad214d
f0a3c722 — Martin Becze 4 years ago
gnu: Add wally-cli.

* gnu/packages/flashing-tools.scm (wally-cli): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I43f495c2251acf38db72d59c449700899a252671
558a4196 — Martin Becze 4 years ago
gnu: Add go-github-com-google-gousb.

* gnu/packages/libusb.scm (go-github-com-google-gousb): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I2649caea1e9168c50a5065c8e3a5a9eb407730b7
b6854473 — Martin Becze 4 years ago
gnu: Add go-github-com-marcinbor85-gohex.

* gnu/packages/golang-xyz.scm (go-github-com-marcinbor85-gohex): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I39e8cd725819d549d562f5168e1651c22bfa50b6
699c9a04 — Sharlatan Hellseher 2 years ago
gnu: Add go-github-com-briandowns-spinner.

* gnu/packages/golang-xyz.scm (go-github-com-briandowns-spinner): New variable.

Change-Id: I990b39300b55e5ba462baad6dd996defc584a03d
Next