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
This commit is contained in:
Efraim Flashner 2024-03-28 11:02:44 +02:00
parent c7cad15606
commit 27be2e3c77
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -75409,8 +75409,43 @@ (define-public rust-tectonic-engine-bibtex-0.1
@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
@ -75420,7 +75455,6 @@ (define-public rust-tectonic-engine-spx2html-0.1
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "15nxgx20x3ii9ksdj2w9jis1qm1rd451kw3jh87ydvwqnzg88f3m"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1)
@ -75432,14 +75466,7 @@ (define-public rust-tectonic-engine-spx2html-0.1
("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