From patchwork Thu Feb 16 23:01:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 47018 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 C5DD716937; Thu, 16 Feb 2023 23:02:11 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id BA0FC16919 for ; Thu, 16 Feb 2023 23:02:10 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pSnGP-0001rO-Ot; Thu, 16 Feb 2023 18:02:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pSnGO-0001qP-6B for guix-patches@gnu.org; Thu, 16 Feb 2023 18:02:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pSnGN-0005Uu-Ur for guix-patches@gnu.org; Thu, 16 Feb 2023 18:02:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pSnGN-00034m-QY for guix-patches@gnu.org; Thu, 16 Feb 2023 18:02:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61561] [PATCH 2/5] gnu: add rust-downcast Resent-From: Steve George Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 16 Feb 2023 23:02:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61561 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 61561@debbugs.gnu.org Cc: Steve George Received: via spool by 61561-submit@debbugs.gnu.org id=B61561.167658851911786 (code B ref 61561); Thu, 16 Feb 2023 23:02:03 +0000 Received: (at 61561) by debbugs.gnu.org; 16 Feb 2023 23:01:59 +0000 Received: from localhost ([127.0.0.1]:37953 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSnGI-000341-I7 for submit@debbugs.gnu.org; Thu, 16 Feb 2023 18:01:58 -0500 Received: from mailtransmit04.runbox.com ([185.226.149.37]:51484) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSnGD-00033S-Sf for 61561@debbugs.gnu.org; Thu, 16 Feb 2023 18:01:54 -0500 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit04.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1pSnG8-002E3p-Aj for 61561@debbugs.gnu.org; Fri, 17 Feb 2023 00:01:48 +0100 Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1pSnG8-0006yi-2m for 61561@debbugs.gnu.org; Fri, 17 Feb 2023 00:01:48 +0100 Received: by submission03.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1pSnFi-0003Ve-5T; Fri, 17 Feb 2023 00:01:22 +0100 From: Steve George Date: Thu, 16 Feb 2023 23:01:00 +0000 Message-Id: <20230216230103.107367-2-steve@futurile.net> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230216230103.107367-1-steve@futurile.net> References: <20230216230103.107367-1-steve@futurile.net> MIME-Version: 1.0 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-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/crates-io.scm (rust-downcast-0.11): New variable. --- gnu/packages/crates-io.scm | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 355c8ef761..180b0838a9 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -17761,6 +17761,28 @@ (define-public rust-document-features-0.2 @code{Cargo.toml}.") (license (list license:expat license:asl2.0)))) +(define-public rust-downcast-0.11 + (package + (name "rust-downcast") + (version "0.11.0") + (source (origin + (method url-fetch) + (uri (crate-uri "downcast" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1wa78ahlc57wmqyq2ncr80l7plrkgz57xsg7kfzgpcnqac8gld8l")))) + (build-system cargo-build-system) + (arguments + `( #:skip-build? #f)) + (home-page "https://github.com/fkoep/downcast-rs") + (synopsis + "Trait for downcasting trait objects back to their original types") + (description + "A trait, and utilities, for downcasting trait objects back +to their original types. The same as the rust-downcast-rs crate.") + (license license:expat))) + (define-public rust-downcast-rs-1 (package (name "rust-downcast-rs") @@ -42372,7 +42394,7 @@ (define-public rust-pretty-assertions-0.5 ("rust-difference" ,rust-difference-2)))))) (define-public rust-pretty-assertions-0.4 - (package + (package (inherit rust-pretty-assertions-0.6) (name "rust-pretty-assertions") (version "0.4.1")