[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
112/452: gnu: texlive-latex-bussproofs -> texlive-bussproofs.
From: |
guix-commits |
Subject: |
112/452: gnu: texlive-latex-bussproofs -> texlive-bussproofs. |
Date: |
Fri, 9 Jun 2023 13:43:06 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 131ae7c9a30f42f35c428259f407062bd2be8a9d
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 747f4d909a..146712b7e1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11463,31 +11463,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
- 21/452: gnu: Add texlive-filehook., (continued)
- 21/452: gnu: Add texlive-filehook., guix-commits, 2023/06/09
- 42/452: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/06/09
- 47/452: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/09
- 48/452: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/09
- 70/452: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/06/09
- 66/452: gnu: Add texlive-atenddvi., guix-commits, 2023/06/09
- 73/452: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/06/09
- 100/452: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/06/09
- 95/452: gnu: Add texlive-luatexbase., guix-commits, 2023/06/09
- 121/452: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/06/09
- 112/452: gnu: texlive-latex-bussproofs -> texlive-bussproofs.,
guix-commits <=
- 130/452: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/06/09
- 169/452: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/06/09
- 205/452: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/06/09
- 225/452: gnu: Add texlive-xmltexconfig., guix-commits, 2023/06/09
- 230/452: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/06/09
- 231/452: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/06/09
- 239/452: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/06/09
- 241/452: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/06/09
- 245/452: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/06/09
- 250/452: gnu: texlive-pdfpages: Refresh package definition., guix-commits, 2023/06/09