aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/irods.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-07-28 00:18:46 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:15:41 +0000
commitca945f7c35bbc5d05a6ad7e5baa15f79e0fd0ecc (patch)
treed236f5c2bf529ead180f33a1e6819cd70fc35ea7 /gnu/packages/irods.scm
parent1190d8b1487ee56218d53637c3c60e3b0c632518 (diff)
downloadguix-ca945f7c35bbc5d05a6ad7e5baa15f79e0fd0ecc.tar.gz
guix-ca945f7c35bbc5d05a6ad7e5baa15f79e0fd0ecc.zip
gnu: python-sphinx: Update to 5.3.0.
* gnu/packages/sphinx.scm (python-sphinx): Update to 5.3.0. [build-system]: Use pyproject-build-system. [arguments]: Remove custom check phase; add pre-check phase. [propagated-inputs]: Add python-colorama, python-filelock, python-flake8, python-html5lib, python-isort, python-mypy, python-sphinxcontrib-websupport, and python-types-requests. [native-inputs]: Remove python-html5lib; add python-flit-core. Change-Id: I843d70361cdf707ca67616075f4c71f1e59a72f3
Diffstat (limited to 'gnu/packages/irods.scm')
0 files changed, 0 insertions, 0 deletions
ckages?. Define 'check-supported-packages' and honor #:allow-unsupported-packages?. * tests/guix-pack.sh, tests/guix-package.sh, tests/guix-shell.sh: Ensure that unsupported packages are rejected. * tests/guix-system.sh: Pass "--system=armhf-linux" when attempting to build gnu/system/examples/asus-c201.tmpl. Ludovic Courtès 2020-09-28tests: Simplify shell exit status negation;...* tests/guix-archive.sh, tests/guix-build-branch.sh, tests/guix-build.sh, tests/guix-daemon.sh, tests/guix-download.sh, tests/guix-environment.sh, tests/guix-gc.sh, tests/guix-git-authenticate.sh, tests/guix-graph.sh, tests/guix-hash.sh, tests/guix-lint.sh, tests/guix-pack-relocatable.sh, tests/guix-pack.sh, tests/guix-package-aliases.sh, tests/guix-package-net.sh, tests/guix-package.sh: Use the shell '!' keyword to negate command exit status in place of 'if ...; then false; else true; fi' Eric Bavier