[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
88/418: gnu: texlive-latex-tabulary -> texlive-tabulary.
From: |
guix-commits |
Subject: |
88/418: gnu: texlive-latex-tabulary -> texlive-tabulary. |
Date: |
Fri, 2 Jun 2023 17:24:09 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ebc5ca217d0f41c0e43a3e5de987ca5f079c2896
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 10:25:12 2023 +0200
gnu: texlive-latex-tabulary -> texlive-tabulary.
* gnu/packages/tex.scm (texlive-tabulary): New variable.
(texlive-latex-tabulary): Deprecate variable.
* gnu/packages/maths.scm (hypre):
* gnu/packages/sphinx.scm (python-sphinx): Use new name.
---
gnu/packages/maths.scm | 2 +-
gnu/packages/sphinx.scm | 2 +-
gnu/packages/tex.scm | 25 ++++++++++++++-----------
3 files changed, 16 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index b1ae974266..437554dc59 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5783,7 +5783,7 @@ set.")
texlive-newunicodechar
texlive-parskip
texlive-stackengine
- texlive-latex-tabulary
+ texlive-tabulary
texlive-tocloft
texlive-upquote
texlive-latex-varwidth
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 97c05234ea..69054efb50 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -125,7 +125,7 @@
texlive-latex-needspace
texlive-parskip
texlive-latex-preview
- texlive-latex-tabulary
+ texlive-tabulary
texlive-titlesec
texlive-tools ;multicol, longtable
texlive-upquote
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e627fbf51c..d60df62ebe 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7663,20 +7663,21 @@ the more recent @code{subcaption} package more
satisfactory.")
(define-deprecated-package texlive-latex-subfigure texlive-subfigure)
-(define-public texlive-latex-tabulary
+(define-public texlive-tabulary
(package
- (name "texlive-latex-tabulary")
+ (name "texlive-tabulary")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "tabulary"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1adkdx2zkk42g82nqf57lv1nc1z7kwl13jmy8vpcsizsa0xdnx9n"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tabulary/" "source/latex/tabulary/"
+ "tex/latex/tabulary/")
+ (base32
+ "00afi9r5264rhfy5kg73fk763i7wm6bvzkmrlg7n17fwl6hx0sa1")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/tabulary"))
- (home-page "https://www.ctan.org/pkg/tabulary")
+ (propagated-inputs
+ (list texlive-tools))
+ (home-page "https://ctan.org/pkg/tabulary")
(synopsis "Tabular with variable width columns balanced")
(description
"The package defines a @code{tabular*}-like environment, @code{tabulary},
@@ -7688,6 +7689,8 @@ variable width columns (@code{\\raggedright},
@code{\\centering},
according to the natural width of the widest cell in the column.")
(license license:lppl)))
+(define-deprecated-package texlive-latex-tabulary texlive-tabulary)
+
(define-public texlive-latex-threeparttable
(package
(name "texlive-latex-threeparttable")
- 52/418: gnu: texlive-latex-framed -> texlive-framed., (continued)
- 52/418: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/02
- 62/418: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/02
- 63/418: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/06/02
- 66/418: gnu: Add texlive-atenddvi., guix-commits, 2023/06/02
- 67/418: gnu: texlive-stringenc: Fix build., guix-commits, 2023/06/02
- 69/418: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/02
- 70/418: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/06/02
- 73/418: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/06/02
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/02
- 85/418: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/06/02
- 88/418: gnu: texlive-latex-tabulary -> texlive-tabulary.,
guix-commits <=
- 92/418: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/02
- 93/418: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/02
- 108/418: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/02
- 118/418: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/02
- 119/418: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/02
- 94/418: gnu: Add texlive-ctablestack., guix-commits, 2023/06/02
- 99/418: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/06/02
- 97/418: gnu: Add texlive-hyperxmp., guix-commits, 2023/06/02
- 100/418: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/06/02
- 102/418: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/02