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:
		
							parent
							
								
									390f960411
								
							
						
					
					
						commit
						01107fc4ea
					
				
					 2 changed files with 14 additions and 12 deletions
				
			
		| 
						 | 
					@ -6543,8 +6543,8 @@ toolkits.")
 | 
				
			||||||
       ("python-mock" ,python-mock)
 | 
					       ("python-mock" ,python-mock)
 | 
				
			||||||
       ("graphviz" ,graphviz)
 | 
					       ("graphviz" ,graphviz)
 | 
				
			||||||
       ("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
 | 
					       ("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
 | 
				
			||||||
 | 
					                                             texlive-enumitem
 | 
				
			||||||
                                             texlive-latex-amsmath
 | 
					                                             texlive-latex-amsmath
 | 
				
			||||||
                                        texlive-latex-enumitem
 | 
					 | 
				
			||||||
                                             texlive-latex-expdlist
 | 
					                                             texlive-latex-expdlist
 | 
				
			||||||
                                             texlive-latex-geometry
 | 
					                                             texlive-latex-geometry
 | 
				
			||||||
                                             texlive-latex-preview
 | 
					                                             texlive-latex-preview
 | 
				
			||||||
| 
						 | 
					@ -12611,13 +12611,13 @@ time.")
 | 
				
			||||||
                                        texlive-amsfonts
 | 
					                                        texlive-amsfonts
 | 
				
			||||||
                                        texlive-booktabs
 | 
					                                        texlive-booktabs
 | 
				
			||||||
                                        texlive-caption
 | 
					                                        texlive-caption
 | 
				
			||||||
 | 
					                                        texlive-enumitem
 | 
				
			||||||
                                        texlive-eurosym
 | 
					                                        texlive-eurosym
 | 
				
			||||||
                                        texlive-fonts-rsfs
 | 
					                                        texlive-fonts-rsfs
 | 
				
			||||||
                                        texlive-generic-ulem
 | 
					                                        texlive-generic-ulem
 | 
				
			||||||
                                        texlive-generic-iftex
 | 
					                                        texlive-generic-iftex
 | 
				
			||||||
                                        texlive-jknappen
 | 
					                                        texlive-jknappen
 | 
				
			||||||
                                        texlive-latex-amsmath
 | 
					                                        texlive-latex-amsmath
 | 
				
			||||||
                                        texlive-latex-enumitem
 | 
					 | 
				
			||||||
                                        texlive-latex-fancyvrb
 | 
					                                        texlive-latex-fancyvrb
 | 
				
			||||||
                                        texlive-latex-float
 | 
					                                        texlive-latex-float
 | 
				
			||||||
                                        texlive-fontspec
 | 
					                                        texlive-fontspec
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6163,6 +6163,8 @@ in the form @code{key=value} are available, for example:
 | 
				
			||||||
@code{\\begin{itemize}[itemsep=1ex,leftmargin=1cm]}.")
 | 
					@code{\\begin{itemize}[itemsep=1ex,leftmargin=1cm]}.")
 | 
				
			||||||
    (license license:lppl1.3+)))
 | 
					    (license license:lppl1.3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-deprecated-package texlive-latex-enumitem texlive-enumitem)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public texlive-latex-multirow
 | 
					(define-public texlive-latex-multirow
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "texlive-latex-multirow")
 | 
					    (name "texlive-latex-multirow")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue