summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add emacs-auto-dark.•••* gnu/packages/emacs-xyz.scm (emacs-auto-dark): New variable. Change-Id: Ib7c56204b1cc053512eccdd17a38942022a21f08 User2024-11-201-0/+30
* gnu: Add emacs-standard-themes.•••* gnu/packages/emacs-xyz.scm (emacs-standard-themes): New variable. Change-Id: I2062fff0b0fbf8cfe942005131efdd453cf2404a User2024-11-201-0/+21
* gnu: python-sphobjinv: Update to 2.3.1.1.•••* gnu/packages/patches/python-sphobjinv-defer-ssl-import.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/sphinx.scm (python-sphobjinv): Update to 2.3.1.1. [source]: Use patch. [arguments]: Replace check phase. [native-inputs]: New field. [propagated-inputs]: Remove python-fuzzywuzzy and python-levenshtein. Change-Id: Id60f45b222f286c8db55e9ce11378cf5ba82c603 Eric Bavier2024-11-203-4/+51
* gnu: Add python-stdio-mgr.•••* gnu/packages/python-xyz.scm (python-stdio-mgr): New variable. Change-Id: Ia2e9cfda69e453b61ba948a6ad18f91364b799df Eric Bavier2024-11-201-1/+19
* gnu: Add python-pytest-check.•••* gnu/packages/python-check.scm (python-pytest-check): New variable. Change-Id: Idfa08578c9ad23b644f842abc93455dd72970fc2 Eric Bavier2024-11-201-0/+20
* gnu: kalamine: Update to 0.38.•••* gnu/packages/python-xyz.scm (kalamine): Update to 0.38. Change-Id: I32fe67fdbf5a7838f14021968f64adbdcf2c2781 Andreas Enge2024-11-191-2/+2
* gnu: llama-cpp: Update to b4137.•••* gnu/packages/machine-learning.scm (llama-cpp): Update to b4137. Change-Id: I530dadd4a228a6384b66093a6f7fedaf1fe4b4e8 Danny Milosavljevic2024-11-191-2/+2
* gnu: llama-cpp: Fix build flags.•••* gnu/packages/machine-learning.scm (llama-cpp)[arguments]<#:configure-flags>: Use new names from the package update. Change-Id: I14095b5a594efbcfc7abfdd50fd2930fa7878394 Danny Milosavljevic2024-11-191-8/+8
* gnu: python-tibanna: Update to 5.4.3.•••* gnu/packages/web.scm (python-tibanna): Update to 5.4.3. Change-Id: I18ed2500e07eb0ef69c27302f26a9808222bb5c2 Ricardo Wurmus2024-11-191-2/+2
* gnu: python-benchmark-4dn: Update to 0.5.24.•••* gnu/packages/python-xyz.scm (python-benchmark-4dn): Update to 0.5.24. [source]: Update upstream URL. [properties]: Update upstream name. [arguments]: Disable tests. Change-Id: I01412638c33497983839541e7b48cca882af62ca Ricardo Wurmus2024-11-191-4/+6
* gnu: python-boto3: Respect --cores build argument.•••This commit ensures that a user-provided --cores argument to guix build is respected. * gnu/packages/python-xyz.scm (python-boto3)[arguments] <#:test-flags>: Replace "auto" numprocesses by parallel-job-count. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Nicolas Graves2024-11-191-1/+1
* gnu: python-botocore: Respect --cores build argument.•••This commit ensures that a user-provided --cores argument to guix build is respected. * gnu/packages/python-xyz.scm (python-botocore)[arguments] <#:test-flags>: Replace "auto" numprocesses by parallel-job-count. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Nicolas Graves2024-11-191-1/+1
* gnu: lem: Update to 2.2.0-3.534cb9f.•••* gnu/packages/text-editors.scm (lem): Update to 2.2.0-3.534cb9f. Change-Id: Ica593ed6604738b64de7b2bde84aefc3145d911a Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Ada Stevenson2024-11-191-3/+3
* gnu: cl-async-process: Update to 0.0.1-2.3b16b91.•••* gnu/packages/lisp-xyz.scm (libasyncprocess): Update to 0.0.1-2.3b16b91. Change-Id: I43131a2fa8270455b625afc3b9a549bd4fa7ee67 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Ada Stevenson2024-11-191-3/+3
* gnu: matterbridge: Unbundle available dependencies.•••* gnu/packages/messaging.scm (matterbridge) [source]: Add snippet removing the unbundled dependencies from "vendor" directory. [arguments]: Add new unbundled dependencies. Change-Id: I67afeff8721833d34a54fd52684a4acbcbcaf179 Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Denis 'GNUtoo' Carikli2024-11-191-10/+137
* gnu: Add go-github-com-russross-blackfriday-v2.•••* gnu/packages/golang.scm (go-github-com-russross-blackfriday): Downgrade to the highest v1. (go-github-com-russross-blackfriday-v2): New variable. (go-github-com-go-md2man) [propagated-inputs]: Remove go-github-com-russross-blackfriday, add go-github-com-russross-blackfriday-v2. Change-Id: Ieb37f37bb1eb25eca84698e7e3e3fc13ef4beef5 Sharlatan Hellseher2024-11-191-3/+20
* gnu: gnnome-keyring: Disable #:parallel-tests? for all architectures.•••This fixes ERROR:daemon/dbus/test-service.c:100:test_service_setup: assertion failed: (egg_test_wait_until (20000) != FALSE) ERROR: test-dbus-lock Invalid test number: /secret-lock/service - ERROR:daemon/dbus/test-service.c:100:test_service_setup: assertion failed: (egg_test_wait_until (20000) != FALSE) SKIP: See <https://ci.guix.gnu.org/build/6491513/details>. * gnu/packages/gnome.scm (gnome-keyring)[arguments]: Use #:parallel-tests? #f for all architectures, not just riscv64. Change-Id: I6a545677f31e960f725dd8d6208bb50e3253e55b Janneke Nieuwenhuizen2024-11-191-2/+2
* gnu: qpwgraph: Update to 0.8.0.•••* gnu/packages/audio.scm (qpwgraph): Update to 0.8.0. Change-Id: I1af53ba0c05dbfec02bbb25b64825d457ffcfb4b Signed-off-by: Andreas Enge <andreas@enge.fr> Sughosha2024-11-191-2/+2
* gnu: chez-scheme: Update to 10.1.0.•••* gnu/packages/chez.scm (chez-scheme): Update to 10.1.0. [source](origin)<patches>: Remove upstreamed patches. [description]: Fix lint warning. * gnu/packages/patches/chez-scheme-backport-configure.patch, gnu/packages/patches/chez-scheme-backport-signal.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Deregister patches. Change-Id: I00ea93290b1d386fb4641a57de1035b6e8c63c6e Signed-off-by: Andreas Enge <andreas@enge.fr> Ashish SHUKLA2024-11-194-558/+5
* gnu: Add python-svgelements.•••* gnu/packages/python-xyz.scm (python-svgelements): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ic42dc142ba63ccf8c1bfa72a69b43afd7344b327 Evgeny Pisemsky2024-11-181-0/+28
* gnu: Add python-json-e.•••* gnu/packages/python-xyz.scm (python-json-e): New variable. Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I9532100f7b75293a81ea28391bfbd8f8ad07a653 Adam Faiz2024-11-181-0/+37
* gnu: Add python-pyet.•••* gnu/packages/python-science.scm (python-pyet): New variable. Change-Id: Ia2be23aeb83911aa93869f82cf0667da8af509c4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Rick Huijzer2024-11-181-0/+27
* gnu: packages/astronomy: Adjust inputs.•••These changes are cherry picked and squashed from python-team to cover upcoming updates in pyproject-build-system where setuptools and wheel are required on build time. * gnu/packages/astronomy.scm (python-ads, python-asdf-standard, python-asdf-transform-schemas, python-astrodendro, python-bayesicfitting, python-casa-formats-io, python-cdflib, python-cmyt, python-drizzle, python-extinction, python-fitsio, python-hvpy, python-naima, python-pyavm, python-pyerfa, python-pynbody, python-pysiaf, python-pysiril, python-pysynphot, python-sgp4, python-sirilic, python-skyfield, python-soxs, python-spherical-geometry, python-stsci-image) [native-inputs]: Add python-setuptools and python-wheel. (python-jplephem) [inputs]: Remove python-numpy. [propagated-inputs]: Add python-numpy. [native-inputs]: Add python-setuptools and python-wheel. (python-yt): Shift the order of native and propagated inputs, add missing. [native-inputs]: Add python-wheel. (python-yt-astro-analysis): Shift the order of native and propagated inputs, add missing. [native-inputs]: Add python-setuptools and python-wheel. (python-czml3) [native-inputs]: Remove python-astropy; add python-astropy-minimal, python-setuptools, and python-wheel. Change-Id: I3e28b2c7b5503741300dc4f15b63ded988570c63 Sharlatan Hellseher2024-11-181-67/+163
* gnu: yt-dlp: Update to 2024.11.18.•••* gnu/packages/video.scm (yt-dlp): Update to 2024.11.18. Change-Id: Id7f1b69e4e19153ca5cac81f4a72ed6f16d89356 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Ashish SHUKLA2024-11-181-2/+2
* gnu: yt-dlp: Update to 2024.10.22.•••* gnu/packages/video.scm (yt-dlp): Update to 2024.10.22. Change-Id: Ifd83fd76ffdb2d2ddab0c9577278a308a3f03cb5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Jakob Kirsch2024-11-181-2/+5
* gnu: python-websockets: Update to 13.0.•••* gnu/packages/python-web.scm (python-websockets): Update to 13.0. Change-Id: I242cc257c779d1dba992e814ba4da68c99daff6e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Jakob Kirsch2024-11-181-2/+2
* gnu: Add awscli-2.•••* gnu/packages/python-web.scm (awscli-2): Rename to... (awscliv2): ...this new variable. (awscli-2): New variable. Change-Id: Id5c356ae0e6af53167d4acde7934f88c2f527a00 Ricardo Wurmus2024-11-181-1/+70
* gnu: Add python-awscrt-for-awscli.•••* gnu/packages/python-web.scm (python-awscrt-for-awscli): New variable. Change-Id: Iea7f6467d01eee447d6605390be1066589537aae Ricardo Wurmus2024-11-181-0/+11
* gnu: Add python-awscrt.•••* gnu/packages/python-web.scm (python-awscrt): New variable. Change-Id: I1c08a06fdb1ea9811c183d3711f092edd12cdca7 Ricardo Wurmus2024-11-181-0/+74
* gnu: awscli-2: Update to 2.3.1.•••* gnu/packages/python-web.scm (awscli-2): Update to 2.3.1. [name]: Rename to awscliv2. Change-Id: I5fcc7afe66490513c6769c19f961a5fcb497d422 Ricardo Wurmus2024-11-181-4/+6
* gnu: awscli-2: Add missing inputs.•••* gnu/packages/python-web.scm (awscli-2)[native-inputs]: Add python-poetry-core and python-pytest. Change-Id: Ia0d160eca47f9e39ba902481c7146ad85b848c2a Ricardo Wurmus2024-11-181-1/+4
* gnu: awscli: Update to 1.36.0.•••* gnu/packages/python-web.scm (awscli): Update to 1.36.0. [arguments]<test-flags>: Silent more failing tests. Co-Authored-By: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ia06ad5128b13dbc68ec92f93dc025644605cd30c Ricardo Wurmus2024-11-181-2/+6
* gnu: python-boto3: Update to 1.35.59.•••* gnu/packages/python-xyz.scm (python-boto3): Update to 1.35.59. [native-inputs]: Remove python-nose. Change-Id: Iafc22bafbf6ef185c2d9f4907386bd904ebaecbd Ricardo Wurmus2024-11-181-4/+3
* gnu: python-botocore: Update to 1.35.59.•••* gnu/packages/python-xyz.scm (python-botocore): Update to 1.35.59. Change-Id: Iee873e6a84d582271fcbcd39e78521583574fb40 Ricardo Wurmus2024-11-181-2/+3
* gnu: Remove python-colorama-for-awscli.•••* gnu/packages/python-xyz.scm (python-colorama-for-awscli): Delete variable. Change-Id: Idb10200319c71fde3fcb78f1b4b0d6f9554166a0 Sharlatan Hellseher2024-11-181-12/+0
* gnu: Remove python-boto.•••* gnu/packages/python-xyz.scm (python-boto): Delete variable. Change-Id: I4ff3f200734bce027334383d1f56c28134808a9d Sharlatan Hellseher2024-11-181-27/+0
* gnu: awscli: Update to 1.35.20.•••* gnu/packages/python-web.scm (awscli): Update to 1.35.20. Use G-expressions. [source]: Swap to git checkout as it contains tests. [build-system]: Swap to pyproject-build-system. [phases]: Delete use-recent-pyyaml phase; add set-invorenment phase. [inputs]: Remove groff, python-colorama-for-awscli, and python-pyyaml-5; add groff-minimal, python-colorama, and python-pyyaml. [native-inputs]: Add python-pytest, python-pytest-xdist, python-setuptools, and python-wheel. Change-Id: Ib7542a783fe65bb93d9f4cbfb89241190813fde4 Sharlatan Hellseher2024-11-181-32/+49
* gnu: python-boto3: Update to 1.35.54.•••* gnu/packages/python-xyz.scm (python-boto3): Update to 1.35.54. Improve package style. [bulid-system]: Swap to pyproject-build-system. [native-inputs]: Add python-pytest-xdist, python-setuptools, and python-wheel. Change-Id: I413fcfc599d0d3ccf8587136629648c8a04cd364 Sharlatan Hellseher2024-11-181-22/+26
* gnu: python-s3transfer: Update to 0.10.3.•••* gnu/packages/python-web.scm (python-s3transfer): Update to 0.10.3. [build-system]: Swap to pyprojct-build-system. [native-inputs]: Add python-pytest, python-pytest-xdist, python-setuptools, and python-wheel. Change-Id: I41d35dc89ea6f9ff24f33f6bfcc1fc6a22ebe890 Sharlatan Hellseher2024-11-181-21/+25
* gnu: python-botocore: Update to 1.35.54.•••* gnu/packages/python-xyz.scm (python-botocore): Update to 1.35.54. [arguments]<tests>: Enable tests. <test-flags>: Disable some failing tests. [native-inputs]: Add python-jsonschema, python-pytest, python-pytest-xdist, python-setuptools, and python-wheel. Change-Id: I7730f85d5ace5b8643f8e9201ea46e6723b1a022 Sharlatan Hellseher2024-11-181-9/+22
* gnu: slurm: Enable REST API.•••Rename slurm and slurm-* to slurm-minimal and slurm-minimal-*. Add new slurm packages that inherit from slurm-minimal and have the REST API enabled. * gnu/packages/parallel.scm (make-slurm): New function. (slurm-minimal, slurm-minimal-23.02, slurm-minimal-22.05, slurm-minimal-21.08, slurm-minimal-20.11, slurm-minimal-20.02, slurm-minimal-19.05, slurm-minimal-18.08): New variables. (slurm, slurm-23.02, slurm-22.05, slurm-21.08, slurm-20.11, slurm-20.02, slurm-19.05, slurm-18.08): Inherit from slurm-minimal, slurm-minimal-23.02, slurm-minimal-22.05, slurm-minimal-21.08, slurm-minimal-20.11, slurm-minimal-20.02, slurm-minimal-19.05 and slurm-minimal-18.08 respectively. Change-Id: I6410ac385d8876f4b6a908ddb1272172475a87bb Arun Isaac2024-11-181-26/+73
* gnu: hdf5: Remove machine info from libraries.•••* gnu/packages/maths.scm (hdf5-1.14)[arguments]: Add ‘patch-configure-build-settings’. Change-Id: I1435b866babeb95af48e0fd970d931f022c8bc67 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Lars Bilke2024-11-181-1/+8
* linux-initrd: Export ‘file-system-modules’.•••* gnu/system/linux-initrd.scm (file-system-modules): Export. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I779efe280d2e3618adcae416eafc912babdce0a3 Daniel Khodabakhsh2024-11-181-0/+1
* gnu: u-boot-tools: Fix segfault while running tests.•••Fixes <https://issues.guix.gnu.org/74270>. * gnu/packages/patches/u-boot-calloc-visibility.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bootloaders.scm (u-boot): Use it. Reported-by: Jean-Francois GUILLAUME <Jean-Francois.Guillaume@univ-nantes.fr> Reported-by: Christopher Howard <christopher@librehacker.com> Change-Id: Id0023e17367a80a0d1abd4a80b7d8e3a0c3cc5bc Ludovic Courtès2024-11-183-1/+21
* guile: Silence GC warnings on the Hurd.•••This should work around <https://issues.guix.gnu.org/73181>, resurrecting offloading to the Hurd. * gnu/packages/aux-files/guile-launcher.c (no_warnings)[__GNU__]: New function. (main)[__GNU__]: Use it to silence libgc warnings. Co-authored-by: Ludovic Courtès <ludo@gnu.org>. Change-Id: I8f30732d192ce46144da4a1a081813a104a5f376 Janneke Nieuwenhuizen2024-11-181-1/+18
* gnu: coq-mathcomp-bigenough: Use native-inputs.•••* gnu/packages/coq.scm (coq-mathcomp-bigenough) [propagated-inputs]: Move coq and which from here... [native-inputs]: ... to here. Change-Id: I1a57175b69f6b4a5eba308bf60c9e74437563f58 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jean-Pierre De Jesus DIAZ2024-11-171-1/+2
* gnu: coq-mathcomp-bigenough: Use new style.•••* gnu/packages/coq.scm (coq-mathcomp-bigenough) [arguments]: Use new style and remove uneeded make flags. Change-Id: I11a6350a10cedd682cf598ecb8660b63a12aa00d Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jean-Pierre De Jesus DIAZ2024-11-171-15/+10
* gnu: bloomberg-bde: Update to 4.14.0.0.•••* gnu/packages/cpp.scm (bloomberg-bde): Update to 4.14.0.0. [source](origin): Update test deletion list. Change-Id: I147a00c44cb835a3d0198d4f8372fd93404f49bb Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2024-11-171-19/+7
* gnu: bloomberg-bde-tools: Update to 4.13.0.0.•••* gnu/packages/cpp.scm (bloomberg-bde-tools): Update to 4.13.0.0. Change-Id: I69694ef097c958b524a9701b04eab9290700eca8 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2024-11-171-3/+3
* gnu: impressive: Update to 13.2 and fix build•••* gnu/packages/pdf.scm (impressive): Update to 13.2 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Aaron Covrig2024-11-171-30/+29