1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 09:10:30 +02:00
Commit Graph

150386 Commits

Author SHA1 Message Date
Vinicius Monego
eded6410a8 gnu: python-three-merge: Use pyproject-build-system.
* gnu/packages/python-xyz.scm (python-three-merge)[build-system]: Use
pyproject-build-system.
[arguments]: Remove '#:test-target'.
[native-inputs]: Remove python-flaky, python-pytest-cov,
python-pytest-runner, python-pytest-timeout. Add python-setuptools,
python-wheel.

Change-Id: Ibee6d81cd42f3c83beaf1e69b5fef1ccb1148b6f
2025-06-21 15:54:07 -03:00
Vinicius Monego
e3f5d3e548 gnu: python-logwrap: Enable tests.
* gnu/packages/python-xyz.scm (python-logwrap)[source]: Fetch from
GitHub.
[arguments]: Remove '#:tests? #f'. Add phase 'pretend-version' before
'build'.

Change-Id: I3a711dfdfa6f894cd0f1159dac7c2b4b7494f6d2
2025-06-21 15:53:08 -03:00
Vinicius Monego
676befd862 gnu: python-logwrap: Update to 11.1.1.
* gnu/packages/python-xyz.scm (python-logwrap): Update to 11.1.1.
[arguments]: Do not override the 'check' phase.
[native-inputs]: Remove python-cython, python-toml. Add
python-setuptools.

Change-Id: I31b050fbc8e19f076b2fed35357b3948b2757e7c
2025-06-21 15:50:33 -03:00
Vinicius Monego
43cb6655bf gnu: python-icdiff: Update to 2.0.7.
* gnu/packages/python-xyz.scm (python-icdiff): Update to 2.0.7.
[build-system]: Use pyproject-build-system.
[arguments]: Add '#:tests? #f'.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: Ia7708409e7e59de3f80bb952a8e4f94eb24cc6e9
2025-06-21 15:50:32 -03:00
Vinicius Monego
2d97b92ab6 gnu: python-diff-match-patch: Update to 20241021.
* gnu/packages/python-xyz.scm (python-diff-match-patch): Update to
20241021.
[source]: Update URI.
[build-system]: Use pyproject-build-system.
[arguments]<#:phases>: Do not override the 'check' phase.
[native-inputs]: Add python-flit-core, python-pytest.

Change-Id: I878e0e7d8c8d6ddaafa6ab54256372a458578790
2025-06-21 15:50:32 -03:00
Vinicius Monego
a956be67e2 gnu: darktable: Update to 5.2.0.
* gnu/packages/photo.scm (darktable): Update to 5.2.0.

Change-Id: I5a9d9d1666cfa0470b1b05959089b88491ff7430
2025-06-21 15:50:28 -03:00
Cayetano Santos
c8f9ab2ccc gnu: python-vunit: Update to 5.0.0-dev.6.
* gnu/packages/fpga.scm (python-vunit): Update to 5.0.0-dev.6.

Change-Id: I8820c6b74b11380189a6720238c74f154a613c31
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-06-21 18:31:26 +01:00
Sharlatan Hellseher
ef8a2a0c01 gnu: python-pyelftools: Update to 0.32.
* gnu/packages/python-xyz.scm (python-pyelftools): Update to 0.32.

Change-Id: I757e516402803e00d3bf9382972337e073db14a4
2025-06-21 18:22:00 +01:00
Sharlatan Hellseher
772b2bb850 gnu: python-pyelftools: Improve package style.
* gnu/packages/python-xyz.scm (python-pyelftools): Apply G-expressions
and adjust fields order, fix indentation.
[build-system]: Swap to pyproject.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Idabd26b7fabfd78597cce061d4f60441d83c0897
2025-06-21 18:22:00 +01:00
Sharlatan Hellseher
138ac803e3 gnu: python-pyelftools: Skip readelf tests.
Fixing #729.

* gnu/packages/python-xyz.scm (python-pyelftools) [source] <snippet>:
Delete llvm-dwarfdump binary file.
[phases] {check}: Do not run readelf tests, seen in Debian package
patch <https://salsa.debian.org/debian/python-pyelftools>.

Change-Id: Ic1accbb4daf5014f13616181ca21a904429d35a3
2025-06-21 18:21:52 +01:00
jgart
c4c39de369 gnu: trealla: Update to 2.74.10.
* gnu/packages/prolog.scm (trealla): Update to 2.74.10.

