[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/131: gnu: packages: Add comments for migration to ruby@3
From: |
guix-commits |
Subject: |
72/131: gnu: packages: Add comments for migration to ruby@3 |
Date: |
Fri, 7 Mar 2025 17:13:48 -0500 (EST) |
sharlatan pushed a commit to branch ruby-team
in repository guix.
commit 18eebe298183734aa1236fbeb59115b88fd70857
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Sun Feb 16 01:33:51 2025 +0100
gnu: packages: Add comments for migration to ruby@3
* gnu/packages/qt.scm (qtbase-5),
gnu/packages/tex.scm (texlive-hyphen-complete),
gnu/packages/texlive.scm (texlivebin),
gnu/packages/webkit.scm (webkitgtk),
gnu/packages/julia.scm (julia),
gnu/packages/textutils.scm (utf8proc-2.7.0): Add comments for
migration to ruby@3.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/julia.scm | 1 +
gnu/packages/qt.scm | 2 ++
gnu/packages/tex.scm | 1 +
gnu/packages/texlive.scm | 1 +
gnu/packages/textutils.scm | 1 +
gnu/packages/webkit.scm | 1 +
6 files changed, 7 insertions(+)
diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm
index 9668b3fd1e..e2f87307da 100644
--- a/gnu/packages/julia.scm
+++ b/gnu/packages/julia.scm
@@ -526,6 +526,7 @@ using Dates: @dateformat_str, Date, DateTime, DateFormat,
Time"))
("p7zip" ,p7zip)
("pcre2" ,pcre2)
("suitesparse" ,suitesparse)
+ ;; TODO Move dependent ruby to ruby@3 on the next rebuild cycle.
("utf8proc" ,utf8proc-2.7.0)
("wget" ,wget)
("which" ,which)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 13893d2951..ab4df41267 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -574,6 +574,7 @@ system, and the core design of Django is reused in
Grantlee.")
pkg-config
python
vulkan-headers
+ ;; TODO Move to ruby@3 on the next rebuild cycle.
ruby-2.7))
(arguments
`(#:disallowed-references ,(list python)
@@ -3338,6 +3339,7 @@ linux/libcurl_wrapper.h")
pkg-config
python2-six
python-2
+ ;; TODO Move to ruby@3 on the next rebuild cycle.
ruby-2.7))
(inputs
(list alsa-lib
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 04632e8408..5d5a114444 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -707,6 +707,7 @@ of user-specified directories similar to how shells look up
executables.")
(invoke "ruby" "generate-ptex-patterns.rb"))))))))
(native-inputs
;; TODO: Remove input labels on next rebuild cycle.
+ ;; TODO: Update to ruby@3 on next rebuild-cycle.
`(("ruby" ,ruby-2.7)
("ruby-hydra-minimal" ,ruby-hydra-minimal/pinned)
;; Build phase requires "docstrip.tex" from TEXLIVE-LATEX.
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm
index 36bbf4beb8..c2a35e120e 100644
--- a/gnu/packages/texlive.scm
+++ b/gnu/packages/texlive.scm
@@ -136,6 +136,7 @@
("pixman" ,pixman)
("potrace" ,potrace)
("python" ,python)
+ ;; TODO Move to ruby@3 on the next rebuild cycle.
("ruby" ,ruby-2.7)
("tcsh" ,tcsh)
("teckit" ,teckit)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index c886b009be..c5c005adc4 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -267,6 +267,7 @@ encoding, supporting Unicode version 9.0.0.")
(sha256
(base32
"1g77s8g9443dd92f82pbkim7rk51s7xdwa3mxpzb1lcw8ryxvvg3"))))
;; For tests
+ ;; TODO Move to ruby@3 on the next rebuild cycle.
("ruby" ,ruby-2.7)))))))
(define-public libconfuse
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 99a8da3901..94a4188748 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -241,6 +241,7 @@ engine that uses Wayland for graphics output.")
pkg-config
python-wrapper
gi-docgen
+ ;; TODO Move to ruby@3 on the next rebuild cycle.
ruby-2.7
unifdef))
(propagated-inputs
- 125/131: gnu: ruby-puma: Update to 6.6.0., (continued)
- 125/131: gnu: ruby-puma: Update to 6.6.0., guix-commits, 2025/03/07
- 127/131: gnu: astroid: Adjust inputs., guix-commits, 2025/03/07
- 18/131: gnu: ruby-activerecord: Update package., guix-commits, 2025/03/07
- 31/131: gnu: ruby-spinach: Update to 0.12.0., guix-commits, 2025/03/07
- 33/131: gnu: ruby-prawn-svg: Update to 0.36.0., guix-commits, 2025/03/07
- 42/131: gnu: ruby-fog-xml: Update to 0.1.5., guix-commits, 2025/03/07
- 52/131: gnu: ruby-3.3: Inherit from ruby-3.4., guix-commits, 2025/03/07
- 59/131: gnu: Remove ruby-2.6., guix-commits, 2025/03/07
- 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 <=
- 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, 2025/03/07
- 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