[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
184/418: gnu: Add texlive-etextools.
From: |
guix-commits |
Subject: |
184/418: gnu: Add texlive-etextools. |
Date: |
Fri, 2 Jun 2023 17:24:30 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1c00b1ca248c0e48e58d14d24bbb2def253864e4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 18:48:12 2023 +0200
gnu: Add texlive-etextools.
* gnu/packages/tex.scm (texlive-etextools): New variable.
---
gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 820535ffec..a8cee944ca 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9772,6 +9772,33 @@ adding a prefix to e-TeX’s commands. For example,
ε-TeX’s
(define-deprecated-package texlive-generic-etexcmds texlive-etexcmds)
+(define-public texlive-etextools
+ (package
+ (name "texlive-etextools")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/etextools/"
+ "source/latex/etextools/"
+ "tex/latex/etextools/")
+ (base32
+ "0bfcc8g8q5v1nyqmrg8n17hv4k8yvhsplansvriccpmvyx0w9y9d")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-etex
+ texlive-etoolbox
+ texlive-letltxmacro))
+ (home-page "https://ctan.org/pkg/etextools")
+ (synopsis "e-TeX tools for LaTeX users and package writers")
+ (description
+ "The package provides many (purely expandable) tools for LaTeX: extensive
+list management; purely expandable loops; conversion; addition/deletion;
+expansion and group control; tests on tokens, characters and control
+sequences; tests on strings; purely expandable macros with options or
+modifiers; some purely expandable numerics.")
+ (license license:lppl)))
+
(define-public texlive-gettitlestring
(let ((template (simple-texlive-package
"texlive-gettitlestring"
- 393/418: gnu: texlive-knuth-lib: Fix build., (continued)
- 393/418: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/02
- 396/418: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/02
- 398/418: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/02
- 403/418: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/06/02
- 409/418: gnu: Add texlive-knuth-local., guix-commits, 2023/06/02
- 412/418: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/02
- 174/418: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/06/02
- 175/418: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/02
- 177/418: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/06/02
- 179/418: gnu: Add texlive-incgraph., guix-commits, 2023/06/02
- 184/418: gnu: Add texlive-etextools.,
guix-commits <=
- 187/418: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/02
- 200/418: gnu: texlive-units: Refresh package definition., guix-commits, 2023/06/02
- 192/418: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/06/02
- 204/418: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/06/02
- 214/418: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/06/02
- 218/418: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/06/02
- 223/418: gnu: texlive-paralist: Fix build., guix-commits, 2023/06/02
- 224/418: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/02
- 229/418: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/06/02
- 247/418: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/06/02