[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
258/416: gnu: texlive-bigintcalc: Refresh package definition.
From: |
guix-commits |
Subject: |
258/416: gnu: texlive-bigintcalc: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:32:58 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 708ac7469debe28f8142aa8fbf714f0f5992c97f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:44:09 2023 +0200
gnu: texlive-bigintcalc: Refresh package definition.
* gnu/packages/tex.scm (texlive-bigintcalc): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 44 ++++++++++++++++++++------------------------
1 file changed, 20 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 473b0fae7e..fd88da3e7d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9525,30 +9525,26 @@ be used either with LaTeX or with plain TeX.")
(define-deprecated-package texlive-generic-atbegshi texlive-atbegshi)
(define-public texlive-bigintcalc
- (let ((template (simple-texlive-package
- "texlive-bigintcalc"
- (list "doc/latex/bigintcalc/"
- "source/latex/bigintcalc/"
- "tex/generic/bigintcalc/")
- (base32
- "1cyv4mcvx83ab782l6h2f86a63ipm845r7hv1m6f1z2336vy7rc5"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "generic/bigintcalc")
- ((#:build-targets _ '())
- #~(list "bigintcalc.dtx"))))
- (propagated-inputs
- (list texlive-pdftexcmds))
- (home-page "https://www.ctan.org/pkg/bigintcalc")
- (synopsis "Integer calculations on very large numbers")
- (description
- "This package provides expandable arithmetic operations with big
-integers that can exceed TeX's number limits.")
- (license license:lppl1.3c+))))
+ (package
+ (name "texlive-bigintcalc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bigintcalc/"
+ "source/latex/bigintcalc/"
+ "tex/generic/bigintcalc/")
+ (base32
+ "1cyv4mcvx83ab782l6h2f86a63ipm845r7hv1m6f1z2336vy7rc5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-pdftexcmds))
+ (home-page "https://ctan.org/pkg/bigintcalc")
+ (synopsis "Integer calculations on very large numbers")
+ (description
+ "This package provides expandable arithmetic operations with big integers
+that can exceed TeX's number limits.")
+ (license license:lppl1.3+)))
(define-deprecated-package texlive-generic-bigintcalc texlive-bigintcalc)
- 228/416: gnu: texlive-psnfss: Refresh package definition., (continued)
- 228/416: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/05/28
- 244/416: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/05/28
- 235/416: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/05/28
- 236/416: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/05/28
- 242/416: gnu: texlive-bidi: Fix build., guix-commits, 2023/05/28
- 251/416: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/05/28
- 231/416: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/05/28
- 247/416: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/05/28
- 256/416: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/05/28
- 257/416: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/05/28
- 258/416: gnu: texlive-bigintcalc: Refresh package definition.,
guix-commits <=
- 265/416: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/05/28
- 271/416: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/05/28
- 272/416: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/05/28
- 277/416: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/05/28
- 279/416: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/05/28
- 280/416: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/05/28
- 282/416: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/05/28
- 283/416: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/05/28
- 307/416: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/05/28
- 298/416: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/05/28