~ruther/guix-local

ref: 670d985cabf81a28660c4a8024f752decc495dce guix-local/gnu d---------
670d985c — Alexey Abramov 2 years ago
services: static-networking: Add support for bonding.

* gnu/services/base.scm (<network-link>): Add mac-address field. Set
type field to #f by default, so it won't be mandatory. network-link
without a type will be used for existing interfaces.
(assert-network-link-mac-address, mac-address?): Add sanitizer. Allow
valid mac-address or #f.
(assert-network-link-type): Add sanitizer. Allow symbol or #f.
* gnu/services/base.scm (network-set-up/linux,
network-tear-down/linux): Adapt to new structure.
* doc/guix.texi (Networking Setup): Document it.
* gnu/tests/networking.scm (run-static-networking-advanced-test): New
variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b4f2b681 — Ricardo Wurmus 2 years ago
gnu: Add r-chemmineob.

* gnu/packages/bioconductor.scm (r-chemmineob): New variable.
9ad9113f — Sharlatan Hellseher 2 years ago
gnu: indi: Update to 2.0.4.

* gnu/packages/astronomy.scm (indi-2.0): New variable.
(indi-1.9): New variable. Inherited from indi-2.0.
(indi): Set it to use indi-1.9 as default, as Stellarium and PHD2 are
still depended on 1.9 and fail with Indi 2.0+.
See: https://github.com/Stellarium/stellarium/issues/3038

Signed-off-by: Christopher Baines <mail@cbaines.net>
1592749d — Sharlatan Hellseher 2 years ago
gnu: python-tweakwcs: Update to 0.8.3.

* gnu/packages/astronomy.scm (python-tweakwcs): Update to 0.8.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
cb5608e3 — Sharlatan Hellseher 2 years ago
gnu: python-sunpy: Update to 5.0.1.

* gnu/packages/astronomy.scm (python-sunpy): Update to 5.0.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
9e2f605b — Sharlatan Hellseher 2 years ago
gnu: python-stpipe: Update to 0.5.1.

* gnu/packages/astronomy.scm (python-stpipe): Update to 0.5.1.
[arguments]{test-flags}: Disable on failing test.

Signed-off-by: Christopher Baines <mail@cbaines.net>
46bdcee9 — Sharlatan Hellseher 2 years ago
gnu: python-stdatamodels: Update packages style.

* gnu/packages/astronomy.scm (python-stdatamodels): Update indentation
to improve readability of the package.
[description]: Add TexInfo styling bits.

Signed-off-by: Christopher Baines <mail@cbaines.net>
514aec43 — Sharlatan Hellseher 2 years ago
gnu: python-stdatamodels: Update to 1.8.3.

* gnu/packages/astronomy.scm (python-stdatamodels): Update to 1.8.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
eef6d037 — Sharlatan Hellseher 2 years ago
gnu: python-stcal: Update package style.

* gnu/packages/astronomy.scm (python-stcal): Update indentation to
improve readability of the package.

Signed-off-by: Christopher Baines <mail@cbaines.net>
bf6bab4e — Sharlatan Hellseher 2 years ago
gnu: python-stcal: Update to 1.4.4.

* gnu/packages/astronomy.scm (python-stcal): Update to 1.4.4.
[arguments]{phases}: Add 'build-extensions phase.
[native-inputs]: Add python-cython.

Signed-off-by: Christopher Baines <mail@cbaines.net>
43b0e120 — Sharlatan Hellseher 2 years ago
gnu: python-jwst: Update to 1.12.3.

* gnu/packages/astronomy.scm (python-jwst): Update to 1.12.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
7c47749a — Sharlatan Hellseher 2 years ago
gnu: python-cdflib: Update to 1.2.1.

* gnu/packages/astronomy.scm (python-cdflib): Update to 1.2.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
6e7c1e8f — Sharlatan Hellseher 2 years ago
gnu: python-crds: Update to 11.17.6.

* gnu/packages/astronomy.scm (python-crds): Update to 11.17.6.

Signed-off-by: Christopher Baines <mail@cbaines.net>
5939412a — Sharlatan Hellseher 2 years ago
gnu: python-drizzle: Update package style.

* gnu/packages/astronomy.scm (python-drizzle): Update package style,
indent and align regions.
[arguments]{test-flags}: Remove them as all tests are passed
successfully.
[native-inputs]: Remove python-coverage, python-pytest-cov.
[description]: Indent region.

Signed-off-by: Christopher Baines <mail@cbaines.net>
dc77700c — Sharlatan Hellseher 2 years ago
gnu: python-drizzle: Update to 1.14.3.

* gnu/packages/astronomy.scm (python-drizzle): Update to 1.14.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
817293ec — Sharlatan Hellseher 2 years ago
gnu: python-reproject: Update to 0.12.0.

* gnu/packages/astronomy.scm (python-reproject): Update to 0.12.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
8647a2d4 — Sharlatan Hellseher 2 years ago
gnu: python-jplephem: Improve package style.

* gnu/packages/astronomy.scm (python-jplephem)[build-system]: Shift to
pyproject-build-system.
[arguments]: Use G-expressions. Simplify 'check phase.
[description]: Extend it with more details.

Signed-off-by: Christopher Baines <mail@cbaines.net>
df3a9124 — Sharlatan Hellseher 2 years ago
gnu: python-jplephem: Update to 2.19.

* gnu/packages/astronomy.scm (python-jplephem): Update to 2.19.

Signed-off-by: Christopher Baines <mail@cbaines.net>
de106246 — Sharlatan Hellseher 2 years ago
gnu: python-gwcs: Update to 0.19.0.

* gnu/packages/astronomy.scm (python-gwcs): Update to 0.19.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
0052743c — Sharlatan Hellseher 2 years ago
gnu: calceph: Update to 3.5.3.

* gnu/packages/astronomy.scm (calceph): Update to 3.5.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Next