[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: Rename texlive-latex-fancyvrb to texli
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: Rename texlive-latex-fancyvrb to texlive-fancyvrb. |
Date: |
Thu, 03 Mar 2022 20:27:26 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new c2777bb64f gnu: Rename texlive-latex-fancyvrb to texlive-fancyvrb.
c2777bb64f is described below
commit c2777bb64fabde4aef0adfcdd4db0d56faf081e4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Mar 4 02:25:12 2022 +0100
gnu: Rename texlive-latex-fancyvrb to texlive-fancyvrb.
* gnu/packages/tex.scm (texlive-fancyvrb): New variable, renamed from
TEXLIVE-LATEX-FANCYVRB.
(texlive-latex-fancyvrb): Deprecate variable.
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/maths.scm (hypre):
* gnu/packages/python-xyz.scm (python-numpy-documentation):
(python-ipython-documentation):
(python-nbconvert):
* gnu/packages/statistics.scm (r-with-tests): Use new name.
---
gnu/packages/docbook.scm | 2 +-
gnu/packages/maths.scm | 2 +-
gnu/packages/python-xyz.scm | 6 +++---
gnu/packages/statistics.scm | 2 +-
gnu/packages/tex.scm | 6 ++++--
5 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 6af13aa1f9..c0f7dfd750 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -468,7 +468,7 @@ the in DocBook SGML DTDs.")
texlive-latex-colortbl
texlive-latex-fancybox
texlive-fancyhdr
- texlive-latex-fancyvrb
+ texlive-fancyvrb
texlive-latex-float
texlive-latex-footmisc
texlive-hyperref
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 4f5af57c50..e0eaffac8d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5556,7 +5556,7 @@ set.")
texlive-latex-colortbl
texlive-latex-etoc
texlive-fancyhdr
- texlive-latex-fancyvrb
+ texlive-fancyvrb
texlive-latex-float
texlive-latex-fncychap
texlive-latex-framed
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 834eaf03fb..9c120879d2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5841,7 +5841,7 @@ readable format.")
texlive-etoolbox
texlive-latex-expdlist
texlive-fancyhdr
- texlive-latex-fancyvrb
+ texlive-fancyvrb
texlive-latex-fncychap
texlive-latex-float
texlive-latex-framed
@@ -8926,7 +8926,7 @@ computing.")
texlive-etoolbox
texlive-latex-expdlist
texlive-fancyhdr
- texlive-latex-fancyvrb
+ texlive-fancyvrb
texlive-latex-fncychap
texlive-latex-float
texlive-latex-framed
@@ -12618,7 +12618,7 @@ time.")
texlive-jknappen
texlive-latex-amsmath
texlive-latex-enumitem
- texlive-latex-fancyvrb
+ texlive-fancyvrb
texlive-latex-float
texlive-fontspec
texlive-latex-geometry
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index fbb7a594ed..bcfd3b63eb 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -351,7 +351,7 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\
texlive-grfext
texlive-amsfonts
texlive-latex-base
- texlive-latex-fancyvrb
+ texlive-fancyvrb
texlive-graphics
texlive-hyperref
texlive-oberdiek
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 47a20f6d90..c33f6f607f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3189,10 +3189,10 @@ users, via its Plain TeX version.)")
(define-deprecated-package texlive-generic-epsf texlive-epsf)
-(define-public texlive-latex-fancyvrb
+(define-public texlive-fancyvrb
(package
(inherit (simple-texlive-package
- "texlive-latex-fancyvrb"
+ "texlive-fancyvrb"
(list "/doc/latex/fancyvrb/README"
"/tex/latex/fancyvrb/")
(base32
@@ -3209,6 +3209,8 @@ verbatim mode; build \"example\" environments (showing
both result and
verbatim source).")
(license license:lppl1.0+)))
+(define-deprecated-package texlive-latex-fancyvrb texlive-fancyvrb)
+
(define-public texlive-graphics-def
(package
(inherit (simple-texlive-package
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: Rename texlive-latex-fancyvrb to texlive-fancyvrb.,
guix-commits <=