[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/299: gnu: Add rust-futures-executor-preview-0.3.
From: |
guix-commits |
Subject: |
33/299: gnu: Add rust-futures-executor-preview-0.3. |
Date: |
Thu, 2 Jan 2020 13:19:06 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 4b185ecc3cd87315f01781ca9d9f21f9a8eae9c4
Author: John Soo <address@hidden>
Date: Sat Dec 14 10:03:09 2019 -0800
gnu: Add rust-futures-executor-preview-0.3.
* gnu/packages/crates-io.scm (rust-futures-executor-preview-0.3): New
variable.
Signed-off-by: Efraim Flashner <address@hidden>
---
gnu/packages/crates-io.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d406f27..b15ce0d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1331,6 +1331,36 @@ the computation on the threads themselves.")
(license (list license:asl2.0
license:expat))))
+(define-public rust-futures-executor-preview-0.3
+ (package
+ (name "rust-futures-executor-preview")
+ (version "0.3.0-alpha.17")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "futures-executor-preview" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "053g5kf2qa1xhdkwp3d1grrizzy4683mpbb3y0vvm00hwl7jdfl7"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-futures-channel-preview" ,rust-futures-channel-preview-0.3)
+ ("rust-futures-core-preview" ,rust-futures-core-preview-0.3)
+ ("rust-futures-util-preview" ,rust-futures-util-preview-0.3)
+ ("rust-num-cpus" ,rust-num-cpus-1.10)
+ ("rust-pin-utils" ,rust-pin-utils-0.1))))
+ (home-page "https://github.com/rust-lang/futures-rs")
+ (synopsis
+ "Executors for asynchronous tasks based on futures-rs")
+ (description
+ "Executors for asynchronous tasks based on the futures-rs
+library.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-futures-io-preview-0.3
(package
(name "rust-futures-io-preview")
- 97/299: gnu: Add rust-base64-0.10., (continued)
- 97/299: gnu: Add rust-base64-0.10., guix-commits, 2020/01/02
- 90/299: gnu: Add rust-rayon-1.1., guix-commits, 2020/01/02
- 113/299: gnu: Add rust-gimli-0.18., guix-commits, 2020/01/02
- 118/299: gnu: Add rust-erased-serde-0.3., guix-commits, 2020/01/02
- 119/299: gnu: Add rust-slog-2.4., guix-commits, 2020/01/02
- 120/299: gnu: Add rust-uuid-0.7., guix-commits, 2020/01/02
- 115/299: gnu: Add rust-lazycell-1.2., guix-commits, 2020/01/02
- 133/299: gnu: Add rust-failure-derive-0.1., guix-commits, 2020/01/02
- 128/299: gnu: Add rust-petgraph-0.4., guix-commits, 2020/01/02
- 29/299: gnu: Add rust-csv-core-0.1., guix-commits, 2020/01/02
- 33/299: gnu: Add rust-futures-executor-preview-0.3.,
guix-commits <=
- 57/299: gnu: rust-ansi-term: Skip build., guix-commits, 2020/01/02
- 61/299: gnu: Add rust-afl-0.4., guix-commits, 2020/01/02
- 87/299: gnu: Add rust-sha1-0.6., guix-commits, 2020/01/02
- 84/299: gnu: Add rust-foreign-types-shared-0.1., guix-commits, 2020/01/02
- 89/299: gnu: Add rust-rayon-core-1.5., guix-commits, 2020/01/02
- 63/299: gnu: Add rust-speculate-0.1., guix-commits, 2020/01/02
- 83/299: gnu: Add rust-foreign-types-macros-0.1., guix-commits, 2020/01/02
- 93/299: gnu: Add rust-criterion-0.2., guix-commits, 2020/01/02
- 94/299: gnu: Add rust-tinytemplate-1.0., guix-commits, 2020/01/02
- 101/299: gnu: Add rust-console-error-panic-hook-0.1., guix-commits, 2020/01/02