guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

110/229: gnu: ruby-faraday-middleware: Add a deprecation comment and re-


From: guix-commits
Subject: 110/229: gnu: ruby-faraday-middleware: Add a deprecation comment and re-indent.
Date: Tue, 28 Mar 2023 22:29:10 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 92970e7c345e1a6c2a4bf9a805d9fb8c8fa3e9c9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jan 9 00:56:17 2023 -0500

    gnu: ruby-faraday-middleware: Add a deprecation comment and re-indent.
    
    * gnu/packages/ruby.scm (ruby-faraday-middleware): Add comment.
    Re-indent package.
---
 gnu/packages/ruby.scm | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 02582094ee..cb46849e50 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -13839,22 +13839,20 @@ ripped from Merb.  It supports pluggable parsers and 
ships with both REXML and
 Nokogiri implementations.")
     (license license:expat)))
 
+;; This package is deprecated per upstream and should be phased out.
 (define-public ruby-faraday-middleware
   (package
     (name "ruby-faraday-middleware")
     (version "1.2.0")
     (source
-      (origin
-        (method url-fetch)
-        (uri (rubygems-uri "faraday_middleware" version))
-        (sha256
-          (base32 "1bw8mfh4yin2xk7138rg3fhb2p5g2dlmdma88k82psah9mbmvlfy"))))
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri "faraday_middleware" version))
+       (sha256
+        (base32 "1bw8mfh4yin2xk7138rg3fhb2p5g2dlmdma88k82psah9mbmvlfy"))))
     (build-system ruby-build-system)
-    (arguments
-     ;; No rakefile
-     `(#:tests? #f))
-    (propagated-inputs
-     (list ruby-faraday))
+    (arguments `(#:tests? #f))
+    (propagated-inputs (list ruby-faraday))
     (home-page "https://github.com/lostisland/faraday_middleware";)
     (synopsis "Various middleware for Faraday")
     (description "Faraday_Middleware is a collection of middleware for the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]