unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Mikhail Kirillov <w96k.ru@gmail.com>
To: 36482@debbugs.gnu.org
Cc: Mikhail Kirillov <w96k.ru@gmail.com>
Subject: [bug#36482] [PATCH] gnu: ruby: Add ruby-backport package
Date: Wed,  3 Jul 2019 01:49:47 +0300	[thread overview]
Message-ID: <20190702224947.17513-1-w96k.ru@gmail.com> (raw)

* gnu/packages/ruby.scm (ruby): add ruby-backport package
---
 gnu/packages/ruby.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 49e0b9fe73..c779bc4e7d 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -8725,3 +8725,35 @@ app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server,
 then check out http://127.0.0.1:1080 to see the mail.")
     (home-page "https://mailcatcher.me")
     (license license:expat)))
+
+(define-public ruby-backport
+  (let ((commit "5074f249cc12a95e388d2a16080fd3252013ffd4"))
+    (package
+      (name "ruby-backport")
+      (version "1.1.1")
+      (source
+       (origin
+         ;; The gem does not include test code, so fetch from the Git repository
+         ;; Repo doesn't have release tags either
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/castwide/backport.git")
+               (commit commit)))
+         (file-name (string-append name "-" version "-checkout"))
+         (sha256
+          (base32
+           "0ii3y1wx1n48nd2mhlv0v61b2m21h7dg30if9vc2idza7k4afyw8"))))
+      (build-system ruby-build-system)
+      (arguments
+       `(#:test-target "spec"))
+      (native-inputs
+       `(("bundler" ,bundler)
+         ("ruby-rspec" ,ruby-rspec)))
+      (inputs
+       `(("ruby-simplecov" ,ruby-simplecov)))
+      (synopsis
+       "A pure Ruby library for event-driven IO")
+      (description
+       "This package provides a pure Ruby library for event-driven IO")
+      (home-page "http://github.com/castwide/backport")
+      (license license:expat))))
-- 
2.22.0

             reply	other threads:[~2019-07-02 22:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-02 22:49 Mikhail Kirillov [this message]
2019-07-03 17:10 ` [bug#36482] [PATCH] gnu: ruby: Add ruby-backport package Mikhail Kirillov
2019-07-04 10:29   ` bug#36482: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190702224947.17513-1-w96k.ru@gmail.com \
    --to=w96k.ru@gmail.com \
    --cc=36482@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).