GNU bug report logs -
#32370
[PATCH 0/4] A few Ruby related patches.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Sun, 5 Aug 2018 14:40:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On Tue, 28 Aug 2018 21:33:58 +0100
Christopher Baines <mail <at> cbaines.net> wrote:
> From: Ben Woodcroft <donttrustben <at> gmail.com>
>
> * gnu/packages/ruby.scm (ruby-yajl-ruby): New variable.
>
> Signed-off-by: Christopher Baines <mail <at> cbaines.net>
> ---
> gnu/packages/ruby.scm | 36 ++++++++++++++++++++++++++++++++++++
> 1 file changed, 36 insertions(+)
>
> diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
> index 908dfd5751..dabfc6511c 100644
> --- a/gnu/packages/ruby.scm
> +++ b/gnu/packages/ruby.scm
> @@ -3626,6 +3626,42 @@ features such as filtering and fine grained
> logging.") (home-page
> "https://github.com/pjotrp/bioruby-logger-plugin") (license
> license:expat)))
> +(define-public ruby-yajl-ruby
> + (package
> + (name "ruby-yajl-ruby")
> + (version "1.4.1")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (rubygems-uri "yajl-ruby" version))
> + (sha256
> + (base32
> + "16v0w5749qjp13xhjgr2gcsvjv6mf35br7iqwycix1n2h7kfcckf"))))
> + (build-system ruby-build-system)
> + (arguments
> + '(#:test-target "spec"
> + #:phases
> + (modify-phases %standard-phases
> + (add-before 'check 'patch-test-to-update-load-path
> + (lambda _
> + (substitute* "spec/parsing/large_number_spec.rb"
> + (("require \"yajl\"")
> + "$LOAD_PATH << 'lib'; require 'yajl'"))
> + #t)))))
> + (native-inputs
> + `(("ruby-rake-compiler" ,ruby-rake-compiler)
> + ("ruby-rspec" ,ruby-rspec)))
> + (synopsis "Streaming JSON parsing and encoding library for
> Ruby")
> + (description
> + "Ruby C bindings to the Yajl JSON stream-based parser
> library. The API +is compatible with the JSON gem, so yajl-ruby can
> act as a drop in +replacement.
> +
> +A modified copy of yajl is used, and included in the package.")
> + (home-page "https://github.com/brianmario/yajl-ruby")
> + (license (list license:expat ; Ruby code, yajl_ext.c and
> yajl_ext.h
> + license:bsd-3)))) ; Included, modified copy of
> yajl +
> (define-public ruby-yard
> (package
> (name "ruby-yard")
Hi Chris,
I haven't applied the patches again, but from reading the mails, it
LGTM.
Thanks,
Björn
[Message part 2 (application/pgp-signature, inline)]
This bug report was last modified 6 years and 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.