[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
259/416: gnu: texlive-bitset: Refresh package definition.
From: |
guix-commits |
Subject: |
259/416: gnu: texlive-bitset: 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 66763ad7135db8f99d40241f975eb53fc48ac265
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 fd88da3e7d..e2e75b5c5e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9549,31 +9549,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)
- 202/416: gnu: texlive-biblatex-apa: Refresh package definition., (continued)
- 202/416: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/05/28
- 222/416: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/05/28
- 229/416: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/05/28
- 216/416: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/05/28
- 230/416: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/05/28
- 219/416: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/05/28
- 255/416: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/05/28
- 250/416: gnu: texlive-pdfpages: Refresh package definition., guix-commits, 2023/05/28
- 245/416: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/05/28
- 248/416: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/05/28
- 259/416: gnu: texlive-bitset: Refresh package definition.,
guix-commits <=
- 261/416: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/05/28
- 268/416: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/05/28
- 269/416: gnu: Add texlive-colorprofiles., guix-commits, 2023/05/28
- 273/416: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/05/28
- 276/416: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/05/28
- 302/416: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/05/28
- 306/416: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/05/28
- 301/416: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/05/28
- 299/416: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/05/28
- 327/416: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/05/28