[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
88/229: gnu: Add ruby-subprocess.
From: |
guix-commits |
Subject: |
88/229: gnu: Add ruby-subprocess. |
Date: |
Tue, 28 Mar 2023 22:29:06 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit cd7fedb2bf541c8bea805bf88026f252ef924315
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jan 6 23:13:04 2023 -0500
gnu: Add ruby-subprocess.
* gnu/packages/ruby.scm (ruby-subprocess): 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 a6de41b4d6..2934808169 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -12226,6 +12226,27 @@ development kit for Ruby.")
(home-page "https://github.com/mtsmfm/language_server-protocol-ruby")
(license license:expat)))
+(define-public ruby-subprocess
+ (package
+ (name "ruby-subprocess")
+ (version "1.5.6")
+ (source (origin
+ (method url-fetch)
+ (uri (rubygems-uri "subprocess" version))
+ (sha256
+ (base32
+ "0v49ahfx9b75qg42sl8a3l367g2vihc16g8z5f2raxpxjl1wh2s2"))))
+ (build-system ruby-build-system)
+ ;; Do not run the test suite, as there its test dependency ruby-sord would
+ ;; introduce a cycle with ruby-sorbet-runtime.
+ (arguments (list #:tests? #f))
+ (native-inputs (list ruby-minitest ruby-pry))
+ (synopsis "Ruby library to control and communicate with spawned processes")
+ (description "This Ruby library is controlling and communicating with
+spawned processes. It is designed after Python's @code{subprocess} module.")
+ (home-page "https://github.com/stripe/subprocess")
+ (license license:expat)))
+
(define-public ruby-syntax-tree
(package
(name "ruby-syntax-tree")
- 124/229: gnu: Add ruby-debug., (continued)
- 124/229: gnu: Add ruby-debug., guix-commits, 2023/03/28
- 127/229: gnu: Add ruby-bake-test., guix-commits, 2023/03/28
- 131/229: gnu: Add ruby-localhost., guix-commits, 2023/03/28
- 132/229: gnu: bundler: Update to 2.4.10., guix-commits, 2023/03/28
- 133/229: gnu: ruby-puma: Update to 6.1.1 and enable test suite., guix-commits, 2023/03/28
- 74/229: gnu: Add ruby-minitest-stub-const., guix-commits, 2023/03/28
- 81/229: gnu: ruby-rack-test: Honor #:tests? argument., guix-commits, 2023/03/28
- 83/229: gnu: ruby-webrick: Update to 1.8.1., guix-commits, 2023/03/28
- 84/229: gnu: Add ruby-rackup., guix-commits, 2023/03/28
- 86/229: gnu: Add ruby-prettier-print., guix-commits, 2023/03/28
- 88/229: gnu: Add ruby-subprocess.,
guix-commits <=
- 89/229: gnu: Add ruby-rake-compiler-dock., guix-commits, 2023/03/28
- 91/229: gnu: ruby-concurrent: Replace with ruby-concurrent-ruby., guix-commits, 2023/03/28
- 92/229: gnu: Add ruby-concurrent-ruby-ext., guix-commits, 2023/03/28
- 94/229: gnu: Add ruby-sorbet-runtime., guix-commits, 2023/03/28
- 95/229: gnu: Add ruby-rdiscount., guix-commits, 2023/03/28
- 98/229: gnu: ruby-faraday: Update to 2.7.4 and enable test suite., guix-commits, 2023/03/28
- 100/229: gnu: ruby-faraday: Propagate ruby-faraday-net-http., guix-commits, 2023/03/28
- 104/229: gnu: ruby-byebug: Do not depend on ruby-chandler., guix-commits, 2023/03/28
- 106/229: gnu: Add ruby-multipart-parser., guix-commits, 2023/03/28
- 110/229: gnu: ruby-faraday-middleware: Add a deprecation comment and re-indent., guix-commits, 2023/03/28