From patchwork Mon Oct 30 21:06:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55670 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 0D80727BBEA; Mon, 30 Oct 2023 21:10:16 +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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, 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 7E5EB27BBE2 for ; Mon, 30 Oct 2023 21:10:15 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZUy-00068r-8y; Mon, 30 Oct 2023 17:08:36 -0400 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 1qxZUv-00065m-Sw for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:33 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qxZUv-0004h7-Hf for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:33 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZVS-0000mO-QG; Mon, 30 Oct 2023 17:09:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 14/19] gnu: Add rust-simple-logging-2. Resent-From: Steve George Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Mon, 30 Oct 2023 21:09:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66839 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66839@debbugs.gnu.org Cc: Steve George , efraim@flashner.co.il X-Debbugs-Original-Xcc: efraim@flashner.co.il Received: via spool by 66839-submit@debbugs.gnu.org id=B66839.16987001372855 (code B ref 66839); Mon, 30 Oct 2023 21:09:06 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:08:57 +0000 Received: from localhost ([127.0.0.1]:46823 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZVI-0000jy-Ql for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:57 -0400 Received: from mailtransmit04.runbox.com ([2a0c:5a00:149::25]:45708) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZVC-0000jU-RA for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:51 -0400 Received: from mailtransmit02.runbox ([10.9.9.162] 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 1qxZUZ-00FbNK-QA for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:08:11 +0100 Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZUZ-0005Ef-FR for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:08:11 +0100 Received: by submission02.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZUI-007W1Q-U2; Mon, 30 Oct 2023 22:07:55 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:20 +0000 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: 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-simple-logging-2): New variable. --- gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 46ae2e0f30..89308835e0 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -66647,6 +66647,28 @@ (define-public rust-simple-logger-1 ("rust-log" ,rust-log-0.4) ("rust-winapi" ,rust-winapi-0.3)))))) +(define-public rust-simple-logging-2 + (package + (name "rust-simple-logging") + (version "2.0.2") + (source + (origin + (method url-fetch) + (uri (crate-uri "simple-logging" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0hmm523f0ax76yljf3z178rn9cm0q6knwa52haqnnckmavl4h3dh")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1) + ("rust-log" ,rust-log-0.4) + ("rust-thread-id" ,rust-thread-id-3)))) + (home-page "https://github.com/Ereski/simple-logging") + (synopsis "Simple logger for the log facade") + (description "This package provides a simple logger for the log facade.") + (license license:bsd-3))) + (define-public rust-simple-mutex-1 (package (name "rust-simple-mutex")