services: forgejo-runner: Add ‘log-file’ option. * gnu/services/ci.scm (<forgejo-runner-configuration>) [log-file]: New field. (forgejo-runner-shepherd-service): Use new field. * doc/guix.texi (Continuous Integration): Add documentation. Change-Id: Ie03e6d4b9b4f2c1cad0e9cd20032fca5ae4a4410 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
services: herd: Remove ‘load-services/safe’. This is a followup to 95731b4ef1991f5b85aa9ec9d4fb97c006bec65d. * gnu/services/herd.scm (load-services/safe): Remove. * guix/scripts/system/reconfigure.scm (upgrade-services-program): Use ‘load-services’. Change-Id: Ie5ab99e69e2d7c1934fddd37794c07e6e07489a3
services: herd: Use the non-deprecated form of ‘register-services’. Passing a rest list to ‘register-services’ is deprecated since version 0.10.0 of the Shepherd. * gnu/services/herd.scm (load-services): Pass a list to ‘register-services’. Change-Id: Id6325259aed86d02510d4c741c0cd41c4566d3c8
gnu: Add OSU micro benchmarks. * gnu/packages/benchmark.scm (osu-micro-benchmarks): New variable. Change-Id: I642a30fa64e03cd8bd1dd6cd1630ca92851c3ba6 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: libcxi: Update to 12.0.1. * gnu/packages/linux.scm (libcxi): Update to 12.0.1. Change-Id: I253ed3c744e5fd3f2067c0dd7a317ce9b5f0c732
gnu: libfabric: Update to 2.3.0. * gnu/packages/linux.scm (libfabric): Update to 2.3.0. (libfabric-1): New variable. * gnu/packages/mpi.scm (openmpi-4)[inputs]: Use ‘libfabric-1’ instead of ‘libfabric’. (openmpi-5)[inputs]: Replace ‘libfabric-1’ by ‘libfabric’. Change-Id: I2cd739f1891960b0e8c6125589e3b05c82956353
gnu: rdma-core: Update to 59.0. * gnu/packages/linux.scm (rdma-core): Update to 59.0. Change-Id: Ic6e35c7c5f3f16bc39f8ec98bb96484f9bc19631
gnu: trealla: Update to 2.84.1. * gnu/packages/prolog.scm (trealla): Update to 2.84.1. Change-Id: I2b8b1c8ac342ad00df9e8c58895836aacf471fbc
gnu: libkscreen: Fix build. * gnu/packages/kde-plasma.scm (libkscreen)[arguments]<#:test-exclude>: Exclude "kscreen-testqscreenbackend". <#:phases>: In 'check-env-setup phase, do not add "verifyScreen" to BLACKLIST. Change-Id: Ic15de9d443a62f0f6e306e98fc2c2f4b9243a9a3
gnu: nextcloud-client: Fix GUI not working. * gnu/packages/sync.scm (nextcloud-client)[source]<snippet>: Keep the bundled qtlockfile and qtsingleapplication. [inputs]: Remove qtsolutions. Change-Id: Iea269b8c8a08d9cefb9f9a8138181cb314589c9d
gnu: packages/python-xyz: Sort python-t[oqrw]* variables. * gnu/packages/python-xyz.scm::(python-tokenize-rt, python-tomlkit, python-toolrack, python-toolshed, python-toolz, python-toposort, python-towncrier, python-tqdm, python-traitlets, python-translitcodec, python-treelib, python-trio, python-trio-typing, python-trubar, python-twine, python-twisted): Sort variables alphabetically. Change-Id: Ia69b8d06ec79742d65b0aa5fbe7ab03919587205
gnu: packages/python-xyz: Sort python-t[abefhil]* variables. * gnu/packages/python-xyz.scm::(python-tables, python-tablib, python-tabulate, python-takethetime, python-taskgroup, python-tasklogger, python-tatsu, python-tblib, python-telethon, python-tempdir, python-tempora, python-tenacity, python-term-background, python-term-image, python-termcolor, python-termcolor-1, python-terminaltables, python-termstyle, python-text-unidecode, python-textdistance, python-textparser, python-texttable, python-textual, python-tftpy, python-three-merge, python-throttler, python-tifffile, python-tifffile-for-dask-image, python-tiktoken, python-timeout-decorator, python-titlecase, python-tlsh): Sort variables alphabetically. Change-Id: I8d1195dfcbb587244ec5fbc7b0a794eeef408fd5
gnu: python-tablib: Update to 3.9.0. * gnu/packages/python-xyz.scm (python-tablib): Update to 3.9.0. [inputs]: Add python-tabulate. [propagated-inputs]: Remove python-tabulate. [native-inputs]: Remove python-pandas and python-wheel. Change-Id: I98082293c603666eeef7d873e75d73f22bdfa696
gnu: python-tabulate: Fix home page. * gnu/packages/python-xyz.scm (python-tabulate)[home-page]: BitBucket pack does not longer exist. PyPI page provides the link to GitHub. Change-Id: I16245a559904ad4600ebca5192111fc4f5099c9e
gnu: python-tasklogger: Reduce closure size, replace nose2 with pytest. * gnu/packages/python-xyz.scm (python-tasklogger)[native-inputs]: Remove python-coverage, python-coveralls, python-nose2, and python-wheel; add python-pytest. Change-Id: I2dd6106ae5063f180d0dd8312771b0108470dd79
gnu: python-tatsu: Update to 5.13.2. * gnu/packages/python-xyz.scm (python-tatsu): Update to 5.13.2. [native-inputs]: Remove python-wheel. Change-Id: I5ee00d78f30614e69bb30f1afad3ea2987668f69
gnu: python-rsa: Move to python-crypto. * gnu/packages/python-xyz.scm (python-rsa): Move from here ... * gnu/packages/python-crypto.scm: ... to here. Change-Id: I374bc70c4bbab48979f2b4b80505a1ad79545437
gnu: python-rsa: Update to 4.9.1. * gnu/packages/python-xyz.scm (python-rsa): Update to 4.9.1. [build-system]: Switch to pyproject-build-system. [arguments] <tests?>: Disable missing tests. [native-inputs]: Add python-poetry-core. Change-Id: I495b4e68aeb83e944f9f6902cfe6b77f6bdd0f10
gnu: python-termstyle: Switch to pyproject. * gnu/packages/python-xyz.scm (python-termstyle)[build-system]: Switch to pyproject-build-system. [arguments] <test-backend, test-flags>: Use custom. <phases>: Use default 'check. [native-inputs]: Add python-setuptools. Change-Id: I3be88871b4e25ad1a1174353197f114ace148274
gnu: python-text-unidecode: Switch to pyproject. * gnu/packages/python-xyz.scm (python-text-unidecode)[build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I280cd33fa8d28b09d7ade4d72950c95a10b4cc07