[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
382/409: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
382/409: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Sat, 20 May 2023 04:03:31 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit aa4dca2f00bc2d6eb7eb010be0278e0fb774fe8a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 14:29:15 2023 +0200
gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-datatool!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-AMSMATH, TEXLIVE-ETOOLBOX, TEXLIVE-FP,
TEXLIVE-MFIRSTUC, TEXLIVE-PGF, TEXLIVE-SUBSTR, TEXLIVE-TOOLS, TEXLIVE-XFOR,
TEXLIVE-XKEYVAL.
---
gnu/packages/tex.scm | 51 +++++++++++++++++++++++++++++----------------------
1 file changed, 29 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 128794a30d..bc49b5fc38 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13554,29 +13554,36 @@ controlled comment versions.")
(license license:gpl2+)))
(define-public texlive-datatool
- (let ((template (simple-texlive-package
- "texlive-datatool"
- '("/bibtex/bst/datatool/"
- "/doc/latex/datatool/"
- "/source/latex/datatool/")
- (base32
- "0hh2623zlwgq8zb2lv4d8yfaqwzrz54dqhc1xk0jd1k4fp281kl5"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #f)
- "latex/datatool")
- ((#:build-targets _ #t)
- #~(list "datatool.ins"))))
- (home-page "https://ctan.org/pkg/datatool")
- (synopsis "Tools to load and manipulate data")
- (description "This package provides tools to create databases using LaTeX
-commands or by importing external files. Databases may be sorted, filtered,
-and visualized using several kinds of configurable plots. Particular support
-is provided for mail merging, indexing, creating glossaries, manipulating
+ (package
+ (name "texlive-datatool")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/datatool/" "doc/latex/datatool/"
+ "source/latex/datatool/" "tex/latex/datatool/")
+ (base32
+ "13v6g3i9pch63159ibpn1r8dwl6ip4hm4cv4z0jx6nn3x8kds5ks")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-amsmath
+ texlive-etoolbox
+ texlive-fp
+ texlive-mfirstuc
+ texlive-pgf
+ texlive-substr
+ texlive-tools
+ texlive-xfor
+ texlive-xkeyval))
+ (home-page "https://ctan.org/pkg/datatool")
+ (synopsis "Tools to load and manipulate data")
+ (description
+ "This package provides tools to create databases using LaTeX commands
+or by importing external files. Databases may be sorted, filtered, and
+visualized using several kinds of configurable plots. Particular support is
+provided for mail merging, indexing, creating glossaries, manipulating
bibliographies, and displaying personal pronouns.")
- (license license:lppl1.3+))))
+ (license license:lppl1.3+)))
(define-public texlive-physics
(package
- 356/409: gnu: texlive-context: Refresh package definition., (continued)
- 356/409: gnu: texlive-context: Refresh package definition., guix-commits, 2023/05/20
- 360/409: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/20
- 362/409: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 364/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 366/409: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 368/409: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 370/409: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 373/409: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 380/409: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 377/409: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 382/409: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 384/409: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 387/409: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 386/409: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 392/409: gnu: texlive-etex: Fix build., guix-commits, 2023/05/20
- 394/409: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/05/20
- 391/409: gnu: texlive-cm: Fix build., guix-commits, 2023/05/20
- 407/409: gnu: Add texlive-sansmathfonts., guix-commits, 2023/05/20
- 402/409: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/20
- 405/409: gnu: texlive-lh: Fix build., guix-commits, 2023/05/20
- 395/409: gnu: texlive-ec: Fix build., guix-commits, 2023/05/20