Change-Id: Ia2b78acbefbcd4cc68bde7084ffb75b46377f3ee
2025-06-21 12:58:04 -04:00
Andrew Wong
5b307267d6 gnu: transmission-remote-gtk: Update to 1.6.0.
* gnu/packages/bittorrent.scm (transmission-remote-gtk): Update to 1.6.0.
[source]: Switch to git.
[build-system]: Switch to meson-build-system.
[native-inputs]: Add glib:bin, appstream-glib, perl, gettings-desktop-schemas,
remove gnu-gettext
[inputs]: Add libsoup, gnu-gettext, remove appstream-glib.
[arguments]: Disable tests.

Change-Id: Ie71c8b246adccb5e47622803603f1c6f786aaf65
Signed-off-by: Zheng Junjie <z572@z572.online>
2025-06-21 22:43:41 +08:00
Andrew Wong
de9e1421ae gnu: Add shaderbg.
* gnu/packages/wm.scm (shaderbg): New variable.

Change-Id: I5d7a2062bd357430ce097ff2526c9da55db4cb86
Signed-off-by: Zheng Junjie <z572@z572.online>
2025-06-21 22:29:06 +08:00
MARAIT Gilles
6b5583621f maths: mumps: Update to 5.8.0.
* gnu/packages/maths.scm (mumps): Update to 5.8.0.
[home-page]: Update.
[arguments]<#:phases>{configure}: Add and update variables for shared
libraries.

Change-Id: Icea58167dfabde384be6d8a524feb585ae59360a
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-06-21 12:43:07 +02:00
Zheng Junjie
5c53a53c70 gnu: LLVM, Clang, libomp, lld: Update to 20.1.7.
* gnu/packages/llvm.scm (llvm-20, clang-20, clang-runtime-20,
libomp-20, lld-20): Update to 20.1.7.

Change-Id: I69e8ceb004230a8e0cab0e3dd0937daff035b901
2025-06-21 13:15:14 +08:00
Zheng Junjie
1e36162f48 gnu: LLVM, Clang, libomp, lld: Update to 20.1.6.
* gnu/packages/llvm.scm (llvm-20, clang-20, clang-runtime-20,
libomp-20, lld-20): Update to 20.1.6.

Change-Id: I3df99f15dda21db68de36476d4c940c3f35ad073
2025-06-21 13:15:12 +08:00
Grigory Shepelev
08b84ddaed gnu: packages/storage: Sort used modules.
* gnu/packages/storage.scm: Sort used modules alphabetically.

Change-Id: Ic808f6e8f507c4633f06ece0d39290d69cf528e8
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-06-21 00:39:35 +01:00
Grigory Shepelev
6c94b82980 gnu: Add spdk.
* gnu/packages/storage.scm (spdk): New variable.

Change-Id: I5b43c7b2bdb3139121bb2ea423422527279d3d2f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-06-21 00:39:35 +01:00
Grigory Shepelev
c245020b54 gnu: Add python-configshell-fb.
* gnu/packages/python-xyz.scm (python-configshell-fb): New variable.

Change-Id: I482fa182ba1f67ce24b5652c4c3b879f40f3caeb
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-06-21 00:26:26 +01:00
Sharlatan Hellseher
7284e0967a gnu: forgejo-runner: Don't install sources.
* gnu/packages/ci.scm (forgejo-runner): Don't install sources.

Change-Id: Ide8277bd4ef2d373ec4afb9f7670376e826189d5
2025-06-21 00:02:00 +01:00
Sharlatan Hellseher
e6d3f20f05 gnu: forgejo-runner: Enable tests.
* gnu/packages/ci.scm (forgejo-runner) [arguments] <tests?>: Enable them.
<test-flags>: Skip 2 tests.
[native-inputs]: Add go-gotest-tools-v3.

Change-Id: Ifb019f3c25bbfa0aaba1bbc846819a5226475b85
2025-06-21 00:00:56 +01:00
Sharlatan Hellseher
85c3621406 gnu: forgejo-runner: Adjust inputs.
* gnu/packages/ci.scm (forgejo-runner): Move all propagated inputs to
native as the package provides a final command, sort alphabetically.

Change-Id: Id2379ee5f137c1d96d8b86e7d2dce61a338943d4
2025-06-21 00:00:37 +01:00
Sharlatan Hellseher
ffda8ecd2d gnu: go-github-com-avast-retry-go: Simplify.
* gnu/packages/golang-xyz.scm (go-github-com-avast-retry-go) [arguments]
<test-flags>: Utilize "-skip" option.
<phases>: Remove 'disable-failing-tests.
(go-github-com-avast-retry-go-v3, go-github-com-avast-retry-go-v4):
Inherit arguments from go-github-com-avast-retry-go.

