[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65131] [PATCH 11/32] gnu: Add ruby-sfl.
From: |
Hartmut Goebel |
Subject: |
[bug#65131] [PATCH 11/32] gnu: Add ruby-sfl. |
Date: |
Mon, 7 Aug 2023 20:26:15 +0200 |
* gnu/packages/ruby.scm (ruby-sfl): New variable.
---
gnu/packages/ruby.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 870fb13ed9..0c39d2d118 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -12944,6 +12944,26 @@ manifest file.")
(home-page "https://github.com/mvz/rake-manifest")
(license license:expat)))
+(define-public ruby-sfl
+ (package
+ (name "ruby-sfl")
+ (version "2.3")
+ (source (origin
+ (method url-fetch)
+ (uri (rubygems-uri "sfl" version))
+ (sha256
+ (base32
+ "1qm4hvhq9pszi9zs1cl9qgwx1n4wxq0af0hq9sbf6qihqd8rwwwr"))))
+ (build-system ruby-build-system)
+ (arguments
+ `(#:tests? #f ;; some tests fail, gem is a dummy for ruby >= 1.9 anyway
+ #:test-target "spec"))
+ (synopsis "Spawn for Ruby 1.8")
+ (description "This pure ruby library provides @code{spawn()} which is
+almost perfectly compatible with ruby 1.9's.")
+ (home-page "https://github.com/ujihisa/spawn-for-legacy")
+ (license license:bsd-2)))
+
(define-public ruby-childprocess
(package
(name "ruby-childprocess")
--
2.30.9
- [bug#65131] [PATCH 01/32] gnu: Add ruby-excon., (continued)
- [bug#65131] [PATCH 01/32] gnu: Add ruby-excon., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 02/32] gnu: Add ruby-ipaddr., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 04/32] gnu: Add ruby-fake-ftp., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 06/32] gnu: Add ruby-net-telnet., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 07/32] gnu: Add ruby-pairing-heap., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 03/32] gnu: Add ruby-net-ftp., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 05/32] gnu: Add ruby-net-sftp., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 09/32] gnu: Add ruby-stream., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 08/32] gnu: Add ruby-stringio., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 10/32] gnu: Add ruby-rgl., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 11/32] gnu: Add ruby-sfl.,
Hartmut Goebel <=
- [bug#65131] [PATCH 12/32] gnu: Add ruby-specinfra., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 16/32] gnu: Add ruby-googleapis-common-protos-types., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 18/32] gnu: Add ruby-vagrant-cloud., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 13/32] gnu: Add ruby-serverspec., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 15/32] gnu: Add ruby-google-protobuf., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 19/32] gnu: Add ruby-vagrant-spec., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 21/32] gnu: Add ruby-hashicorp-checkpoint., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 14/32] gnu: Add ruby-time., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 17/32] gnu: Add ruby-grpc., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 20/32] gnu: Add ruby-vagrant-spec-helper-basic., Hartmut Goebel, 2023/08/07