summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-24gnu: rizin: Update to 0.6.2.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (rizin): Update to 0.6.2. [inputs]: Re-indent.
2023-09-24gnu: minicom: Update package style.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (minicom)[arguments]: Rewrite as G-expressions. [native-inputs]: Remove input labels.
2023-09-24gnu: minicom: Update to 2.9.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (minicom): Update to 2.9. [arguments]: Don't explicitly return #t from phases. [native-inputs]: Upgrade autoconf to autoconf-2.71.
2023-09-24gnu: libdeflate: Update to 1.19.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (libdeflate): Update to 1.19.
2023-09-24gnu: astyle: Don't build static or debug libraries.Tobias Geerinckx-Rice
* gnu/packages/code.scm (astyle)[arguments]: Build only the "release" and "shared" targets we actually care about.
2023-09-24gnu: astyle: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/code.scm (astyle)[arguments]: Rewrite as G-expressions.
2023-09-24gnu: astyle: Omit static libraries.Tobias Geerinckx-Rice
* gnu/packages/code.scm (astyle)[arguments]: Improve the buggy regexp in the 'install-libs phase to install only dynamic libraries.
2023-09-24gnu: astyle: Update to 3.4.8.Tobias Geerinckx-Rice
* gnu/packages/code.scm (astyle): Update to 3.4.8. [arguments]: Don't explicitly return #t from phases.
2023-09-24read-print: Be more mindful of horizontal space in packages.Tobias Geerinckx-Rice
Perhaps due to their staged nature, packages tend to be ‘lopsided’: deeply nested, with the most elaborate code on the {build,right-hand-,in}side, in snippets and phases. When we indent outer forms too eagerly, we can easily run short on columns by the time we get to the build code, reducing readability. A few strategically-placed newlines early on can make a big difference. * guix/read-print.scm (%newline-forms): Add a newline after opening a <package> source field or an argument list. Compensate by removing the base32 special case, which is now unnecessary.
2023-09-24gnu: nmrpflash: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (nmrpflash)[arguments]: Rewrite as G-expressions.
2023-09-24gnu: nmrpflash: Update to 0.9.21.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (nmrpflash): Update to 0.9.21.
2023-09-28gnu: Add liquidctl.Jean-Pierre De Jesus DIAZ
* gnu/packages/hardware.scm (liquidctl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-28gnu: python-pyusb: Add libusb-compat backend.Jean-Pierre De Jesus DIAZ
* 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-28gnu: python-pyusb: Use G-Expressions.Jean-Pierre De Jesus DIAZ
* 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-28gnu: Add python-smbus.Jean-Pierre De Jesus DIAZ
* gnu/packages/linux.scm (python-smbus): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-27gnu: Add qdl.B. Wilson
* gnu/packages/flashing-tools.scm (qdl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-27gnu: Add blinkenlights.B. Wilson
* gnu/packages/assembly.scm (blinkenlights): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-27tests: ‘rewrite-url’ test no longer depends on network access.Ludovic Courtès
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-27gnu: virtuoso-ose: Update to 7.2.11.Roel Janssen
* gnu/packages/databases.scm (virtuoso-ose): Update to 7.2.11.
2023-09-24Revert "build: Add missing guix-gc.timer file to binary tarball."Tobias Geerinckx-Rice
This reverts commit 69f6edc1a8596d2cb4c67e0435d35633af6f3cbc. 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-24gnu: tio: Update to 2.7.Raphaël Mélotte
* gnu/packages/terminals.scm (tio): Update to 2.7. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-09-24gnu: bcachefs-tools: Restore mount.bcachefs shell script version.Tobias Geerinckx-Rice
* 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-24gnu: bcachefs-tools: Remove obsolete phase.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Remove obsolete phase to 'patch-shell-wrappers that no longer exist.
2023-09-24gnu: bcachefs-tools: Update to 1.2-0.1e35840.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 1.2-0.1e35840.
2023-09-24Revert "gnu: bcachefs-tools: Restyle format."Tobias Geerinckx-Rice
This reverts commit a5477e3a82114ce2909e63a07c7e6df6da617821. This ‘guix style’d change does not improve readability, sometimes reduces it, and awkwardly cramps horizontal space.
2023-09-27gnu: sssd: Update to 2.9.2.Timotej Lazar
* gnu/packages/sssd.scm (sssd): Update to 2.9.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27gnu: wvkbd: Update to 0.14.1.Tobias Kortkamp
* gnu/packages/xdisorg.scm (wvkbd): Update to 0.14.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27gnu: yt-dlp: Update to 2023.09.24.pinoaffe
* gnu/packages/video.scm (yt-dlp): Update to 2023.09.24. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27gnu: lhasa: Update to 0.4.0.Hendursaga
* 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-27gnu: vcmi: Update to 1.3.2.Zhu Zihao
* gnu/packages/games.scm (vcmi): Update to 1.3.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27gnu: cmark: Update to 0.30.3.Hendursaga
* 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-27gnu: python-tslearn: Update to 0.6.2.Sharlatan Hellseher
* gnu/packages/machine-learning.scm (python-tslearn): Update to 0.6.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27gnu: python-astropy: Update to 5.3.3.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-astropy): Update to 5.3.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27gnu: python-stdatamodels: Update to 1.8.0.Sharlatan Hellseher
* 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-27gnu: python-roman-datamodels: Remove all test constraints.Sharlatan Hellseher
* 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-27gnu: python-roman-datamodels: Update to 0.17.1.Sharlatan Hellseher
* 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-27gnu: python-rad: Update to 0.17.1.Sharlatan Hellseher
* 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-27gnu: python-pyvo: Update to 1.4.2.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-pyvo): Update to 1.4.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27gnu: python-photutils: Update to 1.9.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-photutils): Update to 1.9.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27gnu: python-jwst: Update to 1.11.4.Sharlatan Hellseher
* 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-27gnu: python-fitsio: Update to 1.2.0.Sharlatan Hellseher
* 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-27gnu: python-crds: Update to 11.17.4.Sharlatan Hellseher
* 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-27gnu: python-bayesicfitting: Update to 3.2.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-bayesicfitting): Update to 3.2.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27gnu: python-sunpy: Enable more tests.Sharlatan Hellseher
* 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-27gnu: python-cdflib: Fix version detection.Sharlatan Hellseher
* 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-27gnu: python-cdflib: Update to 1.1.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.1.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27gnu: python-astropy-healpix: Update to 1.0.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-astropy-healpix): Update to 1.0.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27gnu: splash: Update to 3.8.4.Sharlatan Hellseher
* gnu/packages/astronomy.scm (splash): Update to 3.8.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-27gnu: libxisf: Extend description.Sharlatan Hellseher
* 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-27gnu: libxisf: Update to 0.2.9.Sharlatan Hellseher
* gnu/packages/astronomy.scm (libxisf): Update to 0.2.9. Signed-off-by: Christopher Baines <mail@cbaines.net>