[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/435: gnu: texlive-generic-listofitems -> texlive-listofitems.
From: |
guix-commits |
Subject: |
48/435: gnu: texlive-generic-listofitems -> texlive-listofitems. |
Date: |
Tue, 6 Jun 2023 11:39:12 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 47670b0ea19ca31f7632a6a8f145cc6bd1ca12b7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 07:50:39 2023 +0200
gnu: texlive-generic-listofitems -> texlive-listofitems.
* gnu/packages/tex.scm (texlive-listofitems): New variable.
(texlive-generic-listofitems): Deprecate variable.
(texlive-latex-readarray):
* gnu/packages/maths.scm (hypre): Use new name.
---
gnu/packages/maths.scm | 2 +-
gnu/packages/tex.scm | 46 +++++++++++++++++-----------------------------
2 files changed, 18 insertions(+), 30 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8edb61356e..13c46d55bb 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5768,7 +5768,7 @@ set.")
texlive-wasy
texlive-xcolor
texlive-xypic
- texlive-generic-listofitems
+ texlive-listofitems
texlive-latex-cmap
texlive-latex-colortbl
texlive-latex-float
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 194bcbd55d..78a3c5bcd5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9590,40 +9590,28 @@ level of curly braces are removed from the values.")
(define-deprecated-package texlive-generic-kvsetkeys texlive-kvsetkeys)
-(define-public texlive-generic-listofitems
+(define-public texlive-listofitems
(package
- (name "texlive-generic-listofitems")
+ (name "texlive-listofitems")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (svn-reference
- (url (string-append "svn://www.tug.org/texlive/tags/"
- %texlive-tag "/Master/texmf-dist/"
- "/tex/generic/listofitems"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1wnbnfrhi6hgqa78jsw6hljzi03i5x99mlr5n2419hgws52hk67y"))))
- (build-system trivial-build-system)
- (arguments
- `(#:modules ((guix build utils))
- #:builder
- (begin
- (use-modules (guix build utils))
- (let ((target (string-append (assoc-ref %outputs "out")
-
"/share/texmf-dist/tex/generic/listofitems")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
- (home-page "https://www.ctan.org/pkg/listofitems")
+ (source (texlive-origin
+ name version
+ (list "doc/generic/listofitems"
+ "tex/generic/listofitems")
+ (base32
+ "1vzp4qkpfxzgcll1ak9syyc91sl93k9wr5rgfqvd6d6rgrnh3ava")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/listofitems")
(synopsis "Grab items in lists using user-specified separation character")
(description
- "This package allows one to capture all the items of a list, for which
-the parsing character has been selected by the user, and to access any of
-these items with a simple syntax.")
+ "This package is designed to read a list, for which the parsing character
+has been selected by the user, and to access any of these items with a simple
+interface.")
(license license:lppl1.3c+)))
+(define-deprecated-package texlive-generic-listofitems texlive-listofitems)
+
(define-public texlive-ltxcmds
(let ((template (simple-texlive-package
"texlive-ltxcmds"
@@ -9734,7 +9722,7 @@ values are not limited.")
(copy-recursively (assoc-ref %build-inputs "source") target)
#t))))
(propagated-inputs
- (list texlive-generic-listofitems))
+ (list texlive-listofitems))
(home-page "https://www.ctan.org/pkg/readarray")
(synopsis "Read, store and recall array-formatted data")
(description
- 49/435: gnu: texlive-latex-stackengine -> texlive-stackengine., (continued)
- 49/435: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/06/06
- 50/435: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/06
- 53/435: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/06
- 28/435: gnu: Add texlive-refstyle., guix-commits, 2023/06/06
- 31/435: gnu: Add texlive-chngcntr., guix-commits, 2023/06/06
- 33/435: gnu: Add texlive-attachfile., guix-commits, 2023/06/06
- 35/435: gnu: Add texlive-subfig., guix-commits, 2023/06/06
- 36/435: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/06
- 41/435: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/06/06
- 47/435: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/06
- 48/435: gnu: texlive-generic-listofitems -> texlive-listofitems.,
guix-commits <=
- 54/435: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/06
- 30/435: gnu: Add texlive-breakurl., guix-commits, 2023/06/06
- 38/435: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/06
- 42/435: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/06/06
- 46/435: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/06/06
- 52/435: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/06
- 55/435: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/06/06
- 56/435: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/06/06
- 62/435: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/06
- 64/435: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/06/06