[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
112/418: gnu: texlive-latex-bussproofs -> texlive-bussproofs.
From: |
guix-commits |
Subject: |
112/418: gnu: texlive-latex-bussproofs -> texlive-bussproofs. |
Date: |
Fri, 2 Jun 2023 17:24:19 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6f49204c9ec6b22e46ba2b9be0fc7b8be804f07a
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 67a8c4edca..0148d10053 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
- 76/418: gnu: texlive-latex-fancybox -> texlive-fancybox., (continued)
- 76/418: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/02
- 80/418: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/06/02
- 81/418: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/02
- 87/418: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/02
- 95/418: gnu: Add texlive-luatexbase., guix-commits, 2023/06/02
- 103/418: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/02
- 106/418: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/06/02
- 107/418: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/06/02
- 109/418: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/02
- 111/418: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/02
- 112/418: gnu: texlive-latex-bussproofs -> texlive-bussproofs.,
guix-commits <=
- 113/418: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/06/02
- 120/418: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/06/02
- 122/418: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/02
- 123/418: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/06/02
- 125/418: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/06/02
- 127/418: gnu: Add texlive-newverbs., guix-commits, 2023/06/02
- 128/418: gnu: Add texlive-svn-prov., guix-commits, 2023/06/02
- 129/418: gnu: Add texlive-gincltex., guix-commits, 2023/06/02
- 132/418: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/02
- 138/418: gnu: Add texlive-modes., guix-commits, 2023/06/02