[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
259/452: gnu: texlive-bitset: Refresh package definition.
From: |
guix-commits |
Subject: |
259/452: gnu: texlive-bitset: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:33 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 9134a39cd3448748c0f0f8e60cfb937c3397495c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:44:58 2023 +0200
gnu: texlive-bitset: Refresh package definition.
* gnu/packages/tex.scm (texlive-bitset): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 45 ++++++++++++++++++++-------------------------
1 file changed, 20 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1f4ce96f5d..c1941ff5f1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9519,31 +9519,26 @@ that can exceed TeX's number limits.")
(define-deprecated-package texlive-generic-bigintcalc texlive-bigintcalc)
(define-public texlive-bitset
- (let ((template (simple-texlive-package
- "texlive-bitset"
- (list "doc/latex/bitset/"
- "source/latex/bitset/"
- "tex/generic/bitset/")
- (base32
- "1q7vk5gr5a4vaa3l20j178cg2q7a99rxdiyxhzpx9a6lfqfkjddz"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "generic/bitset")
- ((#:build-targets _ '())
- #~(list "bitset.dtx"))))
- (propagated-inputs
- (list texlive-bigintcalc texlive-infwarerr texlive-intcalc))
- (home-page "https://www.ctan.org/pkg/bitset")
- (synopsis "Handle bit-vector datatype")
- (description
- "This package defines and implements the data type bit set, a vector
-of bits. The size of the vector may grow dynamically. Individual bits
-can be manipulated.")
- (license license:lppl1.3c+))))
+ (package
+ (name "texlive-bitset")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bitset/" "source/latex/bitset/"
+ "tex/generic/bitset/")
+ (base32
+ "1q7vk5gr5a4vaa3l20j178cg2q7a99rxdiyxhzpx9a6lfqfkjddz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-bigintcalc texlive-infwarerr texlive-intcalc))
+ (home-page "https://ctan.org/pkg/bitset")
+ (synopsis "Handle bit-vector datatype")
+ (description
+ "This package defines and implements the data type bit set, a vector of
+bits. The size of the vector may grow dynamically. Individual bits can be
+manipulated.")
+ (license license:lppl1.3+)))
(define-deprecated-package texlive-generic-bitset texlive-bitset)
- 204/452: gnu: texlive-logreq: Refresh package definition., (continued)
- 204/452: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/06/09
- 212/452: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/06/09
- 214/452: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/06/09
- 216/452: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/06/09
- 217/452: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/06/09
- 222/452: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/06/09
- 220/452: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/06/09
- 227/452: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/06/09
- 238/452: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/06/09
- 255/452: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/06/09
- 259/452: gnu: texlive-bitset: Refresh package definition.,
guix-commits <=
- 268/452: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/06/09
- 274/452: gnu: texlive-mflogo: Refresh package definition., guix-commits, 2023/06/09
- 266/452: gnu: texlive-ltxcmds: Refresh package definition., guix-commits, 2023/06/09
- 263/452: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/06/09
- 279/452: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/06/09
- 281/452: gnu: Add texlive-hopatch., guix-commits, 2023/06/09
- 280/452: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/06/09
- 285/452: gnu: texlive-oberdiek: Refresh package definition., guix-commits, 2023/06/09
- 303/452: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/06/09
- 304/452: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/06/09