From bbd2d8c3d82f31d3ea1599600d9dcd5834a72a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 3 Nov 2025 10:27:11 +0100 Subject: [PATCH] =?UTF-8?q?gnu:=20Remove=20references=20to=20deprecated=20?= =?UTF-8?q?=E2=80=98ruby-concurrent=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- gnu/packages/ruby-xyz.scm | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm index 7bf120010215bf78ccc967de10cb42e8cf303471..3afcd1bd50e58b91aa907848eed42acf52bb4a06 100644 --- a/gnu/packages/ruby-xyz.scm +++ b/gnu/packages/ruby-xyz.scm @@ -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/")