unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 75061@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75061] [PATCH rust-team 4/6] gnu: rust-actix-test-server-0.2: Order alphabetically.
Date: Tue, 24 Dec 2024 11:31:05 +0100	[thread overview]
Message-ID: <2d597ebcc7cc6f45edae38599cdf502a41ce70b1.1735035595.git.herman@rimm.ee> (raw)
In-Reply-To: <0fa9a8b86472ec34210687a2782b6499fa2ac42f.1735035595.git.herman@rimm.ee>

* gnu/packages/crates-web.scm (rust-actix-test-server-0.2): Order.

Change-Id: If49f08b0145e6809fa86059b1775f387792935fc
---
 gnu/packages/crates-web.scm | 70 ++++++++++++++++++-------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 7fcce04f39..7cb5006181 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -1099,6 +1099,41 @@ (define-public rust-actix-service-0.4
        #:cargo-development-inputs
        (("rust-actix-rt" ,rust-actix-rt-0.2))))))
 
+(define-public rust-actix-test-server-0.2
+  (package
+    (name "rust-actix-test-server")
+    (version "0.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "actix-test-server" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0lqx8adsl3nlhbnvvjrmy9mkfa0d8wmwyy4gdz5ik8xhbwibxnn2"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-actix-rt" ,rust-actix-rt-0.2)
+        ("rust-actix-server" ,rust-actix-server-0.5)
+        ("rust-actix-server-config" ,rust-actix-server-config-0.1)
+        ("rust-futures" ,rust-futures-0.1)
+        ("rust-log" ,rust-log-0.4)
+        ("rust-native-tls" ,rust-native-tls-0.2)
+        ("rust-net2" ,rust-net2-0.2)
+        ("rust-openssl" ,rust-openssl-0.10)
+        ("rust-rustls" ,rust-rustls-0.15)
+        ("rust-tokio-reactor" ,rust-tokio-reactor-0.1)
+        ("rust-tokio-rustls" ,rust-tokio-rustls-0.9)
+        ("rust-tokio-tcp" ,rust-tokio-tcp-0.1)
+        ("rust-webpki" ,rust-webpki-0.19)
+        ("rust-webpki-roots" ,rust-webpki-roots-0.16))
+       #:cargo-development-inputs
+       (("rust-actix-service" ,rust-actix-service-0.4))))
+    (home-page "https://actix.rs")
+    (synopsis "Actix test server")
+    (description "Actix test server.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-actix-testing-1
   (package
     (name "rust-actix-testing")
@@ -1149,41 +1184,6 @@ (define-public rust-actix-testing-0.1
         ("rust-tokio-reactor" ,rust-tokio-reactor-0.1)
         ("rust-tokio-tcp" ,rust-tokio-tcp-0.1))))))
 
-(define-public rust-actix-test-server-0.2
-  (package
-    (name "rust-actix-test-server")
-    (version "0.2.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "actix-test-server" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0lqx8adsl3nlhbnvvjrmy9mkfa0d8wmwyy4gdz5ik8xhbwibxnn2"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-actix-rt" ,rust-actix-rt-0.2)
-        ("rust-actix-server" ,rust-actix-server-0.5)
-        ("rust-actix-server-config" ,rust-actix-server-config-0.1)
-        ("rust-futures" ,rust-futures-0.1)
-        ("rust-log" ,rust-log-0.4)
-        ("rust-native-tls" ,rust-native-tls-0.2)
-        ("rust-net2" ,rust-net2-0.2)
-        ("rust-openssl" ,rust-openssl-0.10)
-        ("rust-rustls" ,rust-rustls-0.15)
-        ("rust-tokio-reactor" ,rust-tokio-reactor-0.1)
-        ("rust-tokio-rustls" ,rust-tokio-rustls-0.9)
-        ("rust-tokio-tcp" ,rust-tokio-tcp-0.1)
-        ("rust-webpki" ,rust-webpki-0.19)
-        ("rust-webpki-roots" ,rust-webpki-roots-0.16))
-       #:cargo-development-inputs
-       (("rust-actix-service" ,rust-actix-service-0.4))))
-    (home-page "https://actix.rs")
-    (synopsis "Actix test server")
-    (description "Actix test server.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-actix-threadpool-0.3
   (package
     (name "rust-actix-threadpool")
-- 
2.45.2





  parent reply	other threads:[~2024-12-24 10:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-24 10:21 [bug#75061] [PATCH rust-team 1/6] gnu: rust-atk-0.14: Order alphabetically Herman Rimm via Guix-patches via
2024-12-24 10:31 ` [bug#75061] [PATCH rust-team 2/6] gnu: rust-atk-0.8: " Herman Rimm via Guix-patches via
2024-12-24 10:31 ` [bug#75061] [PATCH rust-team 3/6] gnu: rust-gstreamer-gl-sys-0.21: " Herman Rimm via Guix-patches via
2024-12-24 10:31 ` Herman Rimm via Guix-patches via [this message]
2024-12-24 10:31 ` [bug#75061] [PATCH rust-team 5/6] gnu: rust-axum-macros-0.4: " Herman Rimm via Guix-patches via
2024-12-24 10:31 ` [bug#75061] [PATCH rust-team 6/6] gnu: rust-hyperlocal-0.8: " Herman Rimm via Guix-patches via
2024-12-24 12:01 ` bug#75061: [PATCH rust-team 1/6] gnu: rust-atk-0.14: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2d597ebcc7cc6f45edae38599cdf502a41ce70b1.1735035595.git.herman@rimm.ee \
    --to=guix-patches@gnu.org \
    --cc=75061@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=herman@rimm.ee \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).