[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/452: gnu: texlive-latex-expdlist -> texlive-expdlist.
From: |
guix-commits |
Subject: |
16/452: gnu: texlive-latex-expdlist -> texlive-expdlist. |
Date: |
Fri, 9 Jun 2023 13:42:48 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 4dbb6b729703ef20afa40d898970141e617b62e6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 4 22:54:13 2023 +0200
gnu: texlive-latex-expdlist -> texlive-expdlist.
* gnu/packages/tex.scm (texlive-expdlist): New variable.
(texlive-latex-expdlist): Deprecate variable.
* gnu/packages/python-xyz.scm (python-numpy-documentation):
(python-matplotlib-documentation): Apply renaming.
---
gnu/packages/python-xyz.scm | 4 ++--
gnu/packages/tex.scm | 42 ++++++++++++++++++------------------------
2 files changed, 20 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cac3123394..ed39e3906f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7011,8 +7011,8 @@ capabilities.")
texlive-bin
texlive-cbfonts
texlive-cm-super
+ texlive-expdlist
texlive-greek-fontenc
- texlive-latex-expdlist
texlive-polyglossia
texlive-xindy))
(inputs '())
@@ -7805,10 +7805,10 @@ toolkits.")
texlive-amsfonts
texlive-amsmath
texlive-babel
+ texlive-expdlist
texlive-fontspec
texlive-unicode-math
texlive-etoolbox
- texlive-latex-expdlist
texlive-underscore
texlive-latex-type1cm
texlive-times
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2163c2883a..3c500ae05b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4972,37 +4972,31 @@ contents.")
(define-deprecated-package texlive-latex-etoc texlive-etoc)
-(define-public texlive-latex-expdlist
+(define-public texlive-expdlist
(package
- (name "texlive-latex-expdlist")
+ (name "texlive-expdlist")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "expdlist"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1x7byk6x10njir3y9rm56glhdzrxwqag7gsnw2sqn1czlq525w7r"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/expdlist/"
+ "source/latex/expdlist/"
+ "tex/latex/expdlist/")
+ (base32
+ "1kylmj615hmbmjbynn5bfzhfz0wk1drxmg0kjqljnglffkb6irv6")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments
- '(#:tex-directory "latex/expdlist"
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'remove-generated-file
- (lambda _
- (for-each delete-file
- (find-files "." "\\.drv$"))
- #t)))))
- (home-page "https://www.ctan.org/pkg/expdlist")
+ (home-page "https://ctan.org/pkg/expdlist")
(synopsis "Expanded description environments")
(description
- "The package provides additional features for the LaTeX
-@code{description} environment, including adjustable left margin. The package
-also allows the user to \"break\" a list (for example, to interpose a comment)
-without affecting the structure of the list (this works for @code{itemize} and
-@code{enumerate} lists, and numbered lists remain in sequence).")
+ "The package provides additional features for the LaTeX
@code{description} environment,
+including adjustable left margin. The package also allows the user to break
+a list (for example, to interpose a comment) without affecting the structure
+of the list (this works for itemize and eumerate lists and numbered lists
+remain in sequence).")
(license license:lppl)))
+(define-deprecated-package texlive-latex-expdlist texlive-expdlist)
+
(define-public texlive-filemod
(package
(inherit (simple-texlive-package
- 132/452: gnu: texlive-kastrup: Refresh package definition., (continued)
- 132/452: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/09
- 136/452: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/09
- 149/452: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/09
- 156/452: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/09
- 159/452: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/09
- 158/452: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/06/09
- 172/452: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/09
- 181/452: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/09
- 168/452: gnu: texlive-was: Refresh package definition., guix-commits, 2023/06/09
- 13/452: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/06/09
- 16/452: gnu: texlive-latex-expdlist -> texlive-expdlist.,
guix-commits <=
- 65/452: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/09
- 61/452: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/06/09
- 74/452: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/09
- 83/452: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/09
- 86/452: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/09
- 108/452: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/09
- 106/452: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/06/09
- 103/452: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/09
- 114/452: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/06/09
- 122/452: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/09