Commit graph

125051 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 2bae0081f9
gnu: nmrpflash: Use G-expressions.
* gnu/packages/admin.scm (nmrpflash)[arguments]:
Rewrite as G-expressions.
2023-09-24 02:00:00 +02:00
Tobias Geerinckx-Rice 674355c399
gnu: nmrpflash: Update to 0.9.21.
* gnu/packages/admin.scm (nmrpflash): Update to 0.9.21.
2023-09-24 02:00:00 +02:00
Jean-Pierre De Jesus DIAZ d0438fcf65
gnu: Add liquidctl.
* gnu/packages/hardware.scm (liquidctl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-28 00:06:26 +02:00
Jean-Pierre De Jesus DIAZ 18bf6c69be
gnu: python-pyusb: Add libusb-compat backend.
* gnu/packages/libusb.scm (python-pyusb) <arguments>: Do not hard-code
  libusb1 library for all back-ends, and allow to use libusb0 as a
  back-end.  Also enabled tests as the package does have a test suite.

* gnu/packages/libusb.scm (python-pyusb) <inputs>: Add libusb-compat.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-28 00:06:09 +02:00
Jean-Pierre De Jesus DIAZ c307a18415
gnu: python-pyusb: Use G-Expressions.
* gnu/packages/usb.scm (python-pyusb) <arguments>: Use G-Expressions
  style instead of quoting.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-28 00:06:00 +02:00
Jean-Pierre De Jesus DIAZ ab8290c06a
gnu: Add python-smbus.
* gnu/packages/linux.scm (python-smbus): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-28 00:05:50 +02:00
B. Wilson 8843e1e316
gnu: Add qdl.
* gnu/packages/flashing-tools.scm (qdl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-27 23:59:52 +02:00
B. Wilson d0d6851d85
gnu: Add blinkenlights.
* gnu/packages/assembly.scm (blinkenlights): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-27 23:58:38 +02:00
Ludovic Courtès 72fc91b113
tests: ‘rewrite-url’ test no longer depends on network access.
Fixes <https://issues.guix.gnu.org/66097>.
Previously, this test would actually need to access dist.libuv.org.

* tests/gnu-maintenance.scm ("rewrite-url, without to-version"): Change
URLs from https to http, and from libuv.org to libuv.example.org.
Parameterize ‘current-http-proxy’.

Reported-by: Janneke Nieuwenhuizen <janneke@gnu.org>
2023-09-27 23:38:21 +02:00
Roel Janssen bab1d1704d
gnu: virtuoso-ose: Update to 7.2.11.
* gnu/packages/databases.scm (virtuoso-ose): Update to 7.2.11.
2023-09-27 21:18:48 +02:00
Tobias Geerinckx-Rice 0500af5556
Revert "build: Add missing guix-gc.timer file to binary tarball."
This reverts commit 69f6edc1a8.

The intention is good, but nodist_systemdservice_DATA are meant to be
disposable artefacts generated from corresponding ‘.in’ files.

etc/guix-gc.timer doesn't fit that description, breaking builds:

  $ make clean && make
  …
  make[2]: *** No rule to make target 'etc/guix-gc.timer', needed by 'all-am'.  Stop.
2023-09-24 02:00:00 +02:00
Raphaël Mélotte 01153b632b
gnu: tio: Update to 2.7.
* gnu/packages/terminals.scm (tio): Update to 2.7.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-09-24 02:00:00 +02:00
Tobias Geerinckx-Rice bd6af33dbf
gnu: bcachefs-tools: Restore mount.bcachefs shell script version.
* gnu/packages/file-systems.scm (bcachefs-tools): Add back the old
'promote-mount.bcachefs.sh, tweaked to remove the new symlink.
[inputs]: Add back coreutils-minimal, gawk, and util-linux.
2023-09-24 02:00:00 +02:00
Tobias Geerinckx-Rice 21363801ae
gnu: bcachefs-tools: Remove obsolete phase.
* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Remove
obsolete phase to 'patch-shell-wrappers that no longer exist.
2023-09-24 02:00:00 +02:00
Tobias Geerinckx-Rice aaa0a4c636
gnu: bcachefs-tools: Update to 1.2-0.1e35840.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 1.2-0.1e35840.
2023-09-24 02:00:00 +02:00
Tobias Geerinckx-Rice f5e349ceb2
Revert "gnu: bcachefs-tools: Restyle format."
This reverts commit a5477e3a82.
This ‘guix style’d change does not improve readability, sometimes
reduces it, and awkwardly cramps horizontal space.
2023-09-24 02:00:00 +02:00
Timotej Lazar ce0cc6137d
gnu: sssd: Update to 2.9.2.
* gnu/packages/sssd.scm (sssd): Update to 2.9.2.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:08:02 +01:00
Tobias Kortkamp ceab162669
gnu: wvkbd: Update to 0.14.1.
* gnu/packages/xdisorg.scm (wvkbd): Update to 0.14.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:08:02 +01:00
pinoaffe 3fe9a30e94
gnu: yt-dlp: Update to 2023.09.24.
* gnu/packages/video.scm (yt-dlp): Update to 2023.09.24.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:08:02 +01:00
Hendursaga 5c3e4c826f
gnu: lhasa: Update to 0.4.0.
* gnu/packages/compression.scm (lhasa): Update to 0.4.0.
[arguments]: Use G-expressions.
[home-page]: Switch to github.io.
[description]: Add Texinfo markup.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:08:02 +01:00
Zhu Zihao d05af1dbaf
gnu: vcmi: Update to 1.3.2.
* gnu/packages/games.scm (vcmi): Update to 1.3.2.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:08:02 +01:00
Hendursaga e13a525d25
gnu: cmark: Update to 0.30.3.
* gnu/packages/markup.scm (cmark): Update to 0.30.3.
[source]: Update URL.
[description]: Improve description.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:08:02 +01:00
Sharlatan Hellseher 105113f241
gnu: python-tslearn: Update to 0.6.2.
* gnu/packages/machine-learning.scm (python-tslearn): Update to 0.6.2.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:08:01 +01:00
Sharlatan Hellseher 893e14cde3
gnu: python-astropy: Update to 5.3.3.
* gnu/packages/astronomy.scm (python-astropy): Update to 5.3.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:08:01 +01:00
Sharlatan Hellseher 07a9f57a69
gnu: python-stdatamodels: Update to 1.8.0.
* gnu/packages/astronomy.scm (python-stdatamodels): Update to 1.8.0.
[propagated-inputs]: Remove python-jsonschema.
[native-inputs]: Remove python-pytest-openfiles.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:08:01 +01:00
Sharlatan Hellseher 20e9fd2bcd
gnu: python-roman-datamodels: Remove all test constraints.
* gnu/packages/astronomy.scm (python-roman-datamodels): Remove all test
constraints. All of 1115 passed.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:38 +01:00
Sharlatan Hellseher e211419e0a
gnu: python-roman-datamodels: Update to 0.17.1.
* gnu/packages/astronomy.scm (python-roman-datamodels): Update to
0.17.1.
[arguments]{phases}: Add 'set-env phase to pass tests.
[native-inputs]: Remove python-pytest-openfiles. Add python-pytest-env.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:19 +01:00
Sharlatan Hellseher 9bf19a302b
gnu: python-rad: Update to 0.17.1.
* gnu/packages/astronomy.scm (python-rad): Update to 0.17.1.
[arguments]{tests?}: Disable them to break dependencies cycle.
[native-inputs]: Remove python-astropy, python-pytest,
python-pytest-doctestplus, python-pytest-openfiles.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:19 +01:00
Sharlatan Hellseher 56dae77d1c
gnu: python-pyvo: Update to 1.4.2.
* gnu/packages/astronomy.scm (python-pyvo): Update to 1.4.2.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:18 +01:00
Sharlatan Hellseher 1cd93c474e
gnu: python-photutils: Update to 1.9.0.
* gnu/packages/astronomy.scm (python-photutils): Update to 1.9.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:18 +01:00
Sharlatan Hellseher b38d893b90
gnu: python-jwst: Update to 1.11.4.
* gnu/packages/astronomy.scm (python-jwst): Update to 1.11.4.
[propagated-inputs]: Add python-asdf-transform-schemas, python-jplephem.
[native-inputs]: Remove python-codecov, python-flake8.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:18 +01:00
Sharlatan Hellseher 815d0c00d5
gnu: python-fitsio: Update to 1.2.0.
* gnu/packages/astronomy.scm (python-fitsio): Update to 1.2.0.
[arguments]{phases}: Swap 'unbundle-cfitsio to 'set-env as there is
support for system CFitsio library provided.
[inputs]: Add zlib.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:18 +01:00
Sharlatan Hellseher 8b6d84a81c
gnu: python-crds: Update to 11.17.4.
* gnu/packages/astronomy.scm (python-crds): Update to 11.17.4.
[propagated-inputs]: Remove python-lxml.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:18 +01:00
Sharlatan Hellseher 85e1945e13
gnu: python-bayesicfitting: Update to 3.2.0.
* gnu/packages/astronomy.scm (python-bayesicfitting): Update to 3.2.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:18 +01:00
Sharlatan Hellseher 0f44e4fe25
gnu: python-sunpy: Enable more tests.
* gnu/packages/astronomy.scm (python-sunpy): Enable tests detecting
python-cdflib metadata. Update annotation for still disabled tests.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:18 +01:00
Sharlatan Hellseher 4cef9cb160
gnu: python-cdflib: Fix version detection.
* gnu/packages/astronomy.scm (python-cdflib): Fix version detection
during build Wheel package.
[arguments]: Add new phase 'set-env-version.
[native-inputs]: Add python-setuptools-scm.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:18 +01:00
Sharlatan Hellseher 03c7b82cf6
gnu: python-cdflib: Update to 1.1.0.
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.1.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:18 +01:00
Sharlatan Hellseher 6e44f200a2
gnu: python-astropy-healpix: Update to 1.0.0.
* gnu/packages/astronomy.scm (python-astropy-healpix): Update to 1.0.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:18 +01:00
Sharlatan Hellseher 9afbbfc8ab
gnu: splash: Update to 3.8.4.
* gnu/packages/astronomy.scm (splash): Update to 3.8.4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:17 +01:00
Sharlatan Hellseher baa5222979
gnu: libxisf: Extend description.
* gnu/packages/astronomy.scm (libxisf)[description]: Explain acronym.
Add essential links to the mentioned standard and the service.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:17 +01:00
Sharlatan Hellseher c8be9fb5aa
gnu: libxisf: Update to 0.2.9.
* gnu/packages/astronomy.scm (libxisf): Update to 0.2.9.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:17 +01:00
fanquake 22b4c8d719
gnu: python-coloful: Update to 0.5.5.
* gnu/packages/python-xyz.scm (python-colorful): Update to 0.5.5.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:17 +01:00
fanquake 47fe9da5d3
gnu: python-pyotp: Update to 2.9.0.
* gnu/packages/python-crypto.scm (python-pyotp): Update to 2.9.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:17 +01:00
Parnikkapore 8bc78fc86b
gnu: gajim: Clean up formatting.
* gnu/packages/messaging.scm (gajim): Clean up formatting.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:17 +01:00
Parnikkapore b0938affbb
gnu: python-nbxmpp: Clean up formatting.
* gnu/packages/messaging.scm (python-nbxmpp): Clean up formatting.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:17 +01:00
Parnikkapore 79261203fd
gnu: gajim-openpgp: Update to 1.5.0.
* gnu/packages/messaging.scm (gajim-openpgp): Update to 1.5.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:17 +01:00
Parnikkapore d1412b1fb3
gnu: gajim-omemo: Update to 2.9.0.
* gnu/packages/messaging.scm (gajim-omemo): Update to 2.9.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:17 +01:00
Parnikkapore e99e0e0816
gnu: gajim: Update to 1.7.3.
* gnu/packages/messaging.scm (gajim): Update to 1.7.3.
[arguments]: Switch to "python -m build".  To use pyproject-build-system,
support for backend-path is needed.  Add metadata build and install phase.
Switch to "python -m unittest" as test method, following upstream
recommendation.  Generate gdk-pixbuf cache and include result in wrapper.
Allows Gajim to run in pure environments.
[native-search-paths]: Update.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:17 +01:00
Parnikkapore 9d7daaf10f
gnu: python-nbxmpp: Update to 4.2.2.
Gajim will not build at this commit.

* gnu/packages/messaging.scm (python-nbxmpp): Update to 4.2.2.
[arguments]: Specify "python -m unittest" as test method.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27 12:07:14 +01:00
Clément Lassieur 2c9009f9fe
gnu: transmission: Fix loading icons in pure environments.
* gnu/packages/bittorrent.scm (transmission)[arguments]: Add a 'wrap-program'
phase that sets GDK_PIXBUF_MODULE_FILE.
2023-09-27 13:03:45 +02:00