GNU bug report logs -
#78826
[PATCH ruby-team 00/88] Switch to ruby@3.3 and build -P1 ruby@3.3
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Wed, 18 Jun 2025 14:22:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/ruby-xyz.scm (ruby-hoe-markdown): Update to 1.7.0.
[arguments]{phases}: Adapt phase 'disable-bundler-dependency.
---
gnu/packages/ruby-xyz.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 8eb5578f2d..05fe946208 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -11677,7 +11677,7 @@ (define-public ruby-hoe-git
(define-public ruby-hoe-markdown
(package
(name "ruby-hoe-markdown")
- (version "1.4.0")
+ (version "1.7.0")
(home-page "https://github.com/flavorjones/hoe-markdown")
(source
(origin
@@ -11687,18 +11687,21 @@ (define-public ruby-hoe-markdown
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0wb0yjdx9gx9r0cahpx42pblvglgh1i9pdfxjavq7f40nan2g076"))))
+ (base32 "1hkligky33b3rgcsx5qzvackgw6ghln4yp0lpw9wxy0lp14n0vr9"))))
(build-system ruby-build-system)
(arguments
(list
#:test-target "spec"
#:phases
#~(modify-phases %standard-phases
- (add-before 'check 'disable-bundler-dependency
+ (add-after 'unpack 'disable-bundler-dependency
(lambda _
(substitute* "spec/spec_helper.rb"
(("require.*bundler/setup.*")
- "")))))))
+ ""))
+ (substitute* "lib/hoe/markdown/standalone.rb"
+ (("Bundler\\.load_gemspec")
+ "Gem::Specification.load")))))))
(native-inputs (list ruby-rspec))
(propagated-inputs (list ruby-rake))
(synopsis "Hoe plugin with Markdown helpers")
--
2.49.0
This bug report was last modified 32 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.