gnu: texlive-latex-wrapfig: Rename to "texlive-wrapfig".

* gnu/packages/tex.scm (texlive-latex-wrapfig): Rename to...
(texlive-wrapfig): ... this.
(texlive-latex-wrapfig): Define as deprecated.
* gnu/packages/maths.scm (hypre)[native-inputs]: Use new name.
* gnu/packages/python-xyz.scm (python-ipython-documentation)
(python-numpy-documentation): Likewise.
This commit is contained in:
Ludovic Courtès 2022-03-02 18:28:40 +01:00
parent 1071381646
commit 5a04a8a6bc
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
3 changed files with 8 additions and 6 deletions

View File

@ -5414,7 +5414,7 @@ set.")
texlive-latex-varwidth texlive-latex-varwidth
texlive-ulem texlive-ulem
texlive-wasysym texlive-wasysym
texlive-latex-wrapfig))))) texlive-wrapfig)))))
(inputs (inputs
`(("blas" ,openblas) `(("blas" ,openblas)
("lapack" ,lapack))) ("lapack" ,lapack)))

View File

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org> ;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013-2022 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2014, 2015, 2016, 2019 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2013, 2014, 2015, 2016, 2019 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2014, 2017, 2021 Eric Bavier <bavier@posteo.net> ;;; Copyright © 2014, 2017, 2021 Eric Bavier <bavier@posteo.net>
@ -5899,7 +5899,7 @@ readable format.")
texlive-latex-upquote texlive-latex-upquote
texlive-url texlive-url
texlive-latex-varwidth texlive-latex-varwidth
texlive-latex-wrapfig))) texlive-wrapfig)))
("texinfo" ,texinfo) ("texinfo" ,texinfo)
("perl" ,perl) ("perl" ,perl)
("scipy-sphinx-theme" ("scipy-sphinx-theme"
@ -9001,7 +9001,7 @@ computing.")
texlive-latex-upquote texlive-latex-upquote
texlive-url texlive-url
texlive-latex-varwidth texlive-latex-varwidth
texlive-latex-wrapfig))) texlive-wrapfig)))
("texinfo" ,texinfo))))) ("texinfo" ,texinfo)))))
(define-public python-urwid (define-public python-urwid

View File

@ -7108,9 +7108,9 @@ implements an easy to use interface for these symbols.")
(define-deprecated-package texlive-latex-wasysym texlive-wasysym) (define-deprecated-package texlive-latex-wasysym texlive-wasysym)
(define-public texlive-latex-wrapfig (define-public texlive-wrapfig
(package (package
(name "texlive-latex-wrapfig") (name "texlive-wrapfig")
(version (number->string %texlive-revision)) (version (number->string %texlive-revision))
(source (origin (source (origin
(method svn-fetch) (method svn-fetch)
@ -7142,6 +7142,8 @@ It does not work in combination with list environments, but can be used in a
@code{parbox} or @code{minipage}, and in two-column format.") @code{parbox} or @code{minipage}, and in two-column format.")
(license license:lppl))) (license license:lppl)))
(define-deprecated-package texlive-latex-wrapfig texlive-wrapfig)
(define-public texlive-latex-ucs (define-public texlive-latex-ucs
(package (package
(name "texlive-latex-ucs") (name "texlive-latex-ucs")