[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53315] [PATCH 142/150] gnu: Add rust-actix-http-test-0.2.
From: |
Aleksandr Vityazev |
Subject: |
[bug#53315] [PATCH 142/150] gnu: Add rust-actix-http-test-0.2. |
Date: |
Mon, 17 Jan 2022 15:16:12 +0000 |
* gnu/packages/crates-io.scm (rust-actix-http-test-0.2): New variable.
---
gnu/packages/crates-io.scm | 39 ++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 387ab27eef..32e94d3f4e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -684,6 +684,45 @@ (define-public rust-actix-http-test-1
during testing.")
(license (list license:expat license:asl2.0))))
+(define-public rust-actix-http-test-0.2
+ (package
+ (inherit rust-actix-http-test-1)
+ (name "rust-actix-http-test-2")
+ (version "0.2.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "actix-http-test" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0m1ghgllf7ws5wk51x8phcdjq21phylawmvp7wb29zd1d0aw2aac"))))
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-actix-codec" ,rust-actix-codec-0.1)
+ ("rust-actix-connect" ,rust-actix-connect-0.2)
+ ("rust-actix-rt" ,rust-actix-rt-0.2)
+ ("rust-actix-server" ,rust-actix-server-0.6)
+ ("rust-actix-service" ,rust-actix-service-0.4)
+ ("rust-actix-utils" ,rust-actix-utils-0.4)
+ ("rust-awc" ,rust-awc-0.2)
+ ("rust-base64" ,rust-base64-0.10)
+ ("rust-bytes" ,rust-bytes-0.4)
+ ("rust-env-logger" ,rust-env-logger-0.6)
+ ("rust-futures" ,rust-futures-0.1)
+ ("rust-http" ,rust-http-0.1)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-net2" ,rust-net2-0.2)
+ ("rust-openssl" ,rust-openssl-0.10)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-serde-urlencoded" ,rust-serde-urlencoded-0.6)
+ ("rust-sha1" ,rust-sha1-0.6)
+ ("rust-slab" ,rust-slab-0.4)
+ ("rust-time" ,rust-time-0.1)
+ ("rust-tokio-tcp" ,rust-tokio-tcp-0.1)
+ ("rust-tokio-timer" ,rust-tokio-timer-0.2))))))
+
(define-public rust-actix-macros-0.1
(package
(name "rust-actix-macros")
--
2.34.0
--
Aleksandr Vityazev
- [bug#53315] [PATCH 133/150] gnu: Add rust-actix-web-codegen-0.1., (continued)
- [bug#53315] [PATCH 133/150] gnu: Add rust-actix-web-codegen-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 138/150] gnu: Add rust-actix-router-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 131/150] gnu: Add rust-ahash-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 140/150] gnu: Add rust-awc-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 136/150] gnu: Add rust-actix-testing-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 139/150] gnu: Add rust-actix-http-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 137/150] gnu: Add rust-actix-derive-0.4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 143/150] gnu: Add rust-actix-web-1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 146/150] gnu: rust-open-1: Inherit from rust-open-2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 144/150] gnu: Add rust-web-view-0.7., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 142/150] gnu: Add rust-actix-http-test-0.2.,
Aleksandr Vityazev <=
- [bug#53315] [PATCH 145/150] gnu: Add rust-open-2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 147/150] gnu: Add rust-thread-priority-0.4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 141/150] gnu: Add rust-actix-0.8., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 149/150] gnu: Add rust-winres-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 148/150] gnu: Add rust-serde-derive-1.0.126., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 150/150] gnu: Add alfis., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 000/150] gnu: Add alfis, Aleksandr Vityazev, 2022/01/17