[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/61: gnu: Add rust-tectonic-engine-spx2html-0.3.
From: |
guix-commits |
Subject: |
38/61: gnu: Add rust-tectonic-engine-spx2html-0.3. |
Date: |
Thu, 28 Mar 2024 12:01:05 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 22dadfac32f12926d93e2079e676e5d61a14276d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Mar 28 11:02:44 2024 +0200
gnu: Add rust-tectonic-engine-spx2html-0.3.
* gnu/packages/crates-io.scm (rust-tectonic-engine-spx2html-0.3): New
variable.
(rust-tectonic-engine-spx2html-0.1): Inherit from
rust-tectonic-engine-spx2html-0.3.
Change-Id: If556e4e67094e9243ba2266c7bb1ebeb03219d92
---
gnu/packages/crates-io.scm | 45 ++++++++++++++++++++++++++++++++++++---------
1 file changed, 36 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a3830a9f92..17f412912a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -75234,8 +75234,43 @@ document model, including the @file{Tectonic.toml}
file.")
@code{bibtex} program as a reusable crate.")
(license license:expat)))
+(define-public rust-tectonic-engine-spx2html-0.3
+ (package
+ (name "rust-tectonic-engine-spx2html")
+ (version "0.3.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "tectonic_engine_spx2html" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1skbxcng0spml3lhb9mmh7sr4nvfvwq715hggxr6pjs3id5p4s5q"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-byteorder" ,rust-byteorder-1)
+ ("rust-html-escape" ,rust-html-escape-0.2)
+ ("rust-percent-encoding" ,rust-percent-encoding-2)
+ ("rust-pinot" ,rust-pinot-0.1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-tectonic-bridge-core"
,rust-tectonic-bridge-core-0.3)
+ ("rust-tectonic-errors" ,rust-tectonic-errors-0.2)
+ ("rust-tectonic-io-base" ,rust-tectonic-io-base-0.4)
+ ("rust-tectonic-status-base"
,rust-tectonic-status-base-0.2)
+ ("rust-tectonic-xdv" ,rust-tectonic-xdv-0.2)
+ ("rust-tempfile" ,rust-tempfile-3)
+ ("rust-tera" ,rust-tera-1))))
+ (inputs (list zlib))
+ (native-inputs (list pkg-config))
+ (home-page "https://tectonic-typesetting.github.io/")
+ (synopsis "Tectonic engine that converts SPX output to HTML")
+ (description "This crate implements the Tectonic engine that converts SPX
+output to HTML.")
+ (license license:expat)))
+
(define-public rust-tectonic-engine-spx2html-0.1
(package
+ (inherit rust-tectonic-engine-spx2html-0.3)
(name "rust-tectonic-engine-spx2html")
(version "0.1.1")
(source
@@ -75245,7 +75280,6 @@ document model, including the @file{Tectonic.toml}
file.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "15nxgx20x3ii9ksdj2w9jis1qm1rd451kw3jh87ydvwqnzg88f3m"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1)
@@ -75257,14 +75291,7 @@ document model, including the @file{Tectonic.toml}
file.")
("rust-tectonic-status-base" ,rust-tectonic-status-base-0.2)
("rust-tectonic-xdv" ,rust-tectonic-xdv-0.2)
("rust-tempfile" ,rust-tempfile-3)
- ("rust-tera" ,rust-tera-1))))
- (inputs (list zlib))
- (native-inputs (list pkg-config))
- (home-page "https://tectonic-typesetting.github.io/")
- (synopsis "Tectonic engine that converts SPX output to HTML")
- (description "This crate implements the Tectonic engine that converts SPX
-output to HTML.")
- (license license:expat)))
+ ("rust-tera" ,rust-tera-1))))))
(define-public rust-tectonic-engine-xetex-0.4
(package
- branch rust-team updated (2d35e53d6a -> ab76434ee6), guix-commits, 2024/03/28
- 03/61: gnu: Add rust-sd-notify-0.3., guix-commits, 2024/03/28
- 05/61: gnu: Add rust-temp-env-0.3., guix-commits, 2024/03/28
- 18/61: gnu: rust-windows-x86-64-gnu-0.48: Update to 0.48.5., guix-commits, 2024/03/28
- 17/61: gnu: rust-windows-targets-0.48: Update to 0.48.5., guix-commits, 2024/03/28
- 27/61: gnu: rust-zstd-sys-2: Update to 2.0.10., guix-commits, 2024/03/28
- 22/61: gnu: rust-cargo-credential-0.4: Update to 0.4.4., guix-commits, 2024/03/28
- 15/61: gnu: rust-windows-i686-gnu-0.48: Update to 0.48.5., guix-commits, 2024/03/28
- 26/61: gnu: rust: Skip another test on riscv64-linux., guix-commits, 2024/03/28
- 38/61: gnu: Add rust-tectonic-engine-spx2html-0.3.,
guix-commits <=
- 42/61: gnu: Add rust-watchexec-2., guix-commits, 2024/03/28
- 02/61: gnu: rust-nix-0.21: Update to 0.21.2., guix-commits, 2024/03/28
- 04/61: gnu: rust-slog-async-2: Update to 2.8.0., guix-commits, 2024/03/28
- 06/61: gnu: Add nsncd., guix-commits, 2024/03/28
- 14/61: gnu: rust-windows-aarch64-msvc-0.48: Update to 0.48.5., guix-commits, 2024/03/28
- 29/61: gnu: rust-nix-0.22: Run the tests., guix-commits, 2024/03/28
- 28/61: gnu: rust-zstd-sys-2: Unbundle zstd., guix-commits, 2024/03/28
- 30/61: gnu: Add rust-clearscreen-2., guix-commits, 2024/03/28
- 24/61: gnu: rust-cargo-credential-wincred-0.4: Update to 0.4.3., guix-commits, 2024/03/28
- 20/61: gnu: rust-windows-x86-64-msvc-0.48: Update to 0.48.5., guix-commits, 2024/03/28