unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add ruby-ox.
@ 2015-09-04 19:02 David Thompson
  2015-09-04 20:05 ` Cyril Roelandt
  2015-09-06 13:33 ` Thompson, David
  0 siblings, 2 replies; 4+ messages in thread
From: David Thompson @ 2015-09-04 19:02 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-ruby-ox.patch --]
[-- Type: text/x-patch, Size: 1520 bytes --]

From 4cff199e5ba8b2520dbd035c19aba0ba940d7083 Mon Sep 17 00:00:00 2001
From: David Thompson <dthompson2@worcester.edu>
Date: Fri, 4 Sep 2015 15:01:11 -0400
Subject: [PATCH] gnu: Add ruby-ox.

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

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index a01a698..c860233 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1026,3 +1026,26 @@ core extensions extracted from the Rails framework.  It includes support for
 multibyte strings, internationalization, time zones, and testing.")
     (home-page "http://www.rubyonrails.org")
     (license license:expat)))
+
+(define-public ruby-ox
+  (package
+    (name "ruby-ox")
+    (version "2.2.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri "ox" version))
+       (sha256
+        (base32
+         "00i11xd4ayh7349rhgskajfxn0qzkb74ab01217zix9qcapssxax"))))
+    (build-system ruby-build-system)
+    (arguments
+     '(#:tests? #f)) ; no tests
+    (synopsis "Optimized XML library for Ruby")
+    (description
+     "Optimized XML (Ox) is a fast XML parser and object serializer for Ruby
+written as a native C extension.  It was designed to be an alternative to
+Nokogiri and other Ruby XML parsers for generic XML parsing and as an
+alternative to Marshal for Object serialization. ")
+    (home-page "http://www.ohler.com/ox")
+    (license license:expat)))
-- 
2.5.0


[-- Attachment #2: Type: text/plain, Size: 38 bytes --]


-- 
David Thompson
GPG Key: 0FF1D807

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

* Re: [PATCH] gnu: Add ruby-ox.
  2015-09-04 19:02 [PATCH] gnu: Add ruby-ox David Thompson
@ 2015-09-04 20:05 ` Cyril Roelandt
  2015-09-04 20:30   ` Thompson, David
  2015-09-06 13:33 ` Thompson, David
  1 sibling, 1 reply; 4+ messages in thread
From: Cyril Roelandt @ 2015-09-04 20:05 UTC (permalink / raw)
  To: guix-devel

On 09/04/2015 09:02 PM, David Thompson wrote:
> Subject: [PATCH] gnu: Add ruby-ox.

Looks good to me and simple enough to be pushed if guix lint does not
complain.

Cyril.

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

* Re: [PATCH] gnu: Add ruby-ox.
  2015-09-04 20:05 ` Cyril Roelandt
@ 2015-09-04 20:30   ` Thompson, David
  0 siblings, 0 replies; 4+ messages in thread
From: Thompson, David @ 2015-09-04 20:30 UTC (permalink / raw)
  To: Cyril Roelandt; +Cc: guix-devel

On Fri, Sep 4, 2015 at 4:05 PM, Cyril Roelandt <tipecaml@gmail.com> wrote:
> On 09/04/2015 09:02 PM, David Thompson wrote:
>> Subject: [PATCH] gnu: Add ruby-ox.
>
> Looks good to me and simple enough to be pushed if guix lint does not
> complain.

'guix lint' was happy.  Thanks.

- Dave

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

* Re: [PATCH] gnu: Add ruby-ox.
  2015-09-04 19:02 [PATCH] gnu: Add ruby-ox David Thompson
  2015-09-04 20:05 ` Cyril Roelandt
@ 2015-09-06 13:33 ` Thompson, David
  1 sibling, 0 replies; 4+ messages in thread
From: Thompson, David @ 2015-09-06 13:33 UTC (permalink / raw)
  To: guix-devel

Pushed!

- Dave

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

end of thread, other threads:[~2015-09-06 13:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-04 19:02 [PATCH] gnu: Add ruby-ox David Thompson
2015-09-04 20:05 ` Cyril Roelandt
2015-09-04 20:30   ` Thompson, David
2015-09-06 13:33 ` Thompson, David

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).