GNU bug report logs - #78826
[PATCH ruby-team 00/88] Switch to ruby@3.3 and build -P1 ruby@3.3

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Wed, 18 Jun 2025 14:22:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


Message #113 received at 78826 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78826 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH 21/88] gnu: ruby-insist: Improve style.
Date: Wed, 18 Jun 2025 16:27:08 +0200
* gnu/packages/ruby-xyz.scm (ruby-insist): Run guix style.
---
 gnu/packages/ruby-xyz.scm | 28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 1010687445..6a933c099e 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -4977,20 +4977,24 @@ (define-public ruby-insist
   (package
     (name "ruby-insist")
     (version "1.0.0")
-    (source (origin
-              (method url-fetch)
-              (uri (rubygems-uri "insist" version))
-              (sha256
-               (base32
-                "0bw3bdwns14mapbgb8cbjmr0amvwz8y72gyclq04xp43wpp5jrvg"))))
+    (source
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri "insist" version))
+       (sha256
+        (base32 "0bw3bdwns14mapbgb8cbjmr0amvwz8y72gyclq04xp43wpp5jrvg"))))
     (build-system ruby-build-system)
-    (arguments (list #:phases #~(modify-phases %standard-phases
-                                  (replace 'check
-                                    (lambda* (#:key tests? #:allow-other-keys)
-                                      (when tests?
-                                        (invoke "ruby" "test/testing.rb")))))))
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (replace 'check
+            (lambda* (#:key tests? #:allow-other-keys)
+              (when tests?
+                (invoke "ruby" "test/testing.rb")))))))
     (synopsis "Testing tool for Ruby")
-    (description "This package provides a simple block-driven assertion
+    (description
+     "This package provides a simple block-driven assertion
 library for both testing and for production code that attempts to make test
 definitions more readable.")
     (home-page "https://github.com/jordansissel/ruby-insist/")
-- 
2.49.0





This bug report was last modified 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.