[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
265/418: gnu: texlive-kvsetkeys: Refresh package definition.
From: |
guix-commits |
Subject: |
265/418: gnu: texlive-kvsetkeys: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:25 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6b90b9b58cab00df4ec2c6706eceeccbbf55c83e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:49:09 2023 +0200
gnu: texlive-kvsetkeys: Refresh package definition.
* gnu/packages/tex.scm (texlive-kvdefinekeys): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-INFWARERR.
---
gnu/packages/tex.scm | 40 +++++++++++++++++++---------------------
1 file changed, 19 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 24cc656305..49b46413cc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9717,30 +9717,28 @@ keyval’s @code{\\define@@key}, to define keys for use
by @code{kvsetkeys}.")
(define-deprecated-package texlive-generic-kvdefinekeys texlive-kvdefinekeys)
(define-public texlive-kvsetkeys
- (let ((template (simple-texlive-package
- "texlive-kvsetkeys"
- (list "doc/latex/kvsetkeys/"
- "source/latex/kvsetkeys/"
- "tex/generic/kvsetkeys/")
- (base32
- "0b2f2r49vi8x54qshm1h9sh8zhdmy0mc2y44yd05kcmmbiiq7hfz"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "generic/kvsetkeys")
- ((#:build-targets _ '())
- #~(list "kvsetkeys.dtx"))))
- (home-page "https://www.ctan.org/pkg/kvsetkeys")
- (synopsis "Key value parser with default handler support")
- (description
- "This package provides @code{\\kvsetkeys}, a variant of @code{\\setkeys}
+ (package
+ (name "texlive-kvsetkeys")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/kvsetkeys/"
+ "source/latex/kvsetkeys/"
+ "tex/generic/kvsetkeys/")
+ (base32
+ "0b2f2r49vi8x54qshm1h9sh8zhdmy0mc2y44yd05kcmmbiiq7hfz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-infwarerr))
+ (home-page "https://ctan.org/pkg/kvsetkeys")
+ (synopsis "Key value parser with default handler support")
+ (description
+ "This package provides @code{\\kvsetkeys}, a variant of @code{\\setkeys}
from the @code{keyval} package. Users can specify a handler that deals with
unknown options. Active commas and equal signs may be used, and only one
level of curly braces are removed from the values.")
- (license license:lppl1.3c+))))
+ (license license:lppl1.3c+)))
(define-deprecated-package texlive-generic-kvsetkeys texlive-kvsetkeys)
- 225/418: gnu: Add texlive-xmltexconfig., (continued)
- 225/418: gnu: Add texlive-xmltexconfig., guix-commits, 2023/05/29
- 235/418: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/05/29
- 236/418: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/05/29
- 232/418: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/05/29
- 238/418: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/05/29
- 243/418: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/05/29
- 244/418: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/05/29
- 247/418: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/05/29
- 264/418: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/05/29
- 271/418: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/05/29
- 265/418: gnu: texlive-kvsetkeys: Refresh package definition.,
guix-commits <=
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/29
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/29
- 97/418: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/29
- 109/418: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/29
- 115/418: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/29
- 116/418: gnu: Add texlive-regexpatch., guix-commits, 2023/05/29
- 130/418: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/29
- 138/418: gnu: Add texlive-modes., guix-commits, 2023/05/29
- 133/418: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/29
- 157/418: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/29