all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48956] [PATCH] Add rust-analyzer
@ 2021-06-11 11:39 ` Z572
  2021-06-13 17:16   ` bug#48956: " Nicolas Goaziou
  0 siblings, 1 reply; 6+ messages in thread
From: Z572 @ 2021-06-11 11:39 UTC (permalink / raw)
  To: 48956


-- 
over




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

* [bug#48956] [PATCH 01/58] gnu: Add rust-always-assert-0.1.
@ 2021-06-11 11:44 ` Zheng Junjie
  0 siblings, 0 replies; 6+ messages in thread
From: Zheng Junjie @ 2021-06-11 11:44 UTC (permalink / raw)
  To: 48956; +Cc: Zheng junjie

From: Zheng junjie <873216071@qq.com>

* gnu/packages/crates-io.scm (rust-always-assert-0.1): 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 721ce077a0..960eedbdf9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1730,6 +1730,32 @@ options to use calloc or a mutable global variable for pre-zeroed memory.")
 be used with the stdlib.")
     (license license:bsd-3)))
 
+(define-public rust-always-assert-0.1
+  (package
+    (name "rust-always-assert")
+    (version "0.1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "always-assert" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "04ad9wbh70nii1ilcd1mxv85yqx18jf9vsmh3ddps886bmi8ixpv"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-log" ,rust-log-0.4))))
+    (home-page
+     "https://github.com/matklad/always-assert")
+    (synopsis
+     "Recoverable assertions for long-running robust applications")
+    (description
+     "This package provides a recoverable assertions for long-running robust
+applications.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-android-glue-0.2
   (package
     (name "rust-android-glue")
-- 
2.32.0





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

* [bug#48956] [PATCH 53/58] gnu: rust-mio-0.7: Update to 0.7.11.
@ 2021-06-11 13:23 ` Zheng Junjie
  0 siblings, 0 replies; 6+ messages in thread
From: Zheng Junjie @ 2021-06-11 13:23 UTC (permalink / raw)
  To: 48956; +Cc: Zheng junjie

From: Zheng junjie <873216071@qq.com>

* gnu/packages/crates-io.scm (rust-mio-0.7): Update to 0.7.11.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9c81a53759..3a6d7fd4f7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25752,14 +25752,14 @@ application.")
 (define-public rust-mio-0.7
   (package
     (name "rust-mio")
-    (version "0.7.6")
+    (version "0.7.11")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "mio" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "12qsvmsmpijnghgci5i0liskvwxrbg2dz6hc09kgvwaf0s3whfzk"))))
+        (base32 "0mi9ah60l270761sz6qdhhn0hkn5msc8689b53bhnkmk0glx706g"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-- 
2.32.0





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

* [bug#48956] [PATCH 16/58] gnu: Add rust-memmap2-0.2.
@ 2021-06-11 13:30 ` Zheng Junjie
  0 siblings, 0 replies; 6+ messages in thread
From: Zheng Junjie @ 2021-06-11 13:30 UTC (permalink / raw)
  To: 48956; +Cc: Zheng junjie

From: Zheng junjie <873216071@qq.com>

* gnu/packages/crates-io.scm (rust-memmap2-0.2): New variable.
(rust-memmap2-0.1): inherit from above.
---
 gnu/packages/crates-io.scm | 31 ++++++++++++++++++++++++++-----
 1 file changed, 26 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 715297f9cb..9ecaf94fcc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -24660,27 +24660,48 @@ file IO.")
        #:cargo-development-inputs
        (("rust-tempdir" ,rust-tempdir-0.3))))))
 
-(define-public rust-memmap2-0.1
+(define-public rust-memmap2-0.2
   (package
     (name "rust-memmap2")
-    (version "0.1.0")
+    (version "0.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "memmap2" version))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0nmymqy9q62x577ydja0ysfyir7h5qa0n5fwcnvchfhhlsi0rdyr"))))
+        (base32
+         "1vjf35vzg5368b7c0qh3pimikivc286xb8gy6glj60aas2vy6fz7"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t
        #:cargo-inputs
-       (("rust-libc" ,rust-libc-0.2))))
+       (("rust-libc" ,rust-libc-0.2))
+       #:cargo-development-inputs
+       (("rust-tempdir" ,rust-tempdir-0.3))))
     (home-page "https://github.com/RazrFalcon/memmap2-rs")
     (synopsis "Cross-platform Rust API for memory-mapped file IO")
     (description "This package provides a Rust API for memory-mapped file IO.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-memmap2-0.1
+  (package
+    (inherit rust-memmap2-0.2)
+    (name "rust-memmap2")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "memmap2" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0nmymqy9q62x577ydja0ysfyir7h5qa0n5fwcnvchfhhlsi0rdyr"))))
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-libc" ,rust-libc-0.2))))))
+
 (define-public rust-memoffset-0.6
   (package
     (name "rust-memoffset")
-- 
2.32.0





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

* [bug#48956] [PATCH 36/58] gnu: Add rust-randomize-3.
@ 2021-06-11 13:33 ` Zheng Junjie
  0 siblings, 0 replies; 6+ messages in thread
From: Zheng Junjie @ 2021-06-11 13:33 UTC (permalink / raw)
  To: 48956; +Cc: Zheng junjie

From: Zheng junjie <873216071@qq.com>

* gnu/packages/crates-io.scm (rust-randomize-3): New variable.
---
 gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e80fd076c9..e48f3fe1bc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34123,6 +34123,29 @@ random generic types.")
     (license
      (list license:zlib license:asl2.0 license:expat))))
 
+(define-public rust-randomize-3
+  (package
+    (inherit rust-randomize-4)
+    (name "rust-randomize")
+    (version "3.0.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "randomize" version))
+        (file-name
+          (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32
+            "02ll7r3rrpmhjx34w91m1yvqw1685bq2n9amqvycjcqznncqrhw8"))))
+    (arguments
+      `(#:skip-build? #t
+        #:cargo-inputs
+        (("rust-rand-core" ,rust-rand-core-0.5)
+         ("rust-serde" ,rust-serde-1))
+        #:cargo-development-inputs
+        (("rust-bincode" ,rust-bincode-1))))
+    (license license:bsd-0)))
+
 (define-public rust-raw-cpuid-8
   (package
     (name "rust-raw-cpuid")
-- 
2.32.0





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

* bug#48956: [PATCH] Add rust-analyzer
  2021-06-11 11:39 ` Z572
@ 2021-06-13 17:16   ` Nicolas Goaziou
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Goaziou @ 2021-06-13 17:16 UTC (permalink / raw)
  To: Z572; +Cc: 48956-done

Hello,

Applied! Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-06-13 17:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11 11:39 [bug#48956] [PATCH] Add rust-analyzer Z572
2021-06-11 11:39 ` Z572
2021-06-13 17:16   ` bug#48956: " Nicolas Goaziou
2021-06-11 11:44 ` [bug#48956] [PATCH 01/58] gnu: Add rust-always-assert-0.1 Zheng Junjie
2021-06-11 13:23 ` [bug#48956] [PATCH 53/58] gnu: rust-mio-0.7: Update to 0.7.11 Zheng Junjie
2021-06-11 13:30 ` [bug#48956] [PATCH 16/58] gnu: Add rust-memmap2-0.2 Zheng Junjie
2021-06-11 13:33 ` [bug#48956] [PATCH 36/58] gnu: Add rust-randomize-3 Zheng Junjie

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.