unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53079] [PATCH 5/41] gnu: rust-rbw: adding rust-rlp
@ 2022-01-07 13:56 Nicolas Graves via Guix-patches via
  2022-01-19 13:31 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-01-07 13:56 UTC (permalink / raw)
  To: 53079

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: rust-rbw-dependencies-adding-rust-rlp --]
[-- Type: text/x-patch, Size: 2059 bytes --]

From b50871c840173bf8304c252f4b3ae798525a072c Mon Sep 17 00:00:00 2001
From: Nicolas Graves <ngraves@ngraves.fr>
Date: Fri, 7 Jan 2022 00:13:30 +0100
Subject: [PATCH 06/42] rust-rbw dependencies : adding rust-rlp

---
 gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3621243c1c..61822ae431 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -44015,6 +44015,28 @@ (define-public rust-rls-span-0.5
 Rust Language Server.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-rlp-0.5
+  (package
+    (name "rust-rlp")
+    (version "0.5.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "rlp" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32 "1da7b1hc4czlmsyr7ifs9bz9fv8hi5dw8q14xnmjlydfn2mhi5cr"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:skip-build?
+        #t
+        #:cargo-inputs
+        (("rust-bytes" ,rust-bytes-1) ("rust-rustc-hex" ,rust-rustc-hex-2))))
+    (home-page "https://github.com/paritytech/parity-common")
+    (synopsis "Recursive-length prefix encoding, decoding, and compression")
+    (description "Recursive-length prefix encoding, decoding, and compression")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-rkv-0.10
   (package
     (name "rust-rkv")
@@ -45751,9 +45773,9 @@ (define-public rust-rustc-hex-2
     (build-system cargo-build-system)
     (arguments `(#:skip-build? #t))
     (home-page "https://github.com/debris/rustc-hex")
-    (synopsis "rustc-serialize compatible hex conversion traits")
+    (synopsis "Rustc-serialize compatible hex conversion traits")
     (description "This package provides rustc-serialize compatible hex
-conversion traits")
+conversion traits.")
     (license (list license:expat license:asl2.0))))
 
 (define-public rust-rustc-rayon-0.3
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#53079] [PATCH 5/41] gnu: rust-rbw: adding rust-rlp
  2022-01-07 13:56 [bug#53079] [PATCH 5/41] gnu: rust-rbw: adding rust-rlp Nicolas Graves via Guix-patches via
@ 2022-01-19 13:31 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-01-19 13:31 UTC (permalink / raw)
  To: 53079; +Cc: 53079-done, Nicolas Graves

Hello,

Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> From b50871c840173bf8304c252f4b3ae798525a072c Mon Sep 17 00:00:00 2001
> From: Nicolas Graves <ngraves@ngraves.fr>
> Date: Fri, 7 Jan 2022 00:13:30 +0100
> Subject: [PATCH 06/42] rust-rbw dependencies : adding rust-rlp

Applied. Thank you.

>  (define-public rust-rkv-0.10
>    (package
>      (name "rust-rkv")
> @@ -45751,9 +45773,9 @@ (define-public rust-rustc-hex-2
>      (build-system cargo-build-system)
>      (arguments `(#:skip-build? #t))
>      (home-page "https://github.com/debris/rustc-hex")
> -    (synopsis "rustc-serialize compatible hex conversion traits")
> +    (synopsis "Rustc-serialize compatible hex conversion traits")
>      (description "This package provides rustc-serialize compatible hex
> -conversion traits")
> +conversion traits.")
>      (license (list license:expat license:asl2.0))))

Note: You introduced unrelated changes in this patch, so it didn't apply cleanly.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-19 13:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07 13:56 [bug#53079] [PATCH 5/41] gnu: rust-rbw: adding rust-rlp Nicolas Graves via Guix-patches via
2022-01-19 13:31 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).