From patchwork Sun Jul 11 21:30:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: southerntofu X-Patchwork-Id: 31339 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id C337327BC83; Mon, 12 Jul 2021 05:34:05 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 964D627BC81 for ; Mon, 12 Jul 2021 05:34:05 +0100 (BST) Received: from localhost ([::1]:55862 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m2nds-0001Eg-Kq for patchwork@mira.cbaines.net; Mon, 12 Jul 2021 00:34:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35448) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m2nZ6-00063g-Bs for guix-patches@gnu.org; Mon, 12 Jul 2021 00:29:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52953) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m2nZ6-0001EZ-2E for guix-patches@gnu.org; Mon, 12 Jul 2021 00:29:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m2nZ5-0001uo-WE for guix-patches@gnu.org; Mon, 12 Jul 2021 00:29:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#49451] [PATCH 16/20] gnu: Add rust-jid References: In-Reply-To: Resent-From: southerntofu Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 12 Jul 2021 04:29:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49451 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 49451@debbugs.gnu.org Received: via spool by 49451-submit@debbugs.gnu.org id=B49451.16260640957172 (code B ref 49451); Mon, 12 Jul 2021 04:29:07 +0000 Received: (at 49451) by debbugs.gnu.org; 12 Jul 2021 04:28:15 +0000 Received: from localhost ([127.0.0.1]:36243 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2nYF-0001rW-6Z for submit@debbugs.gnu.org; Mon, 12 Jul 2021 00:28:15 -0400 Received: from thunix.net ([188.40.73.235]:46492 ident=postfix) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2h23-0004YO-C8 for 49451@debbugs.gnu.org; Sun, 11 Jul 2021 17:30:35 -0400 Received: by thunix.net (Postfix, from userid 1080) id AEEBB33400B3; Sun, 11 Jul 2021 17:30:34 -0400 (EDT) Date: Sun, 11 Jul 2021 17:30:34 -0400 Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-Mailman-Approved-At: Mon, 12 Jul 2021 00:28:09 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" Reply-to: southerntofu X-ACL-Warn: , southerntofu via Guix-patches X-Patchwork-Original-From: southerntofu via Guix-patches via From: southerntofu X-getmail-retrieved-from-mailbox: Patches --- gnu/packages/crates-io.scm | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 44ae54f84c..f2e32d6172 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -22727,6 +22727,33 @@ primitives to an @code{io::Write}.") byte slices for sets of ASCII characters or bytes.") (license license:expat))) +(define-public rust-jid-0.9 + (package + (name "rust-jid") + (version "0.9.2") + (source + (origin + (method url-fetch) + (uri (crate-uri "jid" version)) + (file-name + (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1s3dl38wwhnx0pbzm4cnwqmmr09nfg4nv6w4yl3cmbkc2n7xipma")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? + #t + #:cargo-inputs + (("rust-minidom" ,rust-minidom-0.13) + ("rust-serde" ,rust-serde-1)))) + (home-page "https://gitlab.com/xmpp-rs/xmpp-rs") + (synopsis + "Crate which provides a Jid struct for Jabber IDs") + (description + "This package provides a crate which provides a Jid struct for Jabber IDs.") + (license license:mpl2.0))) + (define-public rust-jni-0.18 (package (name "rust-jni") @@ -39611,7 +39638,7 @@ motivation for writing this library. (synopsis "Crate for SASL authentication. Currently only does the client side") (description - "This package provides a crate for SASL authentication. Currently only does the client side") + "Crate for SASL authentication. Currently only does the client side") (license license:lgpl3+))) (define-public rust-scan-fmt-0.2