all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add ruby-bio-logger.
@ 2015-09-16  6:10 Pjotr Prins
  2015-09-16 16:02 ` Ricardo Wurmus
  0 siblings, 1 reply; 4+ messages in thread
From: Pjotr Prins @ 2015-09-16  6:10 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/ruby.scm (ruby-bio-logger): New variable.
---
 gnu/packages/ruby.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index e61332f..0cdc5e3 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -445,6 +445,27 @@ configuration, and more.")
      (home-page "http://log4r.rubyforge.org/")
      (license license:bsd-3)))
 
+(define-public ruby-bio-logger
+  (package
+    (name "ruby-bio-logger")
+    (version "1.0.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (rubygems-uri "bio-logger" version))
+        (sha256
+          (base32
+            "02pylfy8nkdqzyzplvnhn1crzmfkj1zmi3qjhrj2f2imlxvycd28"))))
+    (build-system ruby-build-system)
+    (propagated-inputs `(("ruby-log4r" ,ruby-log4r)))
+    (arguments
+     '(#:tests? #f)) ; no test suite
+    (synopsis "Log4r wrapper for Ruby with extra features")
+    (description "Library with extra logging features on top of
+ruby-log4r (not specific to bioinformatics)")
+    (home-page "https://github.com/pjotrp/bioruby-logger-plugin")
+    (license license:expat)))
+
 (define-public ruby-atoulme-antwrap
   (package
     (name "ruby-atoulme-antwrap")
-- 
2.4.3

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

end of thread, other threads:[~2015-09-17 21:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16  6:10 [PATCH] gnu: Add ruby-bio-logger Pjotr Prins
2015-09-16 16:02 ` Ricardo Wurmus
2015-09-17  5:12   ` Pjotr Prins
2015-09-17 21:42     ` Thompson, David

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.