mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: Add rust-parquet-format-async-temp-0.2.
* gnu/packages/crates-io.scm (rust-parquet-format-async-temp-0.2): New variable.
This commit is contained in:
parent
fc9082e4e5
commit
62f37580b9
1 changed files with 27 additions and 0 deletions
|
@ -33985,6 +33985,33 @@ (define-public rust-parquet-format-2
|
||||||
file and the generated @file{.rs} file.")
|
file and the generated @file{.rs} file.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-parquet-format-async-temp-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-parquet-format-async-temp")
|
||||||
|
(version "0.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "parquet-format-async-temp" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0i7mn4x64d8g6d046y9kpb55dz8v0z67cz7lhgncxs9zr3ww5aq3"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-async-trait" ,rust-async-trait-0.1)
|
||||||
|
("rust-byteorder" ,rust-byteorder-1)
|
||||||
|
("rust-futures" ,rust-futures-0.3)
|
||||||
|
("rust-integer-encoding" ,rust-integer-encoding-3)
|
||||||
|
("rust-ordered-float" ,rust-ordered-float-1))))
|
||||||
|
(home-page "https://github.com/sunchao/parquet-format-rs")
|
||||||
|
(synopsis "Temporary crate containing thrift library + parquet definitions")
|
||||||
|
(description
|
||||||
|
"This is a temporary crate containing thrift library and parquet
|
||||||
|
definitions compiled to support read+write async.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-parse-zoneinfo-0.3
|
(define-public rust-parse-zoneinfo-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-parse-zoneinfo")
|
(name "rust-parse-zoneinfo")
|
||||||
|
|
Loading…
Reference in a new issue