sharlatan pushed a commit to branch ruby-team
in repository guix.

commit 4ec1368a4cc0da16c03bc803c06279bd8ee5ddad
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jan 31 09:20:13 2025 +0100

    gnu: Remove ruby-turn.
    
    * gnu/packages/ruby.scm (ruby-turn): Delete variable.
    
    This package is now a leaf package and unmaintained for 10 years.
    
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/ruby.scm | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 7d4242eb55..44a96821c4 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -11239,38 +11239,6 @@ name and provides query methods such as 
@{RubyEngine.mri?}.")
     (home-page "https://github.com/janlelis/ruby_engine";)
     (license license:expat)))
 
-(define-public ruby-turn
-  (package
-    (name "ruby-turn")
-    (version "0.9.7")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (rubygems-uri "turn" version))
-       (sha256
-        (base32
-         "1691rc2sq04cw8mxxh340k2j04ll90kwgcy8ddrp6rligmfrf8fw"))))
-    (build-system ruby-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         ;; Tests fail because turn changes its environment so can no longer
-         ;; find test/unit.  Instead simply test if the executable runs
-         ;; without issue.
-         (replace 'check
-           (lambda _
-             (invoke "ruby" "-Ilib" "bin/turn" "-h"))))))
-    (propagated-inputs
-     (list ruby-ansi ruby-minitest-4))
-    (synopsis "Alternate set of alternative runners for MiniTest")
-    (description
-     "TURN provides a set of alternative runners for MiniTest which are both
-colorful and informative.  TURN displays each test on a separate line with
-failures being displayed immediately instead of at the end of the tests.  Note
-that TURN is no longer being maintained.")
-    (home-page "https://rubygems.org/gems/turn";)
-    (license license:expat)))
-
 (define-public ruby-mimemagic
   (package
     (name "ruby-mimemagic")

Reply via email to