| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gnu: python-markdown-it-py: Update to 3.0.0.•••* gnu/packages/python-xyz.scm (python-markdown-it-py): Update to 3.0.0.
[propagated-inputs]: Remove python-typing-extensions; add python-commonmark,
python-linkify-it-py, python-markdown, python-mistletoe,
python-mistune, python-panflute, python-psutil, and python-pyyaml.
[native-inputs]: Remove python-flit; add python-flit-core.
Change-Id: I5dc06b163ddbec0a32a9d7c3da2c834b2e74cd74
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| Felix Gruber | 2024-12-13 | 1 | -5/+12 |
* | gnu: meson-python: Do not delete LICENSES directory.•••* gnu/packages/build-tools.scm (meson-python)[arguments]: Remove custom
phases.
Change-Id: I653d18200dbb718791b3e193105b7ce9b22aa6e2
| Ricardo Wurmus | 2024-12-13 | 1 | -8/+1 |
* | gnu: Add setuptools/wheel to more Python packages.•••* gnu/packages/python-check.scm (python-beartype,
python-pytest-csv)[native-inputs]: Add python-setuptools and python-wheel.
* gnu/packages/python-xyz.scm (python-watchdog, python-xyzservices,
python-zeroconf)[native-inputs]: Same.
Change-Id: Ifac6402da7447a95f4f8fca8d475e87c001bd583
| Ricardo Wurmus | 2024-12-13 | 2 | -7/+16 |
* | gnu: python-typing-extensions: Update to 4.10.0.•••* gnu/packages/python-build.scm (python-typing-extensions): Update to 4.10.0.
Change-Id: I51c82f40f8093e17e8c6a8f20f1e3eae0917f8ee
| Ricardo Wurmus | 2024-12-13 | 1 | -3/+3 |
* | gnu: python-sphinx: Update to 6.2.1.•••* gnu/packages/sphinx.scm (python-sphinx): Update to 6.2.1.
[arguments]: Only disable one test.
[propagated-inputs]: Add texlive-booktabs.
(python-sphinx-5): New variable, inherit from python-sphinx.
Change-Id: I95144924c4c0f293993bfbd7b644c378dd160077
| Ricardo Wurmus | 2024-12-13 | 1 | -8/+99 |
* | gnu: Add missing import (again).•••Change-Id: I8a7de728a0c6bb3a54ad7213cb6cdc39e1172c81
| Lars-Dominik Braun | 2024-12-13 | 1 | -0/+1 |
* | gnu: Add missing import.•••Change-Id: I096914ef3980a99e553f512d1e83a0a1e01b4f7e
| Lars-Dominik Braun | 2024-12-13 | 1 | -0/+1 |
* | gnu: Add python-setuptools/python-wheel where necessary.•••Changes to pyproject-build-system require explicit dependency on
setuptools/wheel.
Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
| Lars-Dominik Braun | 2024-12-13 | 29 | -104/+298 |
* | doc: Document new options for pyproject-build-system.•••* doc/guix.texi (Build Systems): Add documentation for
changed #:configure-flags and new #:backend-path.
Change-Id: Ic8be598ea52ae04230b1e61c329ee55ccbb5dd63
| Lars-Dominik Braun | 2024-12-13 | 1 | -0/+12 |
* | guix: pyproject-build-system: Default configure-flags to empty dictionary.•••PEP 517 specifies it should be a dictionary and thus meson-python cannot
handle an empty list.
Fixes: <https://issues.guix.gnu.org/62781>
* guix/build-system/pyproject.scm (lower): Change default of configure-flags.
* gnu/packages/build-tools.scm (meson-python)[arguments]: Remove #:build-backend,
which was a workaround for this bug.
[native-inputs]: Remove python-p~a-build and python-wheel, which are
not required when using the default build system.
Change-Id: I240ced5c88cf55cbee0d6005d7657bfb6b653b12
| Lars-Dominik Braun | 2024-12-13 | 2 | -9/+3 |
* | gnu: python-pytest-xdist: Disable failing test.•••* gnu/packages/check.scm (python-pytest-xdist)[arguments]: Skip failing
test.
| Lars-Dominik Braun | 2024-12-13 | 1 | -0/+6 |
* | build-system/pyproject: Use TOML parser.•••More reliable than regular expressions.
* guix/build-system/pyproject.scm (%pyproject-build-system-modules): Add (guix build toml).
(pyproject-build): Add argument #:backend-path.
* guix/build/pyproject-build-system.scm (build): Add support for
auto-detected and override backend-path.
* gnu/packages/python-build.scm (python-tomli)[arguments]: Remove
'add-self-to-path, because it is not necessary any more.
(python-poetry-core): Same.
(python-hatchling): Same.
(python-pdm-backend): Same.
| Lars-Dominik Braun | 2024-12-13 | 3 | -50/+38 |
* | guix: toml: Add TOML parser.•••* guix/build/toml.scm: New file.
* tests/toml.scm: New file.
* Makefile.am: Register new files.
| Lars-Dominik Braun | 2024-12-13 | 3 | -0/+922 |
* | gnu: sssd: Import ensure-no-mtimes-pre-1980.•••* gnu/packages/sssd.scm (sssd)[arguments]: Add
python-build-system to #:modules and #:imported modules instead of using
@@ reference.
Change-Id: Id5217e4872a62323691b8976030a1768a6885942
| Lars-Dominik Braun | 2024-12-13 | 1 | -1/+8 |
* | gnu: criu: Remove temporary workaround.•••* gnu/packages/virtualization.scm (criu)[arguments]: Import
ensure-no-mtimes-pre-1980 from python-build-system and remove copied code.
Change-Id: I2ab9eb51dfa66fcf5b0144eab73d63055400e30c
| Lars-Dominik Braun | 2024-12-13 | 1 | -12/+7 |
* | build-system/python: Ignore symlinks when changing mtime.•••* guix/build/python-build-system.scm (ensure-no-mtimes-pre-1980): Ignore
'symlink.
| Lars-Dominik Braun | 2024-12-13 | 1 | -1/+3 |
* | build-system/pyproject: Use python-sans-pip-wrapper as default-python.•••Also adds python-setuptools and python-wheel to relevant packages,
either to native-inputs or to propagated inputs if the pkg_resources
Python module is loaded at runtime.
* guix/build-system/pyproject.scm (default-python): Default to
python-sans-pip-wrapper.
Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4
| Lars-Dominik Braun | 2024-12-13 | 36 | -226/+555 |
* | 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
| Ricardo Wurmus | 2024-12-13 | 1 | -20/+29 |
* | gnu: python-sphinx-alabaster-theme: Update to 0.7.13.•••* gnu/packages/sphinx.scm (python-sphinx-alabaster-theme): Update to 0.7.13.
[build-system]: Use pyproject-build-system.
| Ricardo Wurmus | 2024-12-13 | 1 | -3/+3 |
* | gnu: python-imagesize: Update to 1.4.1.•••* gnu/packages/python-xyz.scm (python-imagesize): Update to 1.4.1.
[build-system]: Use pyproject-build-system.
| Ricardo Wurmus | 2024-12-13 | 1 | -10/+10 |
* | gnu: python-pygments: Update to 2.15.1.•••* gnu/packages/python-xyz.scm (python-pygments): Update to 2.15.1.
[build-system]: Use pyproject-build-system.
[arguments]: Run tests.
[native-inputs]: Add python-pytest.
| Ricardo Wurmus | 2024-12-13 | 1 | -5/+10 |
* | gnu: ngtcp2: Update to 1.9.1 [security fixes].•••Fixes CVE-2024-52811.
* gnu/packages/networking.scm (ngtcp2): Update to 1.9.1.
Change-Id: Ifeb686e7cb66d8358d69277ac98472e1b0880860
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Tomas Volf | 2024-12-13 | 1 | -2/+2 |
* | gnu: cni-plugins: Update to 1.6.1.•••* gnu/packages/containers.scm (cni-plugins): Update to 1.6.1.
Change-Id: I7c956732b118ab9654fbc3dce409498ea5ce08bb
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Tomas Volf | 2024-12-13 | 1 | -2/+2 |
* | gnu: crun: Update to 1.19.•••* gnu/packages/containers.scm (crun): Update to 1.19.
Change-Id: Iadebc4419293075c78a377e27fe5c6cdfc6c373c
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Tomas Volf | 2024-12-13 | 1 | -2/+2 |
* | gnu: zfs: Update to 2.2.7.•••* gnu/packages/file-systems.scm (zfs): Update to 2.2.7.
Change-Id: I91e1cf9651937b231de46431c9865cbcea29c89b
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Ashish SHUKLA | 2024-12-13 | 1 | -6/+6 |
* | gnu: erlang: Update to 27.2.•••* gnu/packages/erlang.scm (erlang): Update to 27.2.
Change-Id: Ib7ed842d8112838c3b7dd2eb5d010822c2faf598
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Igor Goryachev | 2024-12-13 | 1 | -3/+3 |
* | etc: upgrade: Attempt to upgrade the latest libgit2, not the default one.•••* etc/manifests/upgrade.scm (security-packages): Use
‘specification->package’ for libgit2.
Change-Id: I6901ff6d40c645b292aab4779acf1c0547fdc024
| Ludovic Courtès | 2024-12-12 | 1 | -3/+6 |
* | maint: Add ungrafting manifest.•••* etc/manifests/ungraft.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
Change-Id: If4aa7649721b93d3297ecd967d5db4a6b71ec6eb
| Ludovic Courtès | 2024-12-12 | 2 | -0/+50 |
* | guix build: Last argument of ‘dependents’ is optional.•••* guix/scripts/build.scm (dependents): Make ‘max-depth’ optional.
Improve docstring.
Change-Id: Ibeffcf15297ecba3d4000b3adb4e3bc7853f6957
| Ludovic Courtès | 2024-12-12 | 1 | -2/+2 |
* | build-system/cargo: Simplify ‘crate-closure’.•••* guix/build-system/cargo.scm (crate-closure): Remove ‘first?’.
Change-Id: Ica1a661eb422a882ae3a1a54819b2dd7d68449de
| Ludovic Courtès | 2024-12-12 | 1 | -7/+5 |
* | packages: Optimize ‘all-packages’.•••On my laptop, wall-clock time for (all-packages) goes from 27s to 1s.
* gnu/packages.scm (all-packages): Use a hash table to remember visited
packages instead of calling ‘delete-duplicates’ on the final list.
Change-Id: I4aae804656b56ef2095993e91f0572a5891f419f
| Ludovic Courtès | 2024-12-12 | 1 | -12/+20 |
* | etc: Move manifests to a separate directory.•••* etc/disarchive-manifest.scm, etc/hurd-manifest.scm,
etc/kernels-manifest.scm, etc/release-manifest.scm,
etc/source-manifest.scm, etc/system-tests.scm,
etc/time-travel-manifest.scm, etc/upgrade-manifest.scm: Move to…
* etc/manifests: … here, and drop “-manifest” from file name.
* Makefile.am (EXTRA_DIST, assert-binaries-available, check-system):
Adjust accordingly.
Change-Id: Iedee3d0cdd42e72ef8bbf654ea5d3b47dca95874
| Ludovic Courtès | 2024-12-12 | 9 | -11/+11 |
* | build: Fix detection of guile-ssh.•••Fixes <https://issues.guix.gnu.org/74800>.
The check for make-session stopped working after update to 0.18.0. This
commit adds the additional `#:config #f' to skip reading the ssh
configuration, arguably we did not want to do that anyway.
* m4/guix.m4 (GUIX_CHECK_GUILE_SSH): Add `#:config #f' to make-session call.
Change-Id: Id6ea3860292159ac2e6cf2a77df5f720f66aa071
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Reported-by: Dariqq <dariqq@posteo.net>
| Tomas Volf | 2024-12-12 | 1 | -1/+1 |
* | gnu: gnunet-gtk: Update to 0.23.0.•••* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.23.0.
Change-Id: I2d5f47b5773c72777bc0ad4e4ebeaee63c3005b1
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Amélia Coutard-Sander | 2024-12-12 | 1 | -2/+2 |
* | gnu: gnunet: Update to 0.23.0.•••* gnu/packages/gnunet.scm (gnunet): Update to 0.23.0.
[phases]: Adjust disable-problematic-tests phase.
Change-Id: Ibf900d929bcd257932c6997eacbfaeeda1aa7f26
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Amélia Coutard-Sander | 2024-12-12 | 1 | -2/+7 |
* | gnu: cl-simple-matrix: Update to 1.2-0.76b1df4.•••* gnu/packages/lisp-xyz.scm (sbcl-simple-matrix): Update to 1.2-0.76b1df4.
Change-Id: Iad0abf2dad881e2c59b7f9e94fa3c3b04b62562d
| Guillaume Le Vaillant | 2024-12-12 | 1 | -3/+3 |
* | gnu: hyprlang: Fix cross-compilation.•••* gnu/packages/cpp.scm (hyprlang)[arguments]<#:phases>: Set
PKG_CONFIG_EXECUTABLE in CMakeLists.txt.
Change-Id: Ied775ece2de83f6842bf405be76ce7f33fdce5fe
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Hilton Chain | 2024-12-12 | 1 | -0/+11 |
* | gnu: hyprutils: Fix cross-compilation.•••* gnu/packages/cpp.scm (hyprutils)[arguments]<#:phases>: Set
PKG_CONFIG_EXECUTABLE in CMakeLists.txt.
Change-Id: Ia08cf44230c311f444e4881bdca2b759cda9b112
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Hilton Chain | 2024-12-12 | 1 | -0/+11 |
* | doc: cookbook: Document postgres upgrade for cuirass.•••* doc/guix-cookbook.texi(System Management): New chapter.
[Upgrade Postgres for Cuirass] New node.
Change-Id: I23aae16b1f50b6c40c56b78712dfd6eae3834761
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Gabriel Wicki | 2024-12-12 | 1 | -0/+103 |
* | remote: Do not double-quote the repl-command.•••Fixes <https://issues.guix.gnu.org/74787>.
In 0.18.0, the `open-remote-pipe*' now correctly quotes the arguments, so the
double quoting that was done by `shell-quote' is not harmful and breaks at
least offloading and deploy.
* guix/remote.scm (remote-pipe-for-gexp): Call object->string just once.
Change-Id: Id922d26d318bfdd4714e267687c1b27461196d90
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Reported-by: Dariqq <dariqq@posteo.net>
| Tomas Volf | 2024-12-12 | 1 | -4/+1 |
* | services: cuirass: Run in a UTF-8 locale.•••Fixes <https://issues.guix.gnu.org/73751>.
* gnu/services/cuirass.scm (cuirass-shepherd-service): Add ‘LC_ALL’.
Reported-by: Noé Lopez <noelopez@free.fr>
Change-Id: I9121a213405d287e2f15338c8608153e11c2508d
| Ludovic Courtès | 2024-12-12 | 1 | -1/+2 |
* | lint: Pre-compile regexp for ‘starts-with-texinfo-markup?’.•••* guix/lint.scm (%starts-with-texinfo-markup-rx): New variable.
(starts-with-texinfo-markup?): Use it.
Change-Id: I1b7a836ba968631f3f358a88a29e996d431b0001
| Ludovic Courtès | 2024-12-12 | 1 | -1/+4 |
* | lint: More abbreviations.•••* guix/lint.scm: Allow more common abbreviations in double-space-after
sentence check.
* tests/lint.scm: Add tests.
Change-Id: I0eedf73e5fcd0a8c67b3ae3dfa979a57fe0f6253
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Gabriel Wicki | 2024-12-12 | 2 | -2/+2 |
* | lint: Ignore initials from double space check.•••Prevent false positives in initials as the are commonly used in names, e.g.
Margaret E. Hamilton - which obviously do not end sentences. Check whether a
period character `.' is preceded by at least two characters. This should save
us from false positives when linting.
* guix/lint.scm(check-description-style)[check-end-of-sentence-space] Add
condition.
* tests/lint.scm: Add test case.
Change-Id: I42a1365aaaed2afc7308b88ebd4b0720ad362761
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Gabriel Wicki | 2024-12-12 | 2 | -6/+11 |
* | lint: Prevent false positives in description typo check.•••* guix/lint.scm(check-description-style)[check-description-typo]: Add spaces
to match strings to prevent matching false positives, like "allows tokens" or
"prevents torpedoes".
* tests/lint.scm: Add test.
Change-Id: Ifc2ec6167a590b9d2e742dd86fecd798c4bfaa24
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Gabriel Wicki | 2024-12-12 | 2 | -3/+9 |
* | lint: Allow texinfo markup at beginning of synopsis.•••* guix/lint.scm(check-synopsis-style)[check-proper-start]: Add condition.
* tests/lint.scm: Add test case.
Change-Id: I2509b3a4e7e51c6a274697ceb5f776c22e27c5f9
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Gabriel Wicki | 2024-12-12 | 2 | -1/+8 |
* | lint: Allow texinfo markup at beginning of description.•••* guix/lint.scm(starts-with-texinfo-markup?): New function.
(check-description-style)[check-proper-start]: Add condition.
* tests/lint.scm: Add test case.
Change-Id: I674988882265d9e2041d48dba0f9627cd68bf292
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Gabriel Wicki | 2024-12-12 | 2 | -1/+12 |
* | lint: Refine description start check logic.•••Fix linter warnings for the following:
- packages that belong to some programming language or ecosystem,
e.g. python-foo or texlive-bar,
- packages whose names end in a version distinction, e.g. wlroots-0.16 and
- packages where the software's real name contains an underscore `_'
character where our package name replaced that with a hyphen `-',
e.g. wpa_supplicant and wpa-supplicant-minimal.
* guix/lint.scm (check-description-style)[check-proper-start]: Add conditions.
* tests/lint.scm: New tests.
Change-Id: Ifc9f5cda04db59e460e287cd93afae89c7f17e3c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Gabriel Wicki | 2024-12-12 | 2 | -9/+43 |
* | lint: Fix indentation.•••* guix/lint.scm(check-synopsis-style): Add white space.
* tests/lint.scm: Fix indentation.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I8e08fa43131c586065b742fc441172c9408877a3
| Gabriel Wicki | 2024-12-12 | 2 | -9/+9 |
* | gnu: lapack: Mark as tunable.•••* gnu/packages/maths.scm (lapack)[properties]: New field.
Change-Id: Iec6383a36f699a573654827a0f7ddaf52790625a
| Ludovic Courtès | 2024-12-12 | 1 | -1/+2 |