emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#59625: closed ([PATCH] gnu: Add rust-csv-index-0.1.)


From: GNU bug Tracking System
Subject: bug#59625: closed ([PATCH] gnu: Add rust-csv-index-0.1.)
Date: Tue, 13 Dec 2022 13:50:03 +0000

Your message dated Tue, 13 Dec 2022 13:45:57 +0000
with message-id <87359jpg6q.fsf@cbaines.net>
and subject line Re: [bug#59625] [PATCH] gnu: Add rust-csv-index-0.1.
has caused the debbugs.gnu.org bug report #59625,
regarding [PATCH] gnu: Add rust-csv-index-0.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59625: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59625
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add rust-csv-index-0.1. Date: Sun, 27 Nov 2022 04:33:35 +0000
* gnu/packages/crates-io.scm (rust-csv-index-0.1): New variable.
---
 gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1118ebbc35..d47461d9e2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29,6 +29,7 @@
 ;;; Copyright © 2022 Evgenii Lepikhin <e.lepikhin@corp.mail.ru>
 ;;; Copyright © 2022 Gabriel Arazas <foo.dogsquared@gmail.com>
 ;;; Copyright © 2022 ( <paren@disroot.org>
+;;; Copyright © 2022 Paul A. Patience <paul@apatience.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -14371,6 +14372,29 @@ (define-public rust-csv-core-0.1
      "Bare bones CSV parsing with no_std support.")
     (license (list license:unlicense license:expat))))

+(define-public rust-csv-index-0.1
+  (package
+    (name "rust-csv-index")
+    (version "0.1.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "csv-index" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "01048y84y0bakqm0x4y1svjv6lzc753b9q598xp7xgcqrdgi6x7j"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-byteorder" ,rust-byteorder-1)
+        ("rust-csv" ,rust-csv-1))))
+    (home-page "https://github.com/BurntSushi/rust-csv";)
+    (synopsis "On-disk CSV indexing data structures")
+    (description
+     "A collection of data structures for indexing CSV data, with a focus on 
data
+structures that can be easily serialized to and deserialized from disk.")
+    (license (list license:unlicense license:expat))))
+
 (define-public rust-cstr-core-0.2
   (package
     (name "rust-cstr-core")
--
2.38.0





--- End Message ---
--- Begin Message --- Subject: Re: [bug#59625] [PATCH] gnu: Add rust-csv-index-0.1. Date: Tue, 13 Dec 2022 13:45:57 +0000 User-agent: mu4e 1.8.11; emacs 28.2
"Paul A. Patience" <paul@apatience.com> writes:

> * gnu/packages/crates-io.scm (rust-csv-index-0.1): New variable.
> ---
>  gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)

Thanks! I've pushed this to master as
36bd9121d670b6bfec19d6033d9d3e1bb3f3d884.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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