[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
118/421: gnu: texlive-latex-bussproofs -> texlive-bussproofs.
From: |
guix-commits |
Subject: |
118/421: gnu: texlive-latex-bussproofs -> texlive-bussproofs. |
Date: |
Sun, 28 May 2023 01:29:44 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0f604e11f20f20b034ddea218725d5948ae9937d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 14:46:40 2023 +0200
gnu: texlive-latex-bussproofs -> texlive-bussproofs.
* gnu/packages/tex.scm (texlive-bussproofs): New variable.
(texlive-latex-bussproofs): Deprecate variable.
---
gnu/packages/tex.scm | 43 +++++++++++++++++++------------------------
1 file changed, 19 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f9e30348e5..196684d364 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11471,31 +11471,26 @@ styles of inference rules, placement of labels, etc.")
(define-deprecated-package texlive-latex-ebproof texlive-ebproof)
-(define-public texlive-latex-bussproofs
- (let ((template (simple-texlive-package
- "texlive-latex-bussproofs"
- (list "/doc/latex/bussproofs/"
- "/tex/latex/bussproofs/")
- (base32
- "1gb8y9g89fqw1kix4d2vb7mj440vlb8hnpsa3jqpk9yicndwcyk6"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/bussproofs")
- ((#:build-targets _ '())
- ''()) ; "bussproofs.sty"
- ((#:phases phases)
- `(modify-phases ,phases
- (add-after 'unpack 'chdir
- (lambda _ (chdir "tex/latex/bussproofs")))))))
- (home-page
"https://www.math.ucsd.edu/~sbuss/ResearchWeb/bussproofs/index.html")
- (synopsis "Formal proofs in the style of sequent calculus")
- (description
- "This package provides commands to typeset proof trees in the style of
+(define-public texlive-bussproofs
+ (package
+ (name "texlive-bussproofs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bussproofs/"
+ "tex/latex/bussproofs/")
+ (base32
+ "1gb8y9g89fqw1kix4d2vb7mj440vlb8hnpsa3jqpk9yicndwcyk6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bussproofs")
+ (synopsis "Proof trees in the style of the sequent calculus")
+ (description
+ "This package provides commands to typeset proof trees in the style of
sequent calculus and related systems.")
- (license license:lppl1.3+))))
+ (license license:lppl1.3+)))
+
+(define-deprecated-package texlive-latex-bussproofs texlive-bussproofs)
(define-public texlive-euenc
(package
- 117/421: gnu: texlive-latex-ebproof -> texlive-ebproof., (continued)
- 117/421: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/05/28
- 120/421: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/28
- 29/421: gnu: Add texlive-lualatex-math., guix-commits, 2023/05/28
- 20/421: gnu: texlive-latex-eqparbox -> texlive-eqparbox., guix-commits, 2023/05/28
- 88/421: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/05/28
- 108/421: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/05/28
- 109/421: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/05/28
- 111/421: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/28
- 112/421: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/05/28
- 116/421: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/05/28
- 118/421: gnu: texlive-latex-bussproofs -> texlive-bussproofs.,
guix-commits <=
- 137/421: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/28
- 01/421: gnu: texlive-amsmath: Add missing input., guix-commits, 2023/05/28
- 55/421: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/05/28
- 18/421: gnu: texlive-latex-trimspaces -> texlive-trimspaces., guix-commits, 2023/05/28
- 21/421: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/05/28
- 17/421: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/05/28
- 24/421: gnu: Add texlive-lwarp., guix-commits, 2023/05/28
- 37/421: gnu: Add texlive-chngcntr., guix-commits, 2023/05/28
- 33/421: gnu: Add texlive-luabidi., guix-commits, 2023/05/28
- 36/421: gnu: Add texlive-breakurl., guix-commits, 2023/05/28