GNU bug report logs - #45434
[PATCH 0/1] Merry Ruby release day!

Previous Next

Package: guix-patches;

Reported by: Ryan Prior <rprior <at> protonmail.com>

Date: Fri, 25 Dec 2020 17:55:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45434 in the body.
You can then email your comments to 45434 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#45434; Package guix-patches. (Fri, 25 Dec 2020 17:55:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ryan Prior <rprior <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 25 Dec 2020 17:55:02 GMT) Full text and rfc822 format available.

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

From: Ryan Prior <rprior <at> protonmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/1] Merry Ruby release day!
Date: Fri, 25 Dec 2020 17:53:51 +0000
Hi Guix! Hope you're all staying warm and jolly. Ruby made its big 3.0 release today, and as a special gift to us, it inherits the exact same build system from Ruby 2.7. Enjoy the weekend and happy hacking!

Ryan Prior (1):
  gnu: ruby: Add 3.0.

 gnu/packages/ruby.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

-- 
2.29.2






Information forwarded to guix-patches <at> gnu.org:
bug#45434; Package guix-patches. (Fri, 25 Dec 2020 17:58:01 GMT) Full text and rfc822 format available.

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

From: Ryan Prior <rprior <at> protonmail.com>
To: 45434 <at> debbugs.gnu.org
Subject: [PATCH 1/1] gnu: ruby: Add 3.0.
Date: Fri, 25 Dec 2020 17:57:26 +0000
* gnu/packages/ruby.scm (ruby): Add 3.0.
---
 gnu/packages/ruby.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 1befecfa12..971b2b2d77 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -187,6 +187,20 @@ a focus on simplicity and productivity.")
     (native-inputs
      `(("autoconf" ,autoconf)))))
 
+(define-public ruby-3.0
+  (package
+    (inherit ruby-2.7)
+    (version "3.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://cache.ruby-lang.org/pub/ruby/"
+                           (version-major+minor version)
+                           "/ruby-" version ".tar.xz"))
+       (sha256
+        (base32
+         "1cbcixwnr0y8q0lg67wjgplp06kjd6p6hjjh680csv3v0bpsxgv8"))))))
+
 (define-public ruby-2.5
   (package
     (inherit ruby)
-- 
2.29.2






Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 29 Dec 2020 18:54:02 GMT) Full text and rfc822 format available.

Notification sent to Ryan Prior <rprior <at> protonmail.com>:
bug acknowledged by developer. (Tue, 29 Dec 2020 18:54:02 GMT) Full text and rfc822 format available.

Message #13 received at 45434-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Ryan Prior <rprior <at> protonmail.com>
Cc: 45434-done <at> debbugs.gnu.org
Subject: Re: [bug#45434] [PATCH 1/1] gnu: ruby: Add 3.0.
Date: Tue, 29 Dec 2020 18:53:19 +0000
[Message part 1 (text/plain, inline)]
Ryan Prior via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/ruby.scm (ruby): Add 3.0.
> ---
>  gnu/packages/ruby.scm | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>
> diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
> index 1befecfa12..971b2b2d77 100644
> --- a/gnu/packages/ruby.scm
> +++ b/gnu/packages/ruby.scm
> @@ -187,6 +187,20 @@ a focus on simplicity and productivity.")
>      (native-inputs
>       `(("autoconf" ,autoconf)))))
>  
> +(define-public ruby-3.0
> +  (package
> +    (inherit ruby-2.7)
> +    (version "3.0.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append "http://cache.ruby-lang.org/pub/ruby/"
> +                           (version-major+minor version)
> +                           "/ruby-" version ".tar.xz"))
> +       (sha256
> +        (base32
> +         "1cbcixwnr0y8q0lg67wjgplp06kjd6p6hjjh680csv3v0bpsxgv8"))))))
> +
>  (define-public ruby-2.5
>    (package
>      (inherit ruby)

Thanks, I've tweaked the commit message, and pushed to master as
03c51c04430405fe405a3640e6a4d1d248b702fc.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 27 Jan 2021 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 90 days ago.

Previous Next


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