gnu: texlive-latex-parskip -> texlive-parskip.

* gnu/packages/tex.scm (texlive-parskip): New variable.
(texlive-latex-parskip): Deprecate variable.
* gnu/packages/maths.scm (hypre):
* gnu/packages/plotutils.scm (asymptote):
* gnu/packages/python-xyz.scm (python-nbconvert):
* gnu/packages/sphinx.scm (python-sphinx): Use new name.
This commit is contained in:
Nicolas Goaziou 2023-05-13 16:42:51 +02:00
parent fae2a0f075
commit daf6f34c1e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D
5 changed files with 21 additions and 29 deletions

View file

@ -5810,7 +5810,7 @@ set.")
texlive-natbib texlive-natbib
texlive-latex-needspace texlive-latex-needspace
texlive-newunicodechar texlive-newunicodechar
texlive-latex-parskip texlive-parskip
texlive-stackengine texlive-stackengine
texlive-latex-tabulary texlive-latex-tabulary
texlive-tocloft texlive-tocloft

View file

@ -323,7 +323,7 @@ colors, styles, options and details.")
texlive-latex-media9 texlive-latex-media9
texlive-oberdiek ;for ifluatex texlive-oberdiek ;for ifluatex
texlive-latex-ocgx2 texlive-latex-ocgx2
texlive-latex-parskip texlive-parskip
texlive-pdftexcmds texlive-pdftexcmds
texlive-tex-texinfo)))) texlive-tex-texinfo))))
(inputs (inputs

View file

@ -15190,7 +15190,7 @@ time.")
texlive-geometry texlive-geometry
texlive-jknapltx texlive-jknapltx
texlive-ms texlive-ms
texlive-latex-parskip texlive-parskip
texlive-trimspaces texlive-trimspaces
texlive-upquote texlive-upquote
texlive-stringenc texlive-stringenc

View file

@ -123,7 +123,7 @@
texlive-graphics ;graphicx, color texlive-graphics ;graphicx, color
texlive-kvoptions texlive-kvoptions
texlive-latex-needspace texlive-latex-needspace
texlive-latex-parskip texlive-parskip
texlive-latex-preview texlive-latex-preview
texlive-latex-tabulary texlive-latex-tabulary
texlive-titlesec texlive-titlesec

View file

@ -7414,40 +7414,32 @@ positions; a grid for orientation is available.")
(define-deprecated-package texlive-latex-overpic texlive-overpic) (define-deprecated-package texlive-latex-overpic texlive-overpic)
(define-public texlive-latex-parskip (define-public texlive-parskip
(package (package
(name "texlive-latex-parskip") (name "texlive-parskip")
(version (number->string %texlive-revision)) (version (number->string %texlive-revision))
(source (origin (source (texlive-origin
(method svn-fetch) name version
(uri (svn-reference (list "doc/latex/parskip/"
(url (string-append "svn://www.tug.org/texlive/tags/" "source/latex/parskip/"
%texlive-tag "/Master/texmf-dist/" "tex/latex/parskip/")
"/tex/latex/parskip"))
(revision %texlive-revision)))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32 (base32
"1zll8jci8lsd7y44j567akf6y8fp2p7qq23rs527zhr0br9mn3sh")))) "18yygddxv3kblvf4jhzqa8h1js0n8g1bw723r6ss2hlz4lj64kf0")))
(build-system trivial-build-system) (outputs '("out" "doc"))
(arguments (build-system texlive-build-system)
`(#:modules ((guix build utils)) (propagated-inputs
#:builder (list texlive-etoolbox
(begin texlive-kvoptions))
(use-modules (guix build utils))
(let ((target (string-append (assoc-ref %outputs "out")
"/share/texmf-dist/tex/latex/parskip")))
(mkdir-p target)
(copy-recursively (assoc-ref %build-inputs "source") target)
#t))))
(home-page "https://www.ctan.org/pkg/parskip") (home-page "https://www.ctan.org/pkg/parskip")
(synopsis "Layout with zero \\parindent, non-zero \\parskip") (synopsis "Layout with zero @code{\\parindent}, non-zero @code{\\parskip}")
(description (description
"Simply changing @code{\\parskip} and @code{\\parindent} leaves a layout "Simply changing @code{\\parskip} and @code{\\parindent} leaves a layout
that is untidy; this package (though it is no substitute for a properly that is untidy; this package (though it is no substitute for a properly
designed class) helps alleviate this untidiness.") designed class) helps alleviate this untidiness.")
(license license:lppl))) (license license:lppl)))
(define-deprecated-package texlive-latex-parskip texlive-parskip)
(define-public texlive-latex-pbox (define-public texlive-latex-pbox
(package (package
(inherit (simple-texlive-package (inherit (simple-texlive-package