[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68780] [PATCH 07/19] gnu: Add rust-arrow-buffer-47.
From: |
Troy Figiel |
Subject: |
[bug#68780] [PATCH 07/19] gnu: Add rust-arrow-buffer-47. |
Date: |
Sat, 27 Jan 2024 16:01:29 +0100 |
* gnu/packages/crates-io.scm (rust-arrow-buffer-47): New variable.
---
gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0c4c452cc1..db3c4f2017 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2540,6 +2540,32 @@ (define-public rust-arrow-5
format.")
(license license:asl2.0)))
+(define-public rust-arrow-buffer-47
+ (package
+ (name "rust-arrow-buffer")
+ (version "47.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "arrow-buffer" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "15b1km7kb7cys2pdxgq1p9syiw7yzf9cch85rcw12504a8i1k8gx"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-bytes" ,rust-bytes-1)
+ ("rust-half" ,rust-half-2)
+ ("rust-num" ,rust-num-0.4))
+ #:cargo-development-inputs
+ (("rust-criterion" ,rust-criterion-0.5)
+ ("rust-rand" ,rust-rand-0.8))))
+ (home-page "https://github.com/apache/arrow-rs")
+ (synopsis "Buffer abstractions for Apache Arrow")
+ (description "This crate provides low-level buffer abstractions for the
+Rust implementation of Apache Arrow.")
+ (license license:asl2.0)))
+
(define-public rust-arrow-format-0.3
(package
(name "rust-arrow-format")
--
2.42.0
- [bug#68780] [PATCH 00/19] gnu: Add rust-arrow-47., Troy Figiel, 2024/01/28
- [bug#68780] [PATCH 01/19] gnu: Add rust-flatbuffers-23., Troy Figiel, 2024/01/28
- [bug#68780] [PATCH 02/19] gnu: rust-flatbuffers-2: Don't skip the build., Troy Figiel, 2024/01/28
- [bug#68780] [PATCH 04/19] gnu: Add rust-chrono-tz-0.8., Troy Figiel, 2024/01/28
- [bug#68780] [PATCH 03/19] gnu: Add rust-chrono-tz-build-0.2., Troy Figiel, 2024/01/28
- [bug#68780] [PATCH 05/19] gnu: Add rust-comfy-table-7., Troy Figiel, 2024/01/28
- [bug#68780] [PATCH 08/19] gnu: Add rust-arrow-data-47., Troy Figiel, 2024/01/28
- [bug#68780] [PATCH 07/19] gnu: Add rust-arrow-buffer-47.,
Troy Figiel <=
- [bug#68780] [PATCH 06/19] gnu: Add rust-arrow-schema-47., Troy Figiel, 2024/01/28
- [bug#68780] [PATCH 09/19] gnu: Add rust-arrow-array-47., Troy Figiel, 2024/01/28
- [bug#68780] [PATCH 10/19] gnu: Add rust-arrow-select-47., Troy Figiel, 2024/01/28
- [bug#68780] [PATCH 11/19] gnu: Add rust-arrow-string-47., Troy Figiel, 2024/01/28
- [bug#68780] [PATCH 12/19] gnu: Add rust-arrow-ord-47., Troy Figiel, 2024/01/28
- [bug#68780] [PATCH 13/19] gnu: Add rust-arrow-cast-47., Troy Figiel, 2024/01/28
- [bug#68780] [PATCH 14/19] gnu: Add rust-arrow-json-47., Troy Figiel, 2024/01/28
- [bug#68780] [PATCH 16/19] gnu: Add rust-arrow-row-47., Troy Figiel, 2024/01/28
- [bug#68780] [PATCH 18/19] gnu: Add rust-arrow-arith-47., Troy Figiel, 2024/01/28
- [bug#68780] [PATCH 17/19] gnu: Add rust-arrow-ipc-47., Troy Figiel, 2024/01/28