Change-Id: I3ef54ac31060d16c66ea6294e35f5ec9698e8809
2025-06-20 23:59:56 +01:00
Sharlatan Hellseher
de2c6771e9 gnu: go-github-com-nektos-act: Enable tests.
* gnu/packages/golang-vcs.scm (go-github-com-nektos-act) [arguments]
<tests?>: Enable most of them.
<test-flags>: Skip some problematic tests.
[propagated-inputs]: Remove go-github-com-go-git-go-billy-v5,
go-github-com-stretchr-testify, and go-gotest-tools-v3; add
go-dario-cat-mergo.
[native-inputs]: Add go-github-com-go-git-go-billy-v5,
go-github-com-stretchr-testify, and go-gotest-tools-v3.

Change-Id: I85c765f835149686160be46488a55ada2d4aaa07
2025-06-20 23:58:44 +01:00
Sharlatan Hellseher
bada938227 gnu: go-github-com-alecaivazis-survey-v2: Improve package.
* gnu/packages/golang-xyz.scm (go-github-com-alecaivazis-survey-v2)
[name]: Adjust it accordingly to go.mod module name.
[arguments] <import-path>: Likewise.
[propagated-inputs]: Remove go-github-com-stretchr-testify,
go-github-com-hinshun-vt10x, go-github-com-creack-pty, and
go-github-com-netflix-go-expect.
[native-inputs]: Add go-github-com-creack-pty,
go-github-com-hinshun-vt10x, go-github-com-netflix-go-expect, and
go-github-com-stretchr-testify.
[description]: Fix fill column indentation.

Change-Id: I468dda72ffce224e416b6e5b34eef71805db9ccf
2025-06-20 23:58:44 +01:00
Noé Lopez
9caebc7f6e gnu: Add emacs-org-count-words.
* gnu/packages/emacs-xyz.scm (emacs-org-count-words): New variable.

Change-Id: Iddd53ff075612b65f4c441bb62bd8f9236c18f66
2025-06-20 18:17:10 -04:00
Nicolas Graves
5d6604a88e gnu: epic5: Update to 3.0.3.
* gnu/packages/irc.scm (epic5): Update to 3.0.3.
  [arguments]{tests-target}: Unset.
  {tests?}: Disable them with an explanatory comment.
  {phases}: Remove phase patch-bsdinstall.
2025-06-20 20:40:08 +02:00
Nicolas Graves
0f45183400 gnu: ruby: Default to ruby-3.3.
* gnu/packages/ruby.scm (ruby): Set to ruby-3.3.
2025-06-20 20:40:08 +02:00
Nicolas Graves
f2c004c0ca gnu: ruby-3.3: Update to 3.3.8.
* gnu/packages/ruby.scm (ruby-3.3): Update to 3.3.8.
2025-06-20 20:40:08 +02:00
Nicolas Graves
e6d6bc4096 gnu: rails: Update to 7.2.2.1.
* gnu/packages/rails.scm (%ruby-rails-version, ruby-rails-monorepo):
  Update to 7.2.2.1.
  (ruby-activerecord)[arguments]{phases}: Refresh phase 'check.
  (ruby-actionpack)[propagated-inputs]: Add ruby-useragent.
  (ruby-railties)[arguments]{phases}: Refresh phase
  'disable-problematic-tests.
2025-06-20 20:40:08 +02:00
Nicolas Graves
b50010435d gnu: ruby-syntax-tree: Skip tests.
* gnu/packages/ruby-xyz.scm (ruby-syntax-tree)[arguments]{tests?}:
Skip them.
2025-06-20 20:40:08 +02:00
Nicolas Graves
35fc4ce26a gnu: ruby-syntax-tree: Update to 6.2.0.
* gnu/packages/ruby-xyz.scm (ruby-syntax-tree): Update to 6.2.0.
2025-06-20 20:40:08 +02:00
Nicolas Graves
128bfb317e gnu: ruby-prawn-svg: Update to 0.37.0.
* gnu/packages/ruby-xyz.scm (ruby-prawn-svg): Update to 0.37.0.
2025-06-20 20:40:08 +02:00
Nicolas Graves
65604ffeac gnu: ruby-css-parser: Update to 1.21.1.
* gnu/packages/ruby-xyz.scm (ruby-css-parser): Update to 1.21.1.
2025-06-20 20:40:08 +02:00
Nicolas Graves
d4cafea5de gnu: ruby-jekyll-sass-converter: Update to 2.2.0.
* gnu/packages/ruby-xyz.scm (ruby-jekyll-sass-converter): Update to 2.2.0.
  [propagated-inputs]: Replace ruby-sass by ruby-sassc.
