guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

130/330: gnu: Add rust-polars-json-0.37.


From: guix-commits
Subject: 130/330: gnu: Add rust-polars-json-0.37.
Date: Mon, 18 Mar 2024 07:15:46 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 90816164b13a085a69d80368d5bccad9d15eee21
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Mar 16 21:57:27 2024 +0200

    gnu: Add rust-polars-json-0.37.
    
    * gnu/packages/crates-io.scm (rust-polars-json-0.37): New variable.
    
    Change-Id: Icb3f02e4b6923830bb192ef31f2b0908814b67ff
---
 gnu/packages/crates-io.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a2bb4292a6..51e033230c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -49740,6 +49740,38 @@ applications.")
         ("rust-regex" ,rust-regex-1)
         ("rust-simdutf8" ,rust-simdutf8-0.1))))))
 
+(define-public rust-polars-json-0.37
+  (package
+    (name "rust-polars-json")
+    (version "0.37.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "polars-json" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1v8jwfyagh8vq8l8hbgp72an83w5lxb90xrq037p0klnp901ygcp"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-ahash" ,rust-ahash-0.8)
+        ("rust-chrono" ,rust-chrono-0.4)
+        ("rust-fallible-streaming-iterator" 
,rust-fallible-streaming-iterator-0.1)
+        ("rust-hashbrown" ,rust-hashbrown-0.14)
+        ("rust-indexmap" ,rust-indexmap-2)
+        ("rust-itoa" ,rust-itoa-1)
+        ("rust-num-traits" ,rust-num-traits-0.2)
+        ("rust-polars-arrow" ,rust-polars-arrow-0.37)
+        ("rust-polars-error" ,rust-polars-error-0.37)
+        ("rust-polars-utils" ,rust-polars-utils-0.37)
+        ("rust-ryu" ,rust-ryu-1)
+        ("rust-simd-json" ,rust-simd-json-0.13)
+        ("rust-streaming-iterator" ,rust-streaming-iterator-0.1))))
+    (home-page "https://www.pola.rs/";)
+    (synopsis "JSON related logic for the Polars DataFrame library")
+    (description "JSON related logic for the Polars @code{DataFrame} library.")
+    (license license:expat)))
+
 (define-public rust-polars-lazy-0.37
   (package
     (name "rust-polars-lazy")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]