unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41036] ruby: Add 2.7.3.
@ 2020-05-02 23:25 Ryan Prior via Guix-patches via
  2020-05-02 23:34 ` [bug#41036] ruby: Add ruby-2.5 as an alias to ruby Ryan Prior via Guix-patches via
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Ryan Prior via Guix-patches via @ 2020-05-02 23:25 UTC (permalink / raw)
  To: 41036


[-- Attachment #1.1: Type: text/plain, Size: 47 bytes --]

This patch adds Ruby 2.7.3, the latest release.

[-- Attachment #1.2: Type: text/html, Size: 334 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-ruby-2.7.patch --]
[-- Type: text/x-patch; name="0001-gnu-Add-ruby-2.7.patch", Size: 2277 bytes --]

From 0c10fb29338bc118c3fa442615aa6217960bb03b Mon Sep 17 00:00:00 2001
From: Ryan Prior <rprior@protonmail.com>
Date: Sat, 2 May 2020 18:17:00 -0500
Subject: [PATCH] gnu: Add ruby-2.7.

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

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 4d6d323442..67f344301c 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -128,6 +128,48 @@ a focus on simplicity and productivity.")
     (home-page "https://www.ruby-lang.org")
     (license license:ruby)))
 
+(define-public ruby-2.7
+  (package
+    (inherit ruby)
+    (version "2.7.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://cache.ruby-lang.org/pub/ruby/"
+                           (version-major+minor version)
+                           "/ruby-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0674x98f542y02r7n2yv2qhmh97blqhi2mvh2dn5f000vlxlh66l"))
+       (modules '((guix build utils)))
+       (snippet `(begin
+                   ;; Remove bundled libffi
+                   (delete-file-recursively "ext/fiddle/libffi-3.2.1")
+                   #t))))
+    (arguments
+     `(#:test-target "test"
+       #:phases
+       (modify-phases %standard-phases
+         (add-before 'configure 'replace-bin-sh-and-remove-libffi
+           (lambda _
+             (substitute* '("configure.ac"
+                            "template/Makefile.in"
+                            "lib/rubygems/installer.rb"
+                            "ext/pty/pty.c"
+                            "io.c"
+                            "lib/mkmf.rb"
+                            "process.c"
+                            "test/rubygems/test_gem_ext_configure_builder.rb"
+                            "test/rdoc/test_rdoc_parser.rb"
+                            "test/ruby/test_rubyoptions.rb"
+                            "test/ruby/test_process.rb"
+                            "test/ruby/test_system.rb"
+                            "tool/rbinstall.rb")
+               (("/bin/sh") (which "sh")))
+             #t)))))
+    (native-inputs
+     `(("autoconf" ,autoconf)))))
+
 (define-public ruby-2.4
   (package
     (inherit ruby)
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-06-24 20:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-02 23:25 [bug#41036] ruby: Add 2.7.3 Ryan Prior via Guix-patches via
2020-05-02 23:34 ` [bug#41036] ruby: Add ruby-2.5 as an alias to ruby Ryan Prior via Guix-patches via
2020-05-02 23:34 ` [bug#41036] ruby: Update to 2.7.3 Ryan Prior via Guix-patches via
2020-05-07  7:47   ` Ludovic Courtès
2020-05-07 19:27     ` Ryan Prior via Guix-patches via
2020-05-12  8:10       ` Diego Nicola Barbato
2020-05-12 12:47   ` [bug#41036] [EXT] " Thompson, David
2020-05-12 17:55     ` Ryan Prior via Guix-patches via
2020-05-13 17:54 ` [bug#41036] ruby: Add 2.7.3 Christopher Baines
2020-06-17 10:03   ` Ludovic Courtès
2020-06-19  8:54     ` Christopher Baines
2020-06-21  3:02 ` [bug#41036] [PATCH 0/2] New patches to update Ruby to 2.7 Ryan Prior via Guix-patches via
2020-06-21  3:02   ` [bug#41036] [PATCH 1/2] gnu: Renames ruby to ruby-2.6 Ryan Prior via Guix-patches via
2020-06-21  3:02   ` [bug#41036] [PATCH 2/2] gnu: Ruby: Update to 2.7 Ryan Prior via Guix-patches via
2020-06-24 20:28   ` bug#41036: [PATCH 0/2] New patches to update Ruby " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).