gnu: texlive-latex-enumitem: Deprecate package.

* gnu/packages/tex.scm (texlive-latex-enumitem): Deprecate in favor of texlive-enumitem.
* gnu/packages/python-xyz.scm (python-matplotlib-documentation):
(python-nbconvert): Apply deprecation.
This commit is contained in:
Nicolas Goaziou 2022-01-28 14:33:56 +01:00
parent 390f960411
commit 01107fc4ea
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D
2 changed files with 14 additions and 12 deletions

View file

@ -6543,19 +6543,19 @@ (define-public python-matplotlib-documentation
("python-mock" ,python-mock)
("graphviz" ,graphviz)
("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
texlive-latex-amsmath
texlive-latex-enumitem
texlive-latex-expdlist
texlive-latex-geometry
texlive-latex-preview
texlive-latex-type1cm
texlive-latex-ucs
texlive-enumitem
texlive-latex-amsmath
texlive-latex-expdlist
texlive-latex-geometry
texlive-latex-preview
texlive-latex-type1cm
texlive-latex-ucs
texlive-pdftex
texlive-pdftex
texlive-fonts-ec
texlive-times
texlive-txfonts)))
texlive-fonts-ec
texlive-times
texlive-txfonts)))
("texinfo" ,texinfo)
,@(package-native-inputs python-matplotlib)))
(arguments
@ -12611,13 +12611,13 @@ (define-public python-nbconvert
texlive-amsfonts
texlive-booktabs
texlive-caption
texlive-enumitem
texlive-eurosym
texlive-fonts-rsfs
texlive-generic-ulem
texlive-generic-iftex
texlive-jknappen
texlive-latex-amsmath
texlive-latex-enumitem
texlive-latex-fancyvrb
texlive-latex-float
texlive-fontspec

View file

@ -6163,6 +6163,8 @@ (define-public texlive-enumitem
@code{\\begin{itemize}[itemsep=1ex,leftmargin=1cm]}.")
(license license:lppl1.3+)))
(define-deprecated-package texlive-latex-enumitem texlive-enumitem)
(define-public texlive-latex-multirow
(package
(name "texlive-latex-multirow")