2025-06-20 20:40:08 +02:00
Nicolas Graves
32a3f378fb gnu: ruby-unicode-scripts: Update to 1.11.0.
* gnu/packages/ruby-xyz.scm (ruby-unicode-scripts): Update to 1.11.0.
  [native-inputs]: Remove ruby-minitest.
2025-06-20 20:40:08 +02:00
Nicolas Graves
49d5faf5ad gnu: ruby-minitest-rg: Update to 5.3.0.
* gnu/packages/ruby-xyz.scm (ruby-minitest-rg): Update to 5.3.0.
2025-06-20 20:40:08 +02:00
Nicolas Graves
6e8857d2f5 gnu: ruby-memory-profiler: Update to 1.1.0.
* gnu/packages/ruby-xyz.scm (ruby-memory-profiler): Update to 1.1.0.
  [arguments]{phases}: Add phase 'skip-flaky-tests.
2025-06-20 20:40:08 +02:00
Nicolas Graves
34a63eacde gnu: ruby-nokogiri: Update to 1.16.8.
* gnu/packages/patches/ruby-nokogiri.patch: Refresh patch.
* gnu/packages/ruby-xyz.scm (ruby-nokogiri): Update to 1.16.8.
2025-06-20 20:40:08 +02:00
Nicolas Graves
bbcaa1f5c2 gnu: ruby-rspec: Update to 3.13.1.
* gnu/packages/ruby-check.scm (ruby-rspec): Update to 3.13.1.
2025-06-20 20:40:08 +02:00
Nicolas Graves
e24a96e7ae gnu: ruby-ammeter-bootstrap: Update to 1.1.7.
* gnu/packages/rails.scm (ruby-ammeter-bootstrap): Update to 1.1.7.
2025-06-20 20:40:07 +02:00
Nicolas Graves
010923983f gnu: ruby-marcel: Update to 1.0.4.
* gnu/packages/rails.scm (ruby-marcel): Update to 1.0.4.
2025-06-20 20:40:07 +02:00
Nicolas Graves
b346b271b0 gnu: ruby-pry-doc: Update to 1.6.0.
* gnu/packages/ruby-xyz.scm (ruby-pry-doc): Update to 1.6.0.
2025-06-20 20:40:07 +02:00
Nicolas Graves
3e4acea48d gnu: ruby-asciidoctor: Update to 2.0.21.
* gnu/packages/ruby-xyz.scm (ruby-asciidoctor): Update to 2.0.21.
2025-06-20 20:40:07 +02:00
Nicolas Graves
beb50dbfe6 gnu: ruby-rspec-given: Skip failing tests.
* gnu/packages/ruby-xyz.scm (ruby-spec-given)[arguments]{phases}:
Refresh phase ruby-rspec-given.
2025-06-20 20:40:07 +02:00
Nicolas Graves
30db9629e2 gnu: ruby-liquid-c-bootstrap: Update to 4.2.0.
* gnu/packages/ruby-xyz.scm (ruby-liquid-c-bootstrap): Update to 4.2.0.
  [arguments]{phases}: Add phase 'pre-check.
2025-06-20 20:40:07 +02:00
Nicolas Graves
912b06840e gnu: ruby-hydra: Fix build with Ruby@3.3.
* gnu/packages/ruby-xyz.scm
  (ruby-hydra-minimal)[arguments]{phases}: Add phase 'fix-ruby-3.3-build.
  (ruby-hydra)[arguments]: Inherit from ruby-hydra-minimal phases.
  (ruby-hydra-minimal/pinned)[arguments]: Rewrite to avoid derivation
  change, stop inheriting from ruby-hydra-minimal phases.
2025-06-20 20:40:07 +02:00
Nicolas Graves
02bed4a9c5 gnu: ruby-loofah: Update to 2.22.0.
* gnu/packages/ruby-xyz.scm (ruby-loofah): Update to 2.22.0.
2025-06-20 20:40:07 +02:00
Nicolas Graves
47274894ac gnu: ruby-version-gem: Update to 1.1.8.
* gnu/packages/ruby-xyz.scm (ruby-version-gem): Update to 1.1.8.
  [arguments]{phases}: Delete phase 'relax-requirements, as the
  package now builds fine without.
2025-06-20 20:40:07 +02:00
Nicolas Graves
2642a85802 gnu: ruby-ruby-prof: Update to 1.7.2.
* gnu/packages/ruby-xyz.scm (ruby-ruby-prof): Update to 1.7.2.
  [arguments]{phases}: Refresh phase 'delete-flaky-test and rename it
  to delete-flaky-tests.
  [propagated-inputs]: Add ruby-base64.
2025-06-20 20:40:07 +02:00