[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
167/311: gnu: Add rust-actix-rt-2.
From: |
guix-commits |
Subject: |
167/311: gnu: Add rust-actix-rt-2. |
Date: |
Sat, 28 Oct 2023 16:38:53 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 766d849c907c627b2ddfb3b8db0486a728683dc4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 25 09:52:49 2023 +0300
gnu: Add rust-actix-rt-2.
* gnu/packages/crates-io.scm (rust-actix-rt-2): New variable.
(rust-actix-rt-1): Inherit from rust-actix-rt-2.
Change-Id: Ife436711a9b6bc23560a69d4ca65c97fb46a4d84
---
gnu/packages/crates-io.scm | 31 +++++++++++++++++++++++++------
1 file changed, 25 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2739a67b42..8720e5a1df 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -956,8 +956,32 @@ during testing.")
("rust-serde" ,rust-serde-1)
("rust-string" ,rust-string-0.2))))))
+(define-public rust-actix-rt-2
+ (package
+ (name "rust-actix-rt")
+ (version "2.9.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "actix-rt" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "078mjccgha4xlqk2hjb9hxfg26pmpra9v2h2w0m40gvx5102vwr8"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f ; use of undeclared crate or module `hyper`
+ #:cargo-inputs (("rust-actix-macros" ,rust-actix-macros-0.2)
+ ("rust-futures-core" ,rust-futures-core-0.3)
+ ("rust-tokio" ,rust-tokio-1)
+ ("rust-tokio-uring" ,rust-tokio-uring-0.4))))
+ (home-page "https://actix.rs")
+ (synopsis "Actix runtime")
+ (description "This package provides Actix runtime.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-actix-rt-1
(package
+ (inherit rust-actix-rt-2)
(name "rust-actix-rt")
(version "1.1.1")
(source
@@ -967,7 +991,6 @@ during testing.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "09xj7pxy0ng13rd6hya1md98dhk0586p4bsfrwmxxlg028lwqgql"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-actix-macros" ,rust-actix-macros-0.1)
@@ -976,11 +999,7 @@ during testing.")
("rust-futures-channel" ,rust-futures-channel-0.3)
("rust-futures-util" ,rust-futures-util-0.3)
("rust-smallvec" ,rust-smallvec-1)
- ("rust-tokio" ,rust-tokio-0.2))))
- (home-page "https://actix.rs")
- (synopsis "Actix runtime")
- (description "This package provides Actix runtime.")
- (license (list license:expat license:asl2.0))))
+ ("rust-tokio" ,rust-tokio-0.2))))))
(define-public rust-actix-rt-0.2
(package
- 142/311: gnu: Add rust-value-bag-sval2-1., (continued)
- 142/311: gnu: Add rust-value-bag-sval2-1., guix-commits, 2023/10/28
- 147/311: gnu: rust-xml-rs-0.8: Update to 0.8.19., guix-commits, 2023/10/28
- 146/311: gnu: rust-pretty-assertions-1: Update to 1.4.0., guix-commits, 2023/10/28
- 149/311: gnu: rust-serde-with-3: Update to 3.4.0., guix-commits, 2023/10/28
- 153/311: gnu: rust-cache-padded-1: Update to 1.3.0., guix-commits, 2023/10/28
- 154/311: gnu: rust-nom-5: Update to 5.1.3., guix-commits, 2023/10/28
- 155/311: gnu: rust-y4m-0.7: Don't skip build., guix-commits, 2023/10/28
- 158/311: gnu: rust-rstar-0.9: Update to 0.9.3., guix-commits, 2023/10/28
- 162/311: gnu: rust-bigdecimal-0.2: Update to 0.2.2., guix-commits, 2023/10/28
- 165/311: gnu: rust-num-traits-0.2: Update to 0.2.17., guix-commits, 2023/10/28
- 167/311: gnu: Add rust-actix-rt-2.,
guix-commits <=
- 170/311: gnu: Add rust-iai-0.1., guix-commits, 2023/10/28
- 181/311: gnu: Add rust-tokio-uring-0.4., guix-commits, 2023/10/28
- 191/311: gnu: rust-tokio-sync-0.1: Update to 0.1.8., guix-commits, 2023/10/28
- 213/311: gnu: rust-nb-connect-1: Update to 1.2.0., guix-commits, 2023/10/28
- 207/311: gnu: rust-clap-builder-4: Update to 4.4.7., guix-commits, 2023/10/28
- 215/311: gnu: rust-proptest-0.9: Fix build., guix-commits, 2023/10/28
- 223/311: gnu: rust-signal-hook-0.1: Update to 0.1.17., guix-commits, 2023/10/28
- 240/311: gnu: Add rust-windows-metadata-0.51., guix-commits, 2023/10/28
- 247/311: gnu: rust-diff-0.1: Update to 0.1.13., guix-commits, 2023/10/28
- 251/311: gnu: rust-num-0.4: Update to 0.4.1., guix-commits, 2023/10/28