gnu: Add rust-polars-io-0.15.
* gnu/packages/crates-io.scm (rust-polars-io-0.15): New variable. (rust-polars-io-0.14): Inherit from above.
This commit is contained in:
parent
84479475f6
commit
734aa60424
@ -33286,8 +33286,48 @@ applications.")
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-unsafe-unwrap" ,rust-unsafe-unwrap-0.1))))))
|
||||
|
||||
(define-public rust-polars-io-0.15
|
||||
(package
|
||||
(name "rust-polars-io")
|
||||
(version "0.15.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "polars-io" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "19r2l3rxjdk25ir93l85ap4q0w5p7apjw3g57pszxph9nh2j8ba2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-ahash" ,rust-ahash-0.7)
|
||||
("rust-anyhow" ,rust-anyhow-1)
|
||||
("rust-arrow" ,rust-arrow-5)
|
||||
("rust-csv-core" ,rust-csv-core-0.1)
|
||||
("rust-dirs" ,rust-dirs-3)
|
||||
("rust-fast-float" ,rust-fast-float-0.2)
|
||||
("rust-flate2" ,rust-flate2-1)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-lexical" ,rust-lexical-5)
|
||||
("rust-memmap2" ,rust-memmap2-0.2)
|
||||
("rust-num" ,rust-num-0.4)
|
||||
("rust-num-cpus" ,rust-num-cpus-1)
|
||||
("rust-parquet" ,rust-parquet-5)
|
||||
("rust-polars-arrow" ,rust-polars-arrow-0.15)
|
||||
("rust-polars-core" ,rust-polars-core-0.15)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-simdutf8" ,rust-simdutf8-0.1))))
|
||||
(home-page "https://github.com/ritchie46/polars")
|
||||
(synopsis "IO related logic for the Polars DataFrame library")
|
||||
(description
|
||||
"This crate provides IO related logic for the Polars DataFrame library.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-polars-io-0.14
|
||||
(package
|
||||
(inherit rust-polars-io-0.15)
|
||||
(name "rust-polars-io")
|
||||
(version "0.14.8")
|
||||
(source
|
||||
@ -33297,7 +33337,6 @@ applications.")
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0fha62dln5xv2sa38jrfmd7amj9557y66dy8v44gn9j896mqm6fd"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
@ -33319,12 +33358,7 @@ applications.")
|
||||
("rust-polars-core" ,rust-polars-core-0.14)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-simdutf8" ,rust-simdutf8-0.1))))
|
||||
(home-page "https://github.com/ritchie46/polars")
|
||||
(synopsis "IO related logic for the Polars DataFrame library")
|
||||
(description
|
||||
"This crate provides IO related logic for the Polars DataFrame library.")
|
||||
(license license:expat)))
|
||||
("rust-simdutf8" ,rust-simdutf8-0.1))))))
|
||||
|
||||
(define-public rust-polars-io-0.13
|
||||
(package
|
||||
|
Loading…
Reference in New Issue
Block a user