[PATCH] gnu: ruby-rdoc: Update to 6.7.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • gemmaro
  • Ludovic Courtès
Owner
unassigned
Submitted by
gemmaro
Severity
normal
G
G
gemmaro wrote on 13 Jul 03:06 +0200
(address . guix-patches@gnu.org)(name . gemmaro)(address . gemmaro.dev@gmail.com)
99e9ebcca980558f785294963809fd306036bd52.1720832792.git.gemmaro.dev@gmail.com
* gnu/packages/ruby.scm (ruby-rdoc): Update to 6.7.0.
[arguments]<#:phases>: Remove patch for gemspec file.
[native-inputs]: Add ruby-test-unit-ruby-core.

Change-Id: I605f1e79d96ca35029280909e0c2e4c9884c682c
---
gnu/packages/ruby.scm | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)

Toggle diff (49 lines)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index fa2d474e4c..c5d0575cd1 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -13544,7 +13544,7 @@ (define-public ruby-kpeg
(define-public ruby-rdoc
(package
(name "ruby-rdoc")
- (version "6.5.0")
+ (version "6.7.0")
(source
(origin
(method git-fetch)
@@ -13554,25 +13554,18 @@ (define-public ruby-rdoc
(file-name (git-file-name name version))
(sha256
(base32
- "06dcjs4s2phvg9bq42mlfqv4c4zpdr8w7aq107lm2q0qqqw7xjlr"))))
+ "0dy997zi7k17c2yjlq1y7zl9yaiym1f4jgfh84qqzhwl1qm6v41j"))))
(build-system ruby-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
- (add-after 'unpack 'patch-gemspec
- ;; TODO: Remove after next release is tagged.
- (lambda _
- (substitute* "rdoc.gemspec"
- (("\"lib/rdoc/generator/template/darkfish/js/\
-jquery\\.js\", ") ""))
- #t))
(add-before 'build 'generate
;; 'gem build' doesn't honor Rakefile dependencies (see:
;; https://github.com/ruby/rdoc/issues/432#issuecomment-650808977).
(lambda _
(invoke "rake" "generate"))))))
- (native-inputs
- (list bundler ruby-kpeg ruby-racc ruby-rubocop))
+ (native-inputs (list bundler ruby-kpeg ruby-racc ruby-rubocop
+ ruby-test-unit-ruby-core))
(home-page "https://ruby.github.io/rdoc/")
(synopsis "HTML and command-line documentation utility")
(description "RDoc produces HTML and command-line documentation for Ruby

base-commit: ff82e0f7b48cd0d4dd906f5d52ba5d4940222086
prerequisite-patch-id: 62fc54ed554df985530503c8e8c5b718c16b709b
prerequisite-patch-id: c22785847e70bf2f4c94547dd7851ad7de06b92a
prerequisite-patch-id: 36850492cd3b84d7f353cc8c923a667c1b0271bc
--
2.45.2
L
L
Ludovic Courtès wrote on 28 Aug 16:33 +0200
(name . gemmaro)(address . gemmaro.dev@gmail.com)
87ttf4k98k.fsf@gnu.org
gemmaro <gemmaro.dev@gmail.com> skribis:

Toggle quote (6 lines)
> * gnu/packages/ruby.scm (ruby-rdoc): Update to 6.7.0.
> [arguments]<#:phases>: Remove patch for gemspec file.
> [native-inputs]: Add ruby-test-unit-ruby-core.
>
> Change-Id: I605f1e79d96ca35029280909e0c2e4c9884c682c

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72087@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72087
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch