~ruther/guix-local

bbd2d8c3d82f31d3ea1599600d9dcd5834a72a59 — Ludovic Courtès 5 months ago 1956dd6
gnu: Remove references to deprecated ‘ruby-concurrent’.

* gnu/packages/ruby-xyz.scm (ruby-i18n)[propagated-inputs]: Use
‘ruby-concurrent-ruby’ instead of ‘ruby-concurrent’; remove label.
(ruby-asciidoctor-pdf, ruby-hamster, ruby-tzinfo)
(ruby-sucker-punch, ruby-sentry-core, ruby-sentry): Use ‘ruby-concurrent-ruby’
instead of ‘ruby-concurrent’.

Change-Id: I38761047bd6605e43839b8c3e31ec34d4e2c93c4
1 files changed, 7 insertions(+), 8 deletions(-)

M gnu/packages/ruby-xyz.scm
M gnu/packages/ruby-xyz.scm => gnu/packages/ruby-xyz.scm +7 -8
@@ 272,7 272,7 @@ hosts by wrapping the @file{rsync} binary.")
    (build-system ruby-build-system)
    (arguments
     '(#:tests? #f)) ; no tests
    (propagated-inputs `(("concurrent-ruby" ,ruby-concurrent)))
    (propagated-inputs (list ruby-concurrent-ruby))
    (synopsis "Internationalization library for Ruby")
    (description "Ruby i18n is an internationalization and localization
solution for Ruby programs.  It features translation and localization,


@@ 2023,7 2023,7 @@ web pages.")
           ruby-rspec))
    (propagated-inputs
     (list ruby-asciidoctor
           ruby-concurrent
           ruby-concurrent-ruby
           ruby-prawn
           ruby-prawn-icon
           ruby-prawn-svg


@@ 3562,7 3562,7 @@ engine.")
            (when tests?
              (invoke "ruby" (which "rspec"))))))))
  (propagated-inputs
   (list ruby-concurrent))
   (list ruby-concurrent-ruby))
  (native-inputs
   (list ruby-rspec))
  (synopsis "Efficient, immutable, thread-safe collection classes for Ruby")


@@ 6987,7 6987,7 @@ utilities for Ruby.")
                (when tests?
                  (invoke "bundler" "exec" "rake" test-target)))))))
      (propagated-inputs
       (list ruby-concurrent))
       (list ruby-concurrent-ruby))
      (native-inputs
       (list ruby-simplecov))
      (synopsis "Time zone library for Ruby")


@@ 15488,8 15488,7 @@ floating-point numbers or complex numbers as arguments.")
     (list
      ruby-pry))
    (propagated-inputs
     (list
      ruby-concurrent))
     (list ruby-concurrent-ruby))
    (home-page "https://github.com/brandonhilkert/sucker_punch")
    (synopsis "Asynchronous processing library for Ruby")
    (description "Sucker Punch is a single-process Ruby asynchronous processing


@@ 16040,7 16039,7 @@ provides the Ruby bindings of Selenium.")
     ;; No rakefile in gem.
     `(#:tests? #f))
    (propagated-inputs
      (list ruby-concurrent
      (list ruby-concurrent-ruby
             ruby-faraday))
    (home-page "https://sentry.io/for/ruby/")
    (synopsis "Client interface for the Sentry error logger")


@@ 16063,7 16062,7 @@ interface for the Sentry error logger.")
     ;; No rakefile in gem
     `(#:tests? #f))
    (propagated-inputs
      (list ruby-concurrent
      (list ruby-concurrent-ruby
             ruby-faraday
             ruby-sentry-core))
    (home-page "https://sentry.io/for/ruby/")