gnu: texlive-alphalph: Refresh package definition.

* gnu/packages/tex.scm (texlive-alphalph): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-16 00:08:37 +02:00
parent ddaeb4b09f
commit 13c3ec8ba7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -692,32 +692,29 @@ (define-deprecated/public old-name name
(deprecated-package (symbol->string 'old-name) name))) (deprecated-package (symbol->string 'old-name) name)))
(define-public texlive-alphalph (define-public texlive-alphalph
(let ((template (simple-texlive-package (package
"texlive-alphalph" (name "texlive-alphalph")
(list "doc/latex/alphalph/" (version (number->string %texlive-revision))
"source/latex/alphalph/" (source (texlive-origin
"tex/generic/alphalph/") name version
(base32 (list "doc/latex/alphalph/"
"0ap59hmg0brg2wlh3bl77jxfxrk7hphhdal8cr05mby9bw35gffy")))) "source/latex/alphalph/"
(package "tex/generic/alphalph/")
(inherit template) (base32
(outputs '("out" "doc")) "0ap59hmg0brg2wlh3bl77jxfxrk7hphhdal8cr05mby9bw35gffy")))
(arguments (outputs '("out" "doc"))
(substitute-keyword-arguments (package-arguments template) (build-system texlive-build-system)
((#:build-targets _ '()) (propagated-inputs
#~(list "alphalph.dtx")))) (list texlive-intcalc texlive-infwarerr))
(propagated-inputs (home-page "https://ctan.org/pkg/alphalph")
(list texlive-intcalc texlive-infwarerr)) (synopsis "Convert numbers to letters")
(home-page "https://ctan.org/pkg/alphalph") (description
(synopsis "Convert numbers to letters") "This package provides commands @code{\\alphalph} and @code{\\AlphAlph}.
(description They are like @code{\\number} but the expansion consists of lowercase and
"This package provides commands @code{\\alphalph} and uppercase letters respectively (1 to a, 26 to z, 27 to aa, 52 to zz, 53 to ba,
@code{\\AlphAlph}. They are like @code{\\number} but the expansion 702 to zz, 703 to aaa, etc.). Alphalph's commands can be used as
consists of lowercase and uppercase letters respectively (1 to a, 26 to a replacement for LaTeX's @code{\\@@alph} and @code{\\@@Alph} macros.")
z, 27 to aa, 52 to zz, 53 to ba, 702 to zz, 703 to aaa, etc.). (license license:lppl1.3c+)))
Alphalph's commands can be used as a replacement for LaTeX's
@code{\\@@alph} and @code{\\@@Alph} macros.")
(license license:lppl1.3c+))))
(define texlive-docstrip (define texlive-docstrip
(package (package