[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/229: gnu: Add ruby-vcr-expat.
From: |
guix-commits |
Subject: |
85/229: gnu: Add ruby-vcr-expat. |
Date: |
Tue, 28 Mar 2023 22:29:06 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 37bb9a07387fdd9bb6c753d01f5538ad13cd5273
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jan 6 21:52:33 2023 -0500
gnu: Add ruby-vcr-expat.
* gnu/packages/ruby.scm (ruby-vcr-expat): New variable.
---
gnu/packages/ruby.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 50c5f9320b..4a6eb14d6d 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -8057,6 +8057,36 @@ variable length integers (varint) in Ruby Protocol
Buffers.")
(home-page "https://github.com/liquidm/varint")
(license license:bsd-3)))
+;;; Note: Do NOT update to a newer version; this is the last commit that is
+;;; still licensed as free software, the project having switched to the
+;;; Hippocratic license afterward (see:
+;;; https://github.com/vcr/vcr/issues/959).
+(define-public ruby-vcr-expat
+ (let ((revision "0")
+ (commit-dont-touch "842b2bf89099dc91f2c643d0d85d1abd54eb7e85")) ;
+ (package
+ (name "ruby-vcr-expat")
+ (version (git-version "5.0.0" revision commit-dont-touch))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/vcr/vcr")
+ (commit commit-dont-touch)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "02mzifd2655kjh35bbry01n66jjcjrsw6ncqlybfkjcaqrw2zalv"))))
+ (build-system ruby-build-system)
+ (arguments (list #:tests? #f)) ;avoid all dependencies
+ (home-page "https://github.com/vcr/vcr")
+ (synopsis "HTTP interaction recorder [old version]")
+ (description "Record your test suite's HTTP interactions and replay them
+during future test runs for fast, deterministic, accurate tests. This is an
+older version of VCR that is free software under the Expat license. The
+project later switched to the Hippocratic license, which is non-free.
+@emph{Do not use it in new free software projects}.")
+ (license license:expat))))
+
(define-public ruby-ruby-prof
(package
(name "ruby-ruby-prof")
- 60/229: gnu: ruby-activerecord: Update to 7.0.4.3 and enable tests., (continued)
- 60/229: gnu: ruby-activerecord: Update to 7.0.4.3 and enable tests., guix-commits, 2023/03/28
- 65/229: gnu: ruby-zeitwerk: Update to 2.6.7., guix-commits, 2023/03/28
- 66/229: gnu: Add ruby-queue-classic., guix-commits, 2023/03/28
- 71/229: gnu: Add ruby-websocket., guix-commits, 2023/03/28
- 44/229: gnu: ruby-cucumber-core: Update to 11.1.0., guix-commits, 2023/03/28
- 56/229: gnu: ruby-activesupport: Update to 7.0.4.3., guix-commits, 2023/03/28
- 70/229: gnu: Add ruby-launchy., guix-commits, 2023/03/28
- 78/229: gnu: Add ruby-rack-cache., guix-commits, 2023/03/28
- 80/229: gnu: ruby-rack-test: Update home page., guix-commits, 2023/03/28
- 82/229: gnu: ruby-sinatra: Update to 3.0.5., guix-commits, 2023/03/28
- 85/229: gnu: Add ruby-vcr-expat.,
guix-commits <=
- 87/229: gnu: Add ruby-syntax-tree., guix-commits, 2023/03/28
- 90/229: gnu: Add ruby-concurrent-ruby., guix-commits, 2023/03/28
- 93/229: gnu: Add ruby-concurrent-ruby-edge., guix-commits, 2023/03/28
- 96/229: gnu: Add ruby-ruby2-keywords., guix-commits, 2023/03/28
- 97/229: gnu: Add ruby-faraday-net-http., guix-commits, 2023/03/28
- 99/229: gnu: ruby-octokit: Update to 6.1.0., guix-commits, 2023/03/28
- 101/229: gnu: ruby-sawyer: Update to 0.9.2., guix-commits, 2023/03/28
- 102/229: gnu: ruby-pry-byebug: Avoid depending on ruby-chandler., guix-commits, 2023/03/28
- 107/229: gnu: Add ruby-faraday-multipart., guix-commits, 2023/03/28
- 109/229: gnu: Add ruby-fileutils., guix-commits, 2023/03/28