summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-19gnu: python-packaging: Remove labels....* gnu/packages/python-xyz.scm (python-packaging) [native-inputs]: Remove labels. [propagated-inputs]: Likewise. Maxim Cournoyer
2023-04-19gnu: qtbase: Disable unstable tst_qpauseanimation test....* gnu/packages/qt.scm (qtbase) [arguments]: Disable tst_qpauseanimation in check phase. Maxim Cournoyer
2023-04-19gnu: opendht: Fix build....* gnu/packages/networking.scm (opendht) [arguments]: Add delete-autogen phase. Maxim Cournoyer
2023-04-19gnu: python-pytest-benchmark: Update to 4.0.0....* gnu/packages/python-check.scm (python-pytest-benchmark): Update to 4.0.0. Maxim Cournoyer
2023-04-19gnu: python-execnet: Update to 1.9.0-1.d6aa1a5....* gnu/packages/patches/python-execnet-read-only-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. * gnu/packages/python-xyz.scm (python-execnet): Update to 1.9.0-1.d6aa1a5. [source]: Remove patch. Fetch from git. [build-system]: Use pyproject-build-system. [arguments]: Remove check phase override. Add adjust-for-pytest-7.2+, pretend-version and prepare-for-tests phases. [native-inputs]: Add python-hatchling, python-hatchling-vcs, python-py and python-pytest-timeout. Maxim Cournoyer
2023-04-19gnu: Add python-hatch-vcs....* gnu/packages/python-build.scm (python-hatch-vcs): New variable. Maxim Cournoyer
2023-04-19gnu: python-hatchling: Update to 1.14.0....* gnu/packages/python-build.scm (python-hatchling): Update to 1.14.0. [arguments]: Replace do-not-depend-on-hatchling phase with add-src-to-path. [description]: Expound. Maxim Cournoyer
2023-04-19gnu: python-hatchling: Move to (gnu packages python-build)....* gnu/packages/python-xyz.scm (python-hatchling): Move to... * gnu/packages/python-build.scm (python-hatchling): ... here. Maxim Cournoyer
2023-04-19gnu: python-flit-scm: Update to 1.7.0....* gnu/packages/python-build.scm (python-flit-scm): Update to 1.7.0. [build-system]: Use pyproject-build-system. [arguments]: Remove #:phases. Add #:build-backend. [native-inputs]: Delete field. Maxim Cournoyer
2023-04-19gnu: python-setuptools-scm: Update to 7.1.0....* gnu/packages/python-build.scm (python-setuptools-scm): Update to 7.1.0. [arguments]: Disable tests. [propagated-inputs]: Add python-typing-extensions. Remove input labels. Maxim Cournoyer
2023-04-19gnu: python-typing-extensions: Move to (gnu packages python-build)....* gnu/packages/python-xyz.scm (python-typing-extensions): Move to... * gnu/packages/python-build.scm (python-typing-extensions): ... here. Maxim Cournoyer
2023-04-19gnu: Remove python-typing-extensions-next....* gnu/packages/python-xyz.scm (python-typing-extensions-next): Delete variable. Maxim Cournoyer
2023-04-19gnu: python-typing-extensions: Use pyproject-build-system....* gnu/packages/python-xyz.scm (python-typing-extensions) [arguments]: Remove #:phases argument. [native-inputs]: Remove python-pypa-build. Maxim Cournoyer
2023-04-19gnu: python-flit-core-bootstrap: Update to 3.8.0....* gnu/packages/python-build.scm (python-flit-core-bootstrap): Update to 3.8.0. [home-page]: Update URL. Maxim Cournoyer
2023-04-19gnu: python-poetry-core: Update to 1.5.2....* gnu/packages/python-build.scm (python-poetry-core): Update to 1.5.2. [source]: Adjust URL. [build-system]: Use pyproject-build-system. [arguments]: New field. Maxim Cournoyer
2023-04-19gnu: python-pep517-bootstrap: Add TODO comment....* gnu/packages/python-build.scm (python-pep517-bootstrap): Add TODO comment. Maxim Cournoyer
2023-04-19gnu: python-wheel: Update to 0.40.0....* gnu/packages/python-build.scm (python-wheel): Update to 0.40.0. [home-page]: Update URL. Maxim Cournoyer
2023-04-19gnu: python-setuptools: Update to 67.6.1....* gnu/packages/python-build.scm (python-setuptools): Update to 67.6.1. Maxim Cournoyer
2023-04-19gnu: python-pip: Update to 23.1....* gnu/packages/python-build.scm (python-pip): Update to 23.1. Maxim Cournoyer
2023-04-19gnu: python-tomli-w: Use pyproject-build-system....* gnu/packages/python-build.scm (python-tomli-w) [build-system]: Use pyproject-build-system. [arguments]: Remove #:phases arguments. Maxim Cournoyer
2023-04-19gnu: python-tomli: Update to 2.0.1....* gnu/packages/python-build.scm (python-tomli): Update to 2.0.1. [build-system]: Use pyproject-build-system. [arguments]: Remove build and install phase overrides. Add add-self-to-path. [native-inputs]: Remove python-pypa-build and input labels. Maxim Cournoyer
2023-04-19gnu: python-pathspec: Update to 0.11.1....* gnu/packages/python-build.scm (python-pathspec): Update to 0.11.1. [home-page]: Update URL. Maxim Cournoyer
2023-04-19gnu: Add python-trove-classifiers....* gnu/packages/python-build.scm (python-trove-classifiers): New variable. Maxim Cournoyer
2023-04-19gnu: python-xyz: Move some packages to (gnu packages python-build)....This is to prepare for the new 'python-hatchling' build package, which has these dependencies. * gnu/packages/python-xyz.scm (python-pathspec, python-pluggy): Move to... * gnu/packages/python-build.scm: ... here. Re-organize definitions a bit, with comments. Maxim Cournoyer
2023-04-20gnu: libsoup: Depend on Samba only on supported systems....This unlocks gtk+@3 on i686-linux, which so far was unavailable because Samba depends on Rust. * gnu/packages/gnome.scm (libsoup-minimal)[inputs]: Have 'samba/pinned' dependency only on supported systems. Ludovic Courtès
2023-04-19gnu: python-shiboken-2: Fix compilation with Python 3.10....* gnu/packages/patches/python-shiboken-2-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/qt.scm (python-shiboken-2): Use it. Ludovic Courtès
2023-04-19gnu: xdot: Complete atk to at-spi2-core transition....This is a followup to c000352c27f511dfb5569bef09f9b774d6100117. * gnu/packages/graphviz.scm (xdot)[arguments]: In 'wrap' phase, change "atk" to "at-spi2-core". Ludovic Courtès
2023-04-19gnu: emacs-xelb: Fix compilation error with xcb-proto@1.15....* gnu/packages/patches/emacs-xelb-ignore-length-element.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/emacs-xyz.scm (emacs-xelb): Use it. Ludovic Courtès
2023-04-19locale: Add glibc 2.33 to '%default-locale-libcs'....Fixes <https://issues.guix.gnu.org/62934>. Reported by Brian Cully <bjc@spork.org>. * gnu/system/locale.scm (%default-locale-libcs): Add GLIBC-2.33. Ludovic Courtès
2023-04-19gnu: glibc: Reintroduce version 2.33....* gnu/packages/base.scm (glibc-2.33): New variable. Ludovic Courtès
2023-04-19gnu: lxqt-session: Fix handling of procps@4....* gnu/packages/patches/lxqt-session-procps-4.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/lxqt.cm (lxqt-session): Apply patch. Andreas Enge
2023-04-19gnu: qtlocation: Correct hash....This is probably a consequence of a branch merge, since the hash was for version 5.15.5, whereas the package has version 5.15.8. * gnu/packages/qt.scm (qtlocation): Correct hash. Andreas Enge
2023-04-19gnu: libjpeg-turbo: Skip failing test on riscv64-linux....* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Adjust configure-flags to skip a failing test also on riscv64-linux. Efraim Flashner
2023-04-18gnu: softhsm: Fix test failure with openssl-3....* gnu/packages/patches/softhsm-fix-openssl3-tests.patch: New file. * gnu/packages/security-token.scm (softhsm): Use it. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Andreas Enge <andreas@enge.fr> Timotej Lazar
2023-04-18gnu: openttd-opengfx: Fix build....* gnu/packages/games.scm (openttd-opengfx)[arguments]: Create mime database in the `configure` phase. [native-inputs]: Add shared-mime-info. Julien Lepiller
2023-04-18gnu: nml: Update to 0.7.2....* gnu/packages/game-development.scm (nml): Update to 0.7.2. Julien Lepiller
2023-04-18gnu: grfcodec: Update to latest commit....* gnu/packages/game-development.scm (grfcodec): Update to latest commit. Julien Lepiller
2023-04-18gnu: gdb: Change default to 12.x....* gnu/packages/gdb.scm (gdb): Change to GDB-12. Ludovic Courtès
2023-04-18gnu: gdb: Distinguish between the "pinned" and the "default" version....* gnu/packages/gdb.scm (gdb/pinned): New variable. * gnu/packages/rust.scm (rust)[native-inputs]: Use it instead of GDB. Ludovic Courtès
2023-04-18ci: Add 'gdb-minimal' to the "core" package set....* gnu/ci.scm (%core-packages): Add GDB-MINIMAL. Ludovic Courtès
2023-04-18gnu: gdb: Remove Hurd patch....The patch was useful for GDB 11 on the previous Hurd version that was used; it's unnecessary on GDB 12 and GDB 11 has other build issues on the current GNU/Hurd. This change fixes "guix build gdb-minimal --target=i586-pc-gnu". * gnu/packages/patches/gdb-fix-gnu-nat-build.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gdb.scm (gdb-11)[arguments]: Remove 'patch-gdb/hurd' phase. [inputs]: Remove "hurd-build.patch" input. [supported-systems]: New field. (gdb-12)[supported-systems]: New field. Ludovic Courtès
2023-04-18gnu: gdb-minimal: Update to 12.x....* gnu/packages/gdb.scm (gdb-minimal): Rebase on GDB-12. Ludovic Courtès
2023-04-18gnu: gdb: Use 'cross-mig' when targeting GNU/Hurd....This is a followup to 2756d662aa27cf55f3224e4a0a9e08c1be2cc551. * gnu/packages/gdb.scm (gdb-11)[native-inputs]: Use 'cross-mig' instead of 'mig/32-bit'. Ludovic Courtès
2023-04-18gnu: gcc-7, gcc-10, gcc-11: Hide packages....* gnu/packages/gcc.scm (gcc-7, gcc-10, gcc-11): Also inherit 'hidden?' properties. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon Tournier
2023-04-18gnu: openssl: Update cross-configure target for riscv64-linux ....* gnu/packages/tls.scm (target->openssl-target): When building for riscv64-linux use architecture specific configurations. Efraim Flashner
2023-04-18gnu: elfutils: Skip 3 more tests on riscv64-linux....* gnu/packages/elf.scm (elfutils)[arugments]: When building for riscv64-linux skip 3 more failing tests. Efraim Flashner
2023-04-18gnu: python-google-auth: Update to 2.17.3....* gnu/packages/python-web.scm (python-google-auth): Update to 2.17.3. [native-inputs]: Add python-mock. John Kehayias
2023-04-18gnu: python-urllib3: Update to 1.26.15....* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.15. John Kehayias
2023-04-18gnu: python-oauth2client: Fix build....* gnu/packages/python-web.scm (python-oauth2client)[propagated-inputs]: Add python-pyparsing. John Kehayias
2023-04-18gnu: python-httplib2: Update to 0.22.0....* gnu/packages/python-web.scm (python-httplib2): Update to 0.22.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-cryptography. John Kehayias