[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
96/131: gnu: ruby-tilt: Update to 2.2.0.
From: |
guix-commits |
Subject: |
96/131: gnu: ruby-tilt: Update to 2.2.0. |
Date: |
Fri, 7 Mar 2025 17:13:55 -0500 (EST) |
sharlatan pushed a commit to branch ruby-team
in repository guix.
commit 2ca6de40329d819272511f9fe5053f174ca7d6d3
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Sun Feb 16 01:34:15 2025 +0100
gnu: ruby-tilt: Update to 2.2.0.
* gnu/packages/ruby.scm (ruby-tilt): Update to 2.2.0.
[arguments]<#:phases>: Remove uneeded phase 'remove-some-dependencies.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/ruby.scm | 27 ++-------------------------
1 file changed, 2 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 286d0eed85..9a13bbd55e 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7512,7 +7512,7 @@ intended for use with event loops such as async.")
(define-public ruby-tilt
(package
(name "ruby-tilt")
- (version "2.1.0")
+ (version "2.2.0")
(source
(origin
(method git-fetch) ;the distributed gem lacks tests
@@ -7521,35 +7521,12 @@ intended for use with event loops such as async.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0v7s38r86ammqpqm1diyk0yqz1k285argkpy5c8s1vq46983m9lv"))))
+ (base32 "056zm4vzx9xjwl7zgmb17hzb91qx5cvzk60wvsxchfybvl03gn5d"))))
(build-system ruby-build-system)
(arguments
(list
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'remove-some-dependencies
- (lambda _
- (substitute* "Gemfile"
- (("gem 'less'") "\n")
- (("gem 'coffee-script'") "\n")
- (("gem 'livescript'") "\n")
- (("gem 'babel-transpiler'") "\n")
- (("gem 'typescript-node'") "\n")
- (("gem 'typescript-node'") "\n")
- (("gem 'duktape'.*") "\n")
- ;; TODO ronn is used for generating the manual
- (("gem 'ronn'.*") "\n")
- ;; ruby-haml has a runtime dependency on ruby-tilt, so don't
- ;; pass it in as a native-input
- (("gem 'haml'.*") "\n")
- ;; TODO Not all of these gems are packaged for Guix yet:
- ;; less, coffee-script, livescript, babel-transpiler,
- ;; typescript-node
- (("if can_execjs") "if false")
- ;; Disable the secondary group to reduce the number of
- ;; dependencies. None of the normal approaches work, so patch
- ;; the Gemfile instead.
- (("group :secondary") "[].each"))))
(add-before 'check 'set-SASS_IMPLEMENTATION
(lambda _
(setenv "SASS_IMPLEMENTATION" "sassc"))))))
- 57/131: gnu: ruby-3.1: Update to 3.1.6., (continued)
- 57/131: gnu: ruby-3.1: Update to 3.1.6., guix-commits, 2025/03/07
- 60/131: gnu: ruby-flores: Update to 0.0.8-0.92fded0., guix-commits, 2025/03/07
- 72/131: gnu: packages: Add comments for migration to ruby@3, guix-commits, 2025/03/07
- 76/131: gnu: ruby-rake-compiler: Update to 1.2.9., guix-commits, 2025/03/07
- 87/131: gnu: ruby-selenium-webdriver: Update to 4.22.0., guix-commits, 2025/03/07
- 89/131: gnu: ruby-actionpack: Patch source., guix-commits, 2025/03/07
- 90/131: gnu: Add ruby-warning., guix-commits, 2025/03/07
- 97/131: gnu: ruby-asciidoctor: Update to 2.0.20., guix-commits, 2025/03/07
- 08/131: gnu: ruby-anystyle: Update to 1.4.2., guix-commits, 2025/03/07
- 56/131: gnu: ruby-3.1: Inherit from ruby-3.2., guix-commits, 2025/03/07
- 96/131: gnu: ruby-tilt: Update to 2.2.0.,
guix-commits <=
- 99/131: gnu: Add ruby-ice-nine., guix-commits, 2025/03/07
- 100/131: gnu: ruby-regexp-parser: Update to 2.5.0., guix-commits, 2025/03/07
- 112/131: gnu: ruby-rubocop-capybara: Relax ruby-danger requirement., guix-commits, 2025/03/07
- 129/131: gnu: python-sphinx-panels: Update input to python-sphinx-5., guix-commits, 2025/03/07
- 130/131: gnu: python-numpy-documentation: Update python-sphinx native-input., guix-commits, 2025/03/07
- 124/131: gnu: ruby-terminfo: Update to 0.2-0.f4a597d., guix-commits, 2025/03/07
- 105/131: gnu: Add ruby-standard-performance., guix-commits, 2025/03/07
- 116/131: gnu: ruby-yaml-lint: Update to 0.1.2-0.d6a253f., guix-commits, 2025/03/07
- 120/131: gnu: ruby: Update to ruby-3.2., guix-commits, 2025/03/07
- 131/131: gnu: Remove python-sphinx-4., guix-commits, 2025/03/07