GNU bug report logs - #49451
Adding package aparte (rust XMPP TUI client)

Previous Next

Package: guix-patches;

Reported by: southerntofu <at> thunix.net

Date: Wed, 7 Jul 2021 06:29:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Xinglu Chen <public <at> yoctocell.xyz>
To: southerntofu <southerntofu <at> thunix.net>, 49451 <at> debbugs.gnu.org
Subject: [bug#49451] [PATCH 18/20] gnu: Add rust-tokio-xmpp
Date: Sun, 01 Aug 2021 12:24:32 +0200
[Message part 1 (text/plain, inline)]
On Sun, Jul 11 2021, southerntofu via Guix-patches via wrote:

> ---
>  gnu/packages/crates-io.scm | 43 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 43 insertions(+)
>
> diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
> index 9bd91b0b7d..f85b096547 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -49637,6 +49637,49 @@ stream-based WebSocket implementation.")
>          ("rust-tokio" ,rust-tokio-0.2)
>          ("rust-tokio-test" ,rust-tokio-test-0.2))))))
>  
> +(define-public rust-tokio-xmpp-3
> +  (package
> +    (name "rust-tokio-xmpp")
> +    (version "3.0.0")
> +    (source
> +      (origin
> +        (method url-fetch)
> +        (uri (crate-uri "tokio-xmpp" version))
> +        (file-name
> +          (string-append name "-" version ".tar.gz"))
> +        (sha256
> +          (base32
> +            "0f8s4gsv9zs6rlkc40jjglcm0prq10ypxszrwvpxhjbygbxrzb2n"))))
> +    (build-system cargo-build-system)
> +    (arguments
> +      `(#:skip-build?
> +        #t
> +        #:cargo-inputs
> +        (("rust-bytes" ,rust-bytes-1)
> +         ("rust-futures" ,rust-futures-0.3)
> +         ("rust-idna" ,rust-idna-0.2)
> +         ("rust-log" ,rust-log-0.4)
> +         ("rust-native-tls" ,rust-native-tls-0.2)
> +         ("rust-rustc-version" ,rust-rustc-version-0.3)
> +         ("rust-sasl" ,rust-sasl-0.5)
> +         ("rust-tokio" ,rust-tokio-1)
> +         ("rust-tokio-native-tls"
> +          ,rust-tokio-native-tls-0.3)
> +         ("rust-tokio-stream" ,rust-tokio-stream-0.1)
> +         ("rust-tokio-util" ,rust-tokio-util-0.6)
> +         ("rust-trust-dns-proto"
> +          ,rust-trust-dns-proto-0.20)
> +         ("rust-trust-dns-resolver"
> +          ,rust-trust-dns-resolver-0.20)
> +         ("rust-xml5ever" ,rust-xml5ever-0.16)
> +         ("rust-xmpp-parsers" ,rust-xmpp-parsers-0.18))))
> +    (home-page "https://gitlab.com/xmpp-rs/xmpp-rs")
> +    (synopsis
> +      "Asynchronous XMPP for Rust with tokio")
> +    (description
> +      "Asynchronous XMPP for Rust with tokio")

Full sentence and missing period.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 75 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.