[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/36: gnu: Add rust-arrow2-0.5.
From: |
guix-commits |
Subject: |
31/36: gnu: Add rust-arrow2-0.5. |
Date: |
Wed, 3 Nov 2021 18:09:32 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d21a7c6cf91b5efca57d5f189392be23ca2bc43c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Nov 3 19:40:44 2021 +0100
gnu: Add rust-arrow2-0.5.
* gnu/packages/crates-io.scm (rust-arrow2-0.5): New variable.
---
gnu/packages/crates-io.scm | 49 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f26f672..977d694 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2496,6 +2496,55 @@ format.")
("rust-serde-derive" ,rust-serde-derive-1)
("rust-serde-json" ,rust-serde-json-1))))))
+(define-public rust-arrow2-0.5
+ (package
+ (name "rust-arrow2")
+ (version "0.5.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "arrow2" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "042m859jfffnhi84qc919pkyanlr98wqqf67pcrylk4hhh0v84xx"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-ahash" ,rust-ahash-0.7)
+ ("rust-base64" ,rust-base64-0.13)
+ ("rust-chrono" ,rust-chrono-0.4)
+ ("rust-chrono-tz" ,rust-chrono-tz-0.5)
+ ("rust-comfy-table" ,rust-comfy-table-4)
+ ("rust-csv" ,rust-csv-1)
+ ("rust-flatbuffers" ,rust-flatbuffers-2)
+ ("rust-futures" ,rust-futures-0.3)
+ ("rust-hash-hasher" ,rust-hash-hasher-2)
+ ("rust-hex" ,rust-hex-0.4)
+ ("rust-indexmap" ,rust-indexmap-1)
+ ("rust-itertools" ,rust-itertools-0.10)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-lexical-core" ,rust-lexical-core-0.8)
+ ("rust-lz4" ,rust-lz4-1)
+ ("rust-multiversion" ,rust-multiversion-0.6)
+ ("rust-num-traits" ,rust-num-traits-0.2)
+ ("rust-packed-simd-2" ,rust-packed-simd-2-0.3)
+ ("rust-parquet2" ,rust-parquet2-0.4)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-regex" ,rust-regex-1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-derive" ,rust-serde-derive-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-streaming-iterator" ,rust-streaming-iterator-0.1)
+ ("rust-strength-reduce" ,rust-strength-reduce-0.2)
+ ("rust-zstd" ,rust-zstd-0.9))))
+ (home-page "https://github.com/jorgecarleitao/arrow2")
+ (synopsis "Unofficial implementation of Apache Arrow spec in safe Rust")
+ (description
+ "Arrow2 is a Rust library to work with the Arrow format. It is
+a re-write of the official Arrow crate using transmute-free operations.")
+ (license license:asl2.0)))
+
(define-public rust-article-scraper-1
(package
(name "rust-article-scraper")
- branch master updated (fdb9a02 -> 5da0efb), guix-commits, 2021/11/03
- 02/36: gnu: rust-rayon-1: Update to 1.5.1., guix-commits, 2021/11/03
- 13/36: gnu: Add rust-hash-hasher-2., guix-commits, 2021/11/03
- 17/36: gnu: rust-signal-hook-registry-1: Update to 1.4.0., guix-commits, 2021/11/03
- 06/36: gnu: rust-strip-ansi-escapes-0.1: Update to 0.1.1., guix-commits, 2021/11/03
- 16/36: gnu: Add rust-crossterm-winapi-0.8., guix-commits, 2021/11/03
- 18/36: gnu: rust-signal-hook-0.3: Update to 0.3.10., guix-commits, 2021/11/03
- 26/36: gnu: Add rust-lexical-parse-float-0.8., guix-commits, 2021/11/03
- 31/36: gnu: Add rust-arrow2-0.5.,
guix-commits <=
- 01/36: gnu: rust-rayon-core-1: Update to 1.9.1., guix-commits, 2021/11/03
- 04/36: gnu: Add rust-ego-tree-0.6., guix-commits, 2021/11/03
- 14/36: gnu: Add rust-strum-macros-0.21., guix-commits, 2021/11/03
- 10/36: gnu: rust-bitpacking-0.8: Update to 0.8.4., guix-commits, 2021/11/03
- 28/36: gnu: Add rust-lexical-6., guix-commits, 2021/11/03
- 25/36: gnu: Add rust-lexical-write-float-0.8., guix-commits, 2021/11/03
- 35/36: gnu: Add rust-polars-lazy-0.16., guix-commits, 2021/11/03
- 36/36: gnu: Add rust-polars-0.16., guix-commits, 2021/11/03
- 23/36: gnu: Add rust-lexical-parse-integer-0.8., guix-commits, 2021/11/03
- 30/36: gnu: Add rust-parquet2-0.4., guix-commits, 2021/11/03