GNU bug report logs - #76314
[PATCH ruby-team 00/71] Update ruby.

Previous Next

Package: guix-patches;

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

Date: Sun, 16 Feb 2025 00:29:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 76314 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#76314] [PATCH ruby-team 55/71] gnu: Add ruby-standard-custom.
Date: Sun, 16 Feb 2025 01:34:23 +0100
* gnu/packages/ruby.scm (ruby-standard-custom): New variable.
---
 gnu/packages/ruby.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 0f32dd7c8a..489500407a 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2320,6 +2320,26 @@ Batch and flush behavior.
     (home-page "https://github.com/jordansissel/ruby-stud")
     (license license:asl2.0)))
 
+(define-public ruby-standard-custom
+  (package
+    (name "ruby-standard-custom")
+    (version "1.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri "standard-custom" version))
+       (sha256
+        (base32 "0av55ai0nv23z5mhrwj1clmxpgyngk7vk6rh58d4y1ws2y2dqjj2"))))
+    (build-system ruby-build-system)
+    (arguments '(#:tests? #f))  ;Circular dependency on ruby-standard.
+    (propagated-inputs (list ruby-lint-roller ruby-rubocop))
+    (synopsis "Plugin of custom cops for Standard Ruby")
+    (description
+     "This package provides a implementations of custom cops that are bundled
+as defaults in Standard Ruby.")
+    (home-page "https://github.com/standardrb/standard-custom")
+    (license license:expat)))
+
 (define-public ruby-standard
   (package
     (name "ruby-standard")
-- 
2.48.1





This bug report was last modified 88 days ago.

Previous Next


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