aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/ruby.scm
diff options
context:
space:
mode:
authorEfraim Flashner2021-05-11 13:51:18 +0300
committerEfraim Flashner2021-05-11 14:05:49 +0300
commit96f0ec9fe694baacd6b48140485119f0b3a3929f (patch)
treee36d6865f9985e8290912d83974d1cfa23a4d6c4 /gn/packages/ruby.scm
parentd0e75d0dfee30c3d1c6c98ef64a96366aa0c2ef9 (diff)
downloadguix-bioinformatics-96f0ec9fe694baacd6b48140485119f0b3a3929f.tar.gz
gn: upstream 2 gems
Diffstat (limited to 'gn/packages/ruby.scm')
-rw-r--r--gn/packages/ruby.scm113
1 files changed, 39 insertions, 74 deletions
diff --git a/gn/packages/ruby.scm b/gn/packages/ruby.scm
index 3ff7f82..84ea43d 100644
--- a/gn/packages/ruby.scm
+++ b/gn/packages/ruby.scm
@@ -3854,6 +3854,8 @@ braces vs do/end, etc are all ignored. Making this totally rad.")
(base32
"1izx6wsjdm6mnbxazgz1z5qbhwrrisbq0np2nmx4ij6lrqjy18jf"))))
(build-system ruby-build-system)
+ (arguments
+ `(#:tests? #f)) ; no rakefile
(synopsis
"Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably")
(description
@@ -4502,13 +4504,14 @@ both the the request and response in between unicorn and slow clients.")
(version "1.1.1")
(source
(origin
- (method url-fetch)
- (uri (rubygems-uri
- "openssl-signature_algorithm"
- version))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/cedarcode/openssl-signature_algorithm")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "173p9agv45hj62fdgl9bzqr9f6xg7hi2sf5iyd3ahiwbv220x332"))))
+ "0ilshdmky1z8azm7szzbg129v5g2n54izzckhyqwnn1g8c55bmn5"))))
(build-system ruby-build-system)
(arguments
`(#:tests? #f ; cannot load such file -- spec_helper
@@ -4522,10 +4525,9 @@ both the the request and response in between unicorn and slow clients.")
(propagated-inputs
`(("ruby-openssl" ,ruby-openssl)))
(native-inputs
- `(
+ `(("ruby-ed25519" ,ruby-ed25519)
("ruby-rspec" ,ruby-rspec)
- ("ruby-rubocop" ,ruby-rubocop)
- ))
+ ("ruby-rubocop" ,ruby-rubocop)))
(synopsis
"ECDSA, EdDSA, RSA-PSS and RSA-PKCS#1 algorithms for ruby")
(description
@@ -4533,6 +4535,32 @@ both the the request and response in between unicorn and slow clients.")
(home-page "https://github.com/cedarcode/openssl-signature_algorithm")
(license license:asl2.0)))
+(define-public ruby-ed25519
+ (package
+ (name "ruby-ed25519")
+ (version "1.2.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "ed25519" version))
+ (sha256
+ (base32
+ "1f5kr8za7hvla38fc0n9jiv55iq62k5bzclsa5kdb14l3r4w6qnw"))))
+ (build-system ruby-build-system)
+ (arguments
+ `(#:tests? #f ; cannot load spec_helper
+ #:test-target "default"))
+ (native-inputs
+ `(("ruby-rake-compiler" ,ruby-rake-compiler)
+ ("ruby-rspec" ,ruby-rspec)
+ ("ruby-rubocop" ,ruby-rubocop)))
+ (synopsis "Ruby binding to the Ed25519 elliptic curve public-key system")
+ (description
+ "This package provides a Ruby binding to the Ed25519 elliptic curve
+public-key signature system described in RFC 8032.")
+ (home-page "https://github.com/crypto-rb/ed25519")
+ (license license:expat)))
+
(define-public ruby-cose
(package
(name "ruby-cose")
@@ -5101,37 +5129,6 @@ both the the request and response in between unicorn and slow clients.")
(home-page "https://relishapp.com/vcr/vcr/docs")
(license license:expat)))
-(define-public ruby-yaml-lint
- (package
- (name "ruby-yaml-lint")
- (version "0.0.10")
- (source
- (origin
- (method url-fetch)
- (uri (rubygems-uri "yaml-lint" version))
- (sha256
- (base32
- "1m9n4sg7i0334yac7dcrhnhv5rzvrccgnh687n9x77ba3awk4yx1"))))
- (build-system ruby-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "rspec"))
- #t)))))
- (native-inputs
- `(
- ("ruby-rspec" ,ruby-rspec)
- ))
- (synopsis
- "Check if your YAML files can be loaded.")
- (description
- "Check if your YAML files can be loaded.")
- (home-page "https://github.com/Pryz/yaml-lint")
- (license license:expat)))
-
(define-public ruby-annotate
(package
(name "ruby-annotate")
@@ -5478,15 +5475,11 @@ with processing Chinese text.")
(arguments
`(#:test-target "default"))
(native-inputs
- `(
- ("ruby-rspec" ,ruby-rspec)
- ))
+ `(("ruby-rspec" ,ruby-rspec)))
(synopsis
- "A log format that's readable by humans and easily parseable by computers.
-")
+ "Readable log format for humans and computers")
(description
- "This package provides a log format that's readable by humans and easily parseable by computers.
-")
+ "This package provides a log format that's readable by humans and easily parseable by computers.")
(home-page "https://github.com/zimbatm/lines-ruby")
(license license:expat)))
@@ -5828,34 +5821,6 @@ with processing Chinese text.")
(home-page "https://github.com/komiya-atsushi/lz4-ruby")
(license license:expat)))
-(define-public ruby-hkdf
- (package
- (name "ruby-hkdf")
- (version "0.3.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/jtdowney/hkdf")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "171xqhifjf9pxy60kds7fc8zfli7msnm9q9ncqyswxfspjdhj647"))))
- (build-system ruby-build-system)
- (arguments
- `(#:test-target "default"))
- (native-inputs
- `(
- ("ruby-rspec" ,ruby-rspec)
- ))
- (synopsis
- "A ruby implementation of RFC5869: HMAC-based Extract-and-Expand Key Derivation Function (HKDF). The goal of HKDF is to take some source key material and generate suitable cryptographic keys from it.")
- (description
- "This package provides a ruby implementation of RFC5869: HMAC-based Extract-and-Expand Key Derivation Function (HKDF). The goal of HKDF is to take some source key material and generate suitable cryptographic keys from it.")
- (home-page "https://github.com/jtdowney/hkdf")
- (license license:expat)))
-
(define-public ruby-webpush
(package
(name "ruby-webpush")