From patchwork Mon Oct 30 21:06:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55656 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 0CDE627BBEC; Mon, 30 Oct 2023 21:07:57 +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,TVD_SPACE_RATIO 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 705CD27BBE9 for ; Mon, 30 Oct 2023 21:07:55 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZTv-0005sU-3C; Mon, 30 Oct 2023 17:07:31 -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 1qxZTt-0005sD-GD for guix-patches@gnu.org; Mon, 30 Oct 2023 17:07:29 -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 1qxZTt-0004Yg-8B for guix-patches@gnu.org; Mon, 30 Oct 2023 17:07:29 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZUQ-0000fm-Ch; Mon, 30 Oct 2023 17:08:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 01/19] gnu: Add rust-librespot-connect-0.4. 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:08:02 +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.16987000782562 (code B ref 66839); Mon, 30 Oct 2023 21:08:02 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:07:58 +0000 Received: from localhost ([127.0.0.1]:46783 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUL-0000fB-I6 for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:07:57 -0400 Received: from mailtransmit04.runbox.com ([2a0c:5a00:149::25]:54042) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUJ-0000em-Kd for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:07:56 -0400 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 1qxZTg-00FbI3-JH for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:16 +0100 Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZTg-0001r4-2R for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:16 +0100 Received: by submission01.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZTQ-006vHY-GV; Mon, 30 Oct 2023 22:07:00 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:07 +0000 Message-ID: <77c09c792397b22868b3f5641e2fd596e18633ce.1698699809.git.steve@futurile.net> 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-librespot-connect-0.4): New variable. --- gnu/packages/crates-io.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) base-commit: 7e9783b2ab8c747ef340daa749bdeba9e924ec57 diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index fc26147157..7306c0d4d2 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -37823,6 +37823,39 @@ (define-public rust-librespot-audio-0.4 package contains the audio fetching logic.") (license license:expat))) +(define-public rust-librespot-connect-0.4 + (package + (name "rust-librespot-connect") + (version "0.4.2") + (source + (origin + (method url-fetch) + (uri (crate-uri "librespot-connect" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1v6k20173hx27g34d24vkb4a67av7dbr3mfmng64b51y8imgpyjg")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-form-urlencoded" ,rust-form-urlencoded-1) + ("rust-futures-util" ,rust-futures-util-0.3) + ("rust-librespot-core" ,rust-librespot-core-0.4) + ("rust-librespot-discovery" ,rust-librespot-discovery-0.4) + ("rust-librespot-playback" ,rust-librespot-playback-0.4) + ("rust-librespot-protocol" ,rust-librespot-protocol-0.4) + ("rust-log" ,rust-log-0.4) + ("rust-protobuf" ,rust-protobuf-2) + ("rust-rand" ,rust-rand-0.8) + ("rust-serde" ,rust-serde-1) + ("rust-serde-json" ,rust-serde-json-1) + ("rust-tokio" ,rust-tokio-1) + ("rust-tokio-stream" ,rust-tokio-stream-0.1)))) + (home-page "https://github.com/librespot-org/librespot") + (synopsis "The discovery and Spotify Connect logic for Librespot") + (description + "Librespot is an open source client library for Spotify. This package +contains the discovery and Spotify Connect logic.") + (license license:expat))) + (define-public rust-librespot-core-0.4 (package (name "rust-librespot-core") From patchwork Mon Oct 30 21:06:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55658 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 DBAA927BBE9; Mon, 30 Oct 2023 21:08:36 +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=unavailable 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 D439127BBE2 for ; Mon, 30 Oct 2023 21:08:35 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZUs-000648-SD; Mon, 30 Oct 2023 17:08:30 -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 1qxZUq-000636-Mr for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:28 -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 1qxZUq-0004fE-EO for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:28 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZVN-0000kb-P1; Mon, 30 Oct 2023 17:09:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 02/19] gnu: Add rust-daemonize-0.5. 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:01 +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.16987000922649 (code B ref 66839); Mon, 30 Oct 2023 21:09:01 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:08:12 +0000 Received: from localhost ([127.0.0.1]:46791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUa-0000ge-0K for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:12 -0400 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]:34386) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUJ-0000eh-DD for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:10 -0400 Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qxZTe-00FkvJ-0R for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:14 +0100 Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZTd-0005Au-KR for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:13 +0100 Received: by submission01.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZTV-006vHk-7D; Mon, 30 Oct 2023 22:07:05 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:08 +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-daemonize-0.5): New variable. --- gnu/packages/crates-io.scm | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 7306c0d4d2..9983f9ccb2 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -19093,8 +19093,30 @@ (define-public rust-cxxbridge-macro-0.5 #:cargo-development-inputs (("rust-cxx" ,rust-cxx-0.5)))))) +(define-public rust-daemonize-0.5 + (package + (name "rust-daemonize") + (version "0.5.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "daemonize" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0vhikx85f85r46xghsb4avsv6ww8mz9lipqvsia7m21wrfmgv2xb")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-libc" ,rust-libc-0.2)))) + (home-page "https://github.com/knsd/daemonize") + (synopsis + "Library to enable code to run as a daemon process on Unix-like systems") + (description + "Daemoize is a Rust Library for writing system daemonis on Unix-like systems.") + (license (list license:expat license:asl2.0)))) + (define-public rust-daemonize-0.4 (package + (inherit rust-daemonize-0.5) (name "rust-daemonize") (version "0.4.1") (source @@ -19104,18 +19126,13 @@ (define-public rust-daemonize-0.4 (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "05cqr2zjxrxyg23snykd03sgqwxn0pvwj2lzh50bclsgwc9lbhkh")))) - (build-system cargo-build-system) (arguments `(#:skip-build? #t #:cargo-inputs (("rust-boxfnonce" ,rust-boxfnonce-0.1) ("rust-libc" ,rust-libc-0.2)) #:cargo-development-inputs - (("rust-tempdir" ,rust-tempdir-0.3)))) - (home-page "https://github.com/knsd/daemonize") - (synopsis "Library for writing system daemons") - (description "Daemonize is a Rust library for writing system deaemons.") - (license (list license:expat license:asl2.0)))) + (("rust-tempdir" ,rust-tempdir-0.3)))))) (define-public rust-darling-0.20 (package From patchwork Mon Oct 30 21:06:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55657 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 A829127BBE2; Mon, 30 Oct 2023 21:07:58 +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,TVD_SPACE_RATIO 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 6A89127BBEA for ; Mon, 30 Oct 2023 21:07:56 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZTu-0005sP-IN; Mon, 30 Oct 2023 17:07:30 -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 1qxZTt-0005s5-5X for guix-patches@gnu.org; Mon, 30 Oct 2023 17:07:29 -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 1qxZTs-0004YZ-Rh for guix-patches@gnu.org; Mon, 30 Oct 2023 17:07:28 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZUP-0000fd-Ud; Mon, 30 Oct 2023 17:08:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 03/19] gnu: rust-gethostname-0.4. 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:08:01 +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.16987000772556 (code B ref 66839); Mon, 30 Oct 2023 21:08:01 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:07:57 +0000 Received: from localhost ([127.0.0.1]:46781 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUL-0000f8-0G for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:07:57 -0400 Received: from mailtransmit04.runbox.com ([2a0c:5a00:149::25]:54032) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUI-0000ej-WB for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:07:56 -0400 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 1qxZTe-00FbHz-VC for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:14 +0100 Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZTe-0001qz-LX for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:14 +0100 Received: by submission01.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZTa-006vLG-Ci; Mon, 30 Oct 2023 22:07:10 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:09 +0000 Message-ID: <4f93e2d70216afc5bafb50cb9ceec8287b5bc691.1698699809.git.steve@futurile.net> 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-gethostname-0.4): New variable. Change-Id: I113a2ed209cf6285df02df60178310f0cda80741 --- gnu/packages/crates-io.scm | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 9983f9ccb2..687a583f20 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -28636,8 +28636,32 @@ (define-public rust-get-if-addrs-sys-0.1 interfaces on the system.") (license (list license:expat license:bsd-3)))) +(define-public rust-gethostname-0.4 + (package + (name "rust-gethostname") + (version "0.4.3") + (source + (origin + (method url-fetch) + (uri (crate-uri "gethostname" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "063qqhznyckwx9n4z4xrmdv10s0fi6kbr17r6bi1yjifki2y0xh1")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-test-flags (list "--release" "--" + "--skip=gethostname_matches_system_hostname") + #:cargo-inputs (("rust-libc" ,rust-libc-0.2) + ("rust-windows-targets" ,rust-windows-targets-0.48)))) + (home-page "https://github.com/swsnr/gethostname.rs") + (synopsis "Rust implementation of gethostname for all platforms") + (description "A Rust library that provides @code{gethostname()} for all +platforms.") + (license license:asl2.0))) + (define-public rust-gethostname-0.3 (package + (inherit rust-gethostname-0.4) (name "rust-gethostname") (version "0.3.0") (source @@ -28647,7 +28671,6 @@ (define-public rust-gethostname-0.3 (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "0xy1wbx5k2bzi4cbaqj9wqgqsbn4f8pm6nsm1d86mibk66xd8rdv")))) - (build-system cargo-build-system) (arguments `(#:cargo-test-flags '("--release" "--" @@ -28655,12 +28678,7 @@ (define-public rust-gethostname-0.3 "--skip=gethostname_matches_system_hostname") #:cargo-inputs (("rust-libc" ,rust-libc-0.2) - ("rust-winapi" ,rust-winapi-0.3)))) - (home-page "https://github.com/swsnr/gethostname.rs") - (synopsis "Gethostname for all platforms") - (description "This library provides @code{gethostname()} for all -platforms.") - (license license:asl2.0))) + ("rust-winapi" ,rust-winapi-0.3)))))) (define-public rust-gethostname-0.2 (package From patchwork Mon Oct 30 21:06:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55672 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 7EB1D27BBE9; Mon, 30 Oct 2023 21:10:27 +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 5EC6C27BBEA for ; Mon, 30 Oct 2023 21:10:26 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZUv-00065g-H9; Mon, 30 Oct 2023 17:08:33 -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 1qxZUs-00063x-90 for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:30 -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 1qxZUs-0004fz-0f for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:30 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZVP-0000lA-BB; Mon, 30 Oct 2023 17:09:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 04/19] gnu: rust-libdbus-sys-0.2: Update to 0.2.5. 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:03 +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.16987001062715 (code B ref 66839); Mon, 30 Oct 2023 21:09:03 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:08:26 +0000 Received: from localhost ([127.0.0.1]:46802 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUo-0000hb-Ad for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:26 -0400 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]:60660) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUa-0000gF-Pp for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:13 -0400 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qxZTx-00Fkw4-Oi for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:33 +0100 Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZTx-0001st-7g for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:33 +0100 Received: by submission03.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZTf-007Grn-Oq; Mon, 30 Oct 2023 22:07:15 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:10 +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-libdbus-sys-0.2): Update to 0.2.5. --- gnu/packages/crates-io.scm | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 687a583f20..3d184a928f 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -36961,23 +36961,20 @@ (define-public rust-libc-print-0.1 (define-public rust-libdbus-sys-0.2 (package (name "rust-libdbus-sys") - (version "0.2.1") + (version "0.2.5") (source (origin (method url-fetch) (uri (crate-uri "libdbus-sys" version)) - (file-name - (string-append name "-" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1w06ycq2mw8zfp9j73macgdl8d2881bnxbzdyyxys90ljyya64nw")))) + (base32 "0wjw93q6ckrn8qdrxzdi02f0ma9g7nnlpgkrkcll1mjhnw95a206")))) (build-system cargo-build-system) (arguments - `(#:cargo-inputs - (("rust-pkg-config" ,rust-pkg-config-0.3)))) - (native-inputs - (list pkg-config)) - (inputs - (list dbus)) + `(#:cargo-inputs (("rust-cc" ,rust-cc-1) + ("rust-pkg-config" ,rust-pkg-config-0.3)))) + (native-inputs (list pkg-config)) + (inputs (list dbus)) (home-page "https://github.com/diwic/dbus-rs") (synopsis "FFI bindings to libdbus") (description "This package provides FFI bindings to libdbus.") From patchwork Mon Oct 30 21:06:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55663 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 AE9F527BBEA; Mon, 30 Oct 2023 21:09:09 +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 53DB527BBE2 for ; Mon, 30 Oct 2023 21:09:09 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZUt-00064R-5t; Mon, 30 Oct 2023 17:08:31 -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 1qxZUr-00063o-T7 for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:29 -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 1qxZUr-0004fn-K6 for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:29 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZVO-0000l1-Up; Mon, 30 Oct 2023 17:09:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 05/19] gnu: rust-dbus-0.9: Update to 0.9.7. 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:02 +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.16987001062706 (code B ref 66839); Mon, 30 Oct 2023 21:09:02 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:08:26 +0000 Received: from localhost ([127.0.0.1]:46800 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUo-0000hZ-0f for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:26 -0400 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]:60644) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUa-0000gD-Lf for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:13 -0400 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qxZTx-00Fkw0-KZ for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:33 +0100 Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZTx-0001sr-4m for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:33 +0100 Received: by submission01.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZTl-006vMn-A0; Mon, 30 Oct 2023 22:07:21 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:11 +0000 Message-ID: <57f61a9e89cfd3338fa8a0e55b9a5ed87b9a298a.1698699809.git.steve@futurile.net> 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-dbus-0.9): Update to 0.9.7. --- gnu/packages/crates-io.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 3d184a928f..27ebe2a080 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -19742,14 +19742,15 @@ (define-public rust-dbl-0.3 (define-public rust-dbus-0.9 (package (name "rust-dbus") - (version "0.9.2") + (version "0.9.7") (source (origin (method url-fetch) (uri (crate-uri "dbus" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1ny01n0gzfdmcy5ydn4q78pamidj4c5q9ixz7gr97dbrza6y15zm")))) + (base32 + "06vdv4aarjs4w6byg9nqajr67c8qvlhk3153ic2i65pvp63ikchv")))) (build-system cargo-build-system) (arguments `(#:tests? #f ;it needs display and sockets and launches daemons From patchwork Mon Oct 30 21:06:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55669 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 0E60C27BBEA; Mon, 30 Oct 2023 21:09:50 +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 066AB27BBE2 for ; Mon, 30 Oct 2023 21:09:49 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZUu-00065C-AY; Mon, 30 Oct 2023 17:08:32 -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 1qxZUr-00063d-Eb for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:29 -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 1qxZUr-0004ff-6U for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:29 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZVO-0000kt-HM; Mon, 30 Oct 2023 17:09:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 06/19] gnu: Add rust-dbus-crossroads-0.5. 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:02 +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.16987000932663 (code B ref 66839); Mon, 30 Oct 2023 21:09:02 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:08:13 +0000 Received: from localhost ([127.0.0.1]:46795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUa-0000go-Ky for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:12 -0400 Received: from mailtransmit04.runbox.com ([2a0c:5a00:149::25]:55668) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUZ-0000gB-HY for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:11 -0400 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 1qxZTw-00FbIS-Gc for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:32 +0100 Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZTw-0001sh-6o for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:32 +0100 Received: by submission03.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZTp-007Grx-6i; Mon, 30 Oct 2023 22:07:25 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:12 +0000 Message-ID: <2f9623d4bd367294b1828ee967a0c4a32ed396fe.1698699809.git.steve@futurile.net> 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-dbus-crossroads-0.5): New variable. --- gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 27ebe2a080..d3e5a78cc5 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -19771,6 +19771,29 @@ (define-public rust-dbus-0.9 (description "This package provides Rust bindings to D-Bus.") (license (list license:asl2.0 license:expat)))) +(define-public rust-dbus-crossroads-0.5 + (package + (name "rust-dbus-crossroads") + (version "0.5.2") + (source + (origin + (method url-fetch) + (uri (crate-uri "dbus-crossroads" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1q3dyywazr3hppm052fa8q2366q66ml789r42jjlnm47f51q6k1s")))) + (build-system cargo-build-system) + (arguments + `(#:tests? #f + #:cargo-inputs (("rust-dbus" ,rust-dbus-0.9)) + #:cargo-development-inputs (("rust-tokio", rust-tokio-1)))) + (native-inputs (list pkg-config)) + (inputs (list dbus-glib)) + (home-page "https://github.com/diwic/dbus-rs/") + (synopsis "Framework for writing D-Bus method handlers") + (description "Framework for writing D-Bus method handlers in Rust.") + (license (list license:asl2.0 license:expat)))) + (define-public rust-dbus-tree-0.9 (package (name "rust-dbus-tree") From patchwork Mon Oct 30 21:06:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55666 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 EBB0227BBE9; Mon, 30 Oct 2023 21:09: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=unavailable 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 C236627BBE2 for ; Mon, 30 Oct 2023 21:09:15 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZUt-00064N-3V; Mon, 30 Oct 2023 17:08:31 -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 1qxZUr-00063I-1p for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:29 -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 1qxZUq-0004fX-Qa for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:28 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZVO-0000kk-4u; Mon, 30 Oct 2023 17:09:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 07/19] gnu: Add rust-dbus-tokio-0.7. 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:02 +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.16987000922657 (code B ref 66839); Mon, 30 Oct 2023 21:09:02 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:08:12 +0000 Received: from localhost ([127.0.0.1]:46793 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUa-0000gg-Ag for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:12 -0400 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]:60642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUY-0000g9-Ux for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:11 -0400 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qxZTv-00Fkvu-To for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:31 +0100 Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZTv-0001sc-Jh for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:31 +0100 Received: by submission02.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZTu-007VwY-06; Mon, 30 Oct 2023 22:07:30 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:13 +0000 Message-ID: <9eeb2061a77af18979e1856985815bea7d2cbdd8.1698699809.git.steve@futurile.net> 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-dbus-tokio-0.7): New variable. Change-Id: Ic473ae3b693cf3715f3c924c2cbae70c312215d8 --- gnu/packages/crates-io.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index d3e5a78cc5..6ff410c685 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -19794,6 +19794,36 @@ (define-public rust-dbus-crossroads-0.5 (description "Framework for writing D-Bus method handlers in Rust.") (license (list license:asl2.0 license:expat)))) +(define-public rust-dbus-tokio-0.7 + (package + (name "rust-dbus-tokio") + (version "0.7.5") + (source + (origin + (method url-fetch) + (uri (crate-uri "dbus-tokio" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "10112g227iasjiid7y9wrvnmxypfrczcymj2k5yjvcjk1i5ag88j")))) + (build-system cargo-build-system) + (arguments + `(#:tests? #f ;; tests require X11 $DISPLAY + #:cargo-inputs + (("rust-dbus" ,rust-dbus-0.9) + ("rust-libc" ,rust-libc-0.2) + ("rust-tokio" ,rust-tokio-1) + ("dbus-crossroads" ,rust-dbus-crossroads-0.5)) + #:cargo-development-inputs + (("dbus-tree" ,rust-dbus-tree-0.9) + ("futures" ,rust-futures-0.3)))) + (native-inputs (list pkg-config)) + (inputs (list dbus)) + (home-page "https://github.com/diwic/dbus-rs") + (synopsis "Access to D-Bus when using Rust's @code{Tokio} async framework") + (description + "Access to D-Bus when using Rust's @code{Tokio} async framework.") + (license license:expat))) + (define-public rust-dbus-tree-0.9 (package (name "rust-dbus-tree") From patchwork Mon Oct 30 21:06:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55667 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 7339727BBEA; Mon, 30 Oct 2023 21:09:23 +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 DF51127BBE2 for ; Mon, 30 Oct 2023 21:09:22 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZUv-00065h-Lw; Mon, 30 Oct 2023 17:08:33 -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 1qxZUt-00064M-20 for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:31 -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 1qxZUs-0004gE-DA for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:30 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZVP-0000lI-Nb; Mon, 30 Oct 2023 17:09:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 08/19] gnu: rust-heapless-0.5: Update to 0.5.6. 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:03 +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.16987001072721 (code B ref 66839); Mon, 30 Oct 2023 21:09:03 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:08:27 +0000 Received: from localhost ([127.0.0.1]:46804 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUo-0000hm-P5 for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:26 -0400 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]:60664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUc-0000gJ-4I for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:14 -0400 Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qxZTz-00Fkw8-35 for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:35 +0100 Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZTy-0005Bv-PK for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:34 +0100 Received: by submission03.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZTx-007Gvz-LK; Mon, 30 Oct 2023 22:07:33 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:14 +0000 Message-ID: <10ee88ddb34b275ffa009b95583923501cf0895e.1698699809.git.steve@futurile.net> 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-heapless-0.5): Update to 0.5.6. --- gnu/packages/crates-io.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 6ff410c685..e344975d6f 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -31349,7 +31349,7 @@ (define-public rust-heapless-0.5 (package (inherit rust-heapless-0.6) (name "rust-heapless") - (version "0.5.5") + (version "0.5.6") (source (origin (method url-fetch) @@ -31357,9 +31357,10 @@ (define-public rust-heapless-0.5 (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1h1d6s1f9zn0rz2vkdn0b42kcnkmlpd90yhfyqqhpirv38ws5a3k")))) + "1wc444z7w5ahxs1phbwcdy86wfvfafywy35wc7xzr335l5l1m4bl")))) (arguments - `(#:cargo-inputs + `(#:tests? #f + #:cargo-inputs (("rust-as-slice" ,rust-as-slice-0.1) ("rust-generic-array" ,rust-generic-array-0.13) ("rust-hash32" ,rust-hash32-0.1) From patchwork Mon Oct 30 21:06:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55660 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 7033927BBEA; Mon, 30 Oct 2023 21:08:44 +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,URIBL_BLOCKED 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 DE98D27BBE2 for ; Mon, 30 Oct 2023 21:08:43 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZUx-00068M-Tt; Mon, 30 Oct 2023 17:08:35 -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 1qxZUu-00065T-Ld for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:32 -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 1qxZUu-0004gx-Dl for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:32 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZVR-0000ls-Nz; Mon, 30 Oct 2023 17:09:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 09/19] gnu: Add rust-ansi-parser-0.8. 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:05 +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.16987001182800 (code B ref 66839); Mon, 30 Oct 2023 21:09:05 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:08:38 +0000 Received: from localhost ([127.0.0.1]:46817 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZV0-0000iz-0o for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:38 -0400 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]:54618) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUx-0000i5-5d for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:35 -0400 Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qxZUK-00FkzT-3U for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:56 +0100 Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZUJ-0005D3-Oi for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:55 +0100 Received: by submission01.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZU1-006vNW-GU; Mon, 30 Oct 2023 22:07:37 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:15 +0000 Message-ID: <092bf2ea487d7b4dc182134584e1aadde5c284d0.1698699809.git.steve@futurile.net> 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-ansi-parser-0.8): New variable. --- gnu/packages/crates-io.scm | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index e344975d6f..0cdd69fbd7 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -3425,8 +3425,30 @@ (define-public rust-anes-0.1 ;; The user can choose either license. (license (list license:expat license:asl2.0)))) +(define-public rust-ansi-parser-0.8 + (package + (version "0.8.0") + (name "rust-ansi-parser") + (source + (origin + (method url-fetch) + (uri (crate-uri "ansi-parser" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "09vi51kdnbwj6c4vdiiydpqxiiwyppn7kbynf22ij9xzg4h3kcmw")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-heapless" ,rust-heapless-0.5) + ("rust-nom" ,rust-nom-4)))) + (home-page "https://gitlab.com/DavidBittner/ansi-parser") + (synopsis "Library using nom for parsing ANSI escape codes") + (description "This package provides a library using nom for parsing ANSI +escape codes.") + (license license:mpl2.0))) + (define-public rust-ansi-parser-0.6 (package + (inherit rust-ansi-parser-0.8) (name "rust-ansi-parser") (version "0.6.5") (source @@ -3437,17 +3459,10 @@ (define-public rust-ansi-parser-0.6 (string-append name "-" version ".tar.gz")) (sha256 (base32 "152idb8a6gwdxzj6m099h3xgx8vw0sjc6skgw94nm2k3y5swc6kn")))) - (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-heapless" ,rust-heapless-0.5) - ("rust-nom" ,rust-nom-4)))) - (home-page "https://gitlab.com/DavidBittner/ansi-parser") - (synopsis "Library using nom for parsing ANSI escape codes") - (description - "This package provides a library using nom for parsing ANSI -escape codes.") - (license license:mpl2.0))) + ("rust-nom" ,rust-nom-4)))))) (define-public rust-anstream-0.3 (package From patchwork Mon Oct 30 21:06:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55662 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 43EC027BBEA; Mon, 30 Oct 2023 21:09:00 +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 AA3D827BBE2 for ; Mon, 30 Oct 2023 21:08:59 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZUx-00067y-MO; Mon, 30 Oct 2023 17:08:35 -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 1qxZUt-00064Y-Ka for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:31 -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 1qxZUt-0004gW-CW for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:31 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZVQ-0000la-MY; Mon, 30 Oct 2023 17:09:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 10/19] gnu: Add rust-tracing-error-0.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:04 +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.16987001172785 (code B ref 66839); Mon, 30 Oct 2023 21:09:04 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:08:37 +0000 Received: from localhost ([127.0.0.1]:46813 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUz-0000ik-B6 for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:37 -0400 Received: from mailtransmit04.runbox.com ([2a0c:5a00:149::25]:39142) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUv-0000hy-32 for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:33 -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 1qxZUI-00FbJd-0Y for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:54 +0100 Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZUH-0005Cy-L6 for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:53 +0100 Received: by submission01.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZU4-006vNb-W2; Mon, 30 Oct 2023 22:07:41 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:16 +0000 Message-ID: <6d490dc1e227784abf235e43206b3cf7560bafb9.1698699809.git.steve@futurile.net> 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-tracing-error-0.2): New variable. --- gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 0cdd69fbd7..8f267a8dd8 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -77145,6 +77145,30 @@ (define-public rust-tracing-core-0.1 (license (list license:asl2.0 license:expat)))) +(define-public rust-tracing-error-0.2 + (package + (name "rust-tracing-error") + (version "0.2.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "tracing-error" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0vi0rns7r8iny2milg0kikz1mhgcl9wz5clpy1vi4jrq1wffr1nn")))) + (build-system cargo-build-system) + (arguments + `(#:tests? #f + #:cargo-inputs (("rust-tracing" ,rust-tracing-0.1) + ("rust-tracing-subscriber" ,rust-tracing-subscriber-0.3)))) + (home-page "https://github.com/tokio-rs/tracing") + (synopsis "Enriched error handling for Rust's @code{Tracing} framework") + (description + "An enriched error type with diagnostic information for +Rust's @code{Tracing} framework. Provides additional formatting for errors +and automatically generates tracing events when errors occur.") + (license license:expat))) + (define-public rust-tracing-futures-0.2 (package (name "rust-tracing-futures") From patchwork Mon Oct 30 21:06:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55661 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 D0FCA27BBEA; Mon, 30 Oct 2023 21:08:56 +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 6247B27BBE2 for ; Mon, 30 Oct 2023 21:08:56 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZUx-00067h-Bo; Mon, 30 Oct 2023 17:08:35 -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-00065i-NQ 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-0004h5-3g 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-0000mD-EU; Mon, 30 Oct 2023 17:09:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 11/19] gnu: Add rust-color-spantrace-0.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.16987001182807 (code B ref 66839); Mon, 30 Oct 2023 21:09:06 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:08:38 +0000 Received: from localhost ([127.0.0.1]:46819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZV0-0000j7-Da for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:38 -0400 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]:54634) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUy-0000i8-3J for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:36 -0400 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qxZUL-00Fl01-2F for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:57 +0100 Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZUK-0001uF-Ns for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:56 +0100 Received: by submission01.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZU8-006vNh-90; Mon, 30 Oct 2023 22:07:44 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:17 +0000 Message-ID: <5b02839bd24ef2f9a5f3d56fdde076c298fdb148.1698699809.git.steve@futurile.net> 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-color-spantrace-0.2): New variable. --- gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 8f267a8dd8..05f47df54b 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -14018,6 +14018,29 @@ (define-public rust-color-quant-1 colors.") (license license:expat))) +(define-public rust-color-spantrace-0.2 + (package + (name "rust-color-spantrace") + (version "0.2.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "color-spantrace" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1kldrjm5j3mzz6c84brxshnzm1qbvjglgg7c4z5xrv29jhymp9qv")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-once-cell" ,rust-once-cell-1) + ("rust-owo-colors" ,rust-owo-colors-3) + ("rust-tracing-core" ,rust-tracing-core-0.1) + ("rust-tracing-error" ,rust-tracing-error-0.2) + ("rust-ansi-parser" ,rust-ansi-parser-0.8)))) + (home-page "https://github.com/eyre-rs/color-spantrace") + (synopsis "Library that adds colour to @code{Tracing} errors") + (description "A Rust library that extends @code{Tracing} to add colours.") + (license license:expat))) + (define-public rust-colorchoice-1 (package (name "rust-colorchoice") From patchwork Mon Oct 30 21:06:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55664 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 7E20A27BBEA; Mon, 30 Oct 2023 21:09:13 +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 DD1BB27BBE2 for ; Mon, 30 Oct 2023 21:09:12 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZUw-00066d-Cx; Mon, 30 Oct 2023 17:08:34 -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 1qxZUu-000659-8o for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:32 -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 1qxZUu-0004gh-01 for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:32 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZVQ-0000lQ-4z; Mon, 30 Oct 2023 17:09:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 12/19] gnu: Add rust-color-eyre-0.6. 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:04 +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.16987001172777 (code B ref 66839); Mon, 30 Oct 2023 21:09:04 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:08:37 +0000 Received: from localhost ([127.0.0.1]:46811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUz-0000ii-2J for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:37 -0400 Received: from mailtransmit04.runbox.com ([2a0c:5a00:149::25]:39130) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUt-0000hj-Tb for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:32 -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 1qxZUG-00FbJX-RI for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:52 +0100 Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZUG-0005Ct-GB for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:52 +0100 Received: by submission03.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZUB-007Gws-NZ; Mon, 30 Oct 2023 22:07:47 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:18 +0000 Message-ID: <00d8a48a2445f9b35970211025c287345fdc35ae.1698699809.git.steve@futurile.net> 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-color-eyre-0.6) New variable. --- gnu/packages/crates-io.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 05f47df54b..9e95e8b485 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -13951,6 +13951,35 @@ (define-public rust-coitrees-0.2 sets of intervals.") (license license:expat))) +(define-public rust-color-eyre-0.6 + (package + (name "rust-color-eyre") + (version "0.6.2") + (source + (origin + (method url-fetch) + (uri (crate-uri "color-eyre" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "014j49slcblg6cnsh974k9yjmi1khbm4dpmqdm1zii58rj1parjs")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-test-flags (list "--release" "--" + "--skip=test_error_backwards_compatibility") + #:cargo-inputs (("rust-eyre" ,rust-eyre-0.6) + ("rust-indenter" ,rust-indenter-0.3) + ("rust-once-cell" ,rust-once-cell-1) + ("rust-owo-colors" ,rust-owo-colors-3) + ("rust-color-spantrace" ,rust-color-spantrace-0.2)) + #:cargo-development-inputs (("rust-pretty-assertions" ,rust-pretty-assertions-1)))) + (home-page "https://github.com/eyre-rs/color-eyre") + (synopsis + "Error handler for Rust that creates colorful and consistent reports") + (description + "Rust error handling for panics and the @code{eyre} crate, that produces +colorful, consistent, and well formatted error reports.") + (license license:expat))) + (define-public rust-color-print-0.3 (package (name "rust-color-print") From patchwork Mon Oct 30 21:06:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55674 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 69E6927BBE9; Mon, 30 Oct 2023 21:10:30 +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=unavailable 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 1BE4327BBE2 for ; Mon, 30 Oct 2023 21:10:28 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZUv-00065n-TH; Mon, 30 Oct 2023 17:08:33 -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 1qxZUu-000650-6F for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:32 -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 1qxZUt-0004gc-Tu for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:31 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZVR-0000li-65; Mon, 30 Oct 2023 17:09:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 13/19] gnu: Add rust-syslog-6. 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:05 +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.16987001182793 (code B ref 66839); Mon, 30 Oct 2023 21:09:05 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:08:38 +0000 Received: from localhost ([127.0.0.1]:46815 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUz-0000is-KZ for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:37 -0400 Received: from mailtransmit04.runbox.com ([2a0c:5a00:149::25]:39154) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUw-0000i3-8j for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:34 -0400 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 1qxZUJ-00FbMf-7i for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:55 +0100 Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZUI-0001uA-Oe for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:54 +0100 Received: by submission01.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZUF-006vNs-0A; Mon, 30 Oct 2023 22:07:51 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:19 +0000 Message-ID: <5f8212348a9c43f7d07742cf4ba84423c1cd7944.1698699809.git.steve@futurile.net> 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-syslog-6): New variable. --- gnu/packages/crates-io.scm | 39 ++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 9e95e8b485..46ae2e0f30 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -71566,8 +71566,32 @@ (define-public rust-sysinfo-0.23 processors, disks, components and networks.") (license license:expat))) +(define-public rust-syslog-6 + (package + (name "rust-syslog") + (version "6.1.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "syslog" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0vzrwwv3v9bwfinp7yz4kcdxxs00ikz89gzl61fj3qfcridyjd3l")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-error-chain" ,rust-error-chain-0.12) + ("rust-hostname" ,rust-hostname-0.3) + ("rust-libc" ,rust-libc-0.2) + ("rust-log" ,rust-log-0.4) + ("rust-time" ,rust-time-0.3)))) + (home-page "https://github.com/Geal/rust-syslog") + (synopsis "Send log messages to syslog") + (description "Rust crate to send messages to Syslog.") + (license license:expat))) + (define-public rust-syslog-4 (package + (inherit rust-syslog-6) (name "rust-syslog") (version "4.0.1") (source @@ -71579,21 +71603,17 @@ (define-public rust-syslog-4 (sha256 (base32 "09ykcbvwx8icvf303mqyz76ji8j6fgyyx97zpr23s788ni112r50")))) - (build-system cargo-build-system) (arguments `(#:skip-build? #t #:cargo-inputs (("rust-time" ,rust-time-0.1) ("rust-error-chain" ,rust-error-chain-0.11) ("rust-libc" ,rust-libc-0.2) - ("rust-log" ,rust-log-0.4)))) - (home-page "https://github.com/Geal/rust-syslog") - (synopsis "Send log messages to syslog") - (description "Send log messages to syslog.") - (license license:expat))) + ("rust-log" ,rust-log-0.4)))))) (define-public rust-syslog-3 (package + (inherit rust-syslog-6) (name "rust-syslog") (version "3.3.0") (source @@ -71605,18 +71625,13 @@ (define-public rust-syslog-3 (sha256 (base32 "0hpdnk2zm6xawpz6fv6qbn0ncfm5p0wm5c6gq7yhaz2gvsnb1jdv")))) - (build-system cargo-build-system) (arguments `(#:skip-build? #t #:cargo-inputs (("rust-time" ,rust-time-0.1) ("rust-libc" ,rust-libc-0.2) ("rust-log" ,rust-log-0.3) - ("rust-unix-socket" ,rust-unix-socket-0.5)))) - (home-page "https://github.com/Geal/rust-syslog") - (synopsis "Send log messages to syslog") - (description "Send log messages to syslog.") - (license license:expat))) + ("rust-unix-socket" ,rust-unix-socket-0.5)))))) (define-public rust-system-deps-6 (package 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") From patchwork Mon Oct 30 21:06:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55659 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 8639027BBEA; Mon, 30 Oct 2023 21:08:39 +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 0792E27BBE2 for ; Mon, 30 Oct 2023 21:08:39 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZUw-000670-Sb; Mon, 30 Oct 2023 17:08:34 -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 1qxZUw-00066G-66 for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:34 -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-0004hH-Tg 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 1qxZVT-0000mW-8L; Mon, 30 Oct 2023 17:09:07 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 15/19] gnu: Add rust-reopen-1. 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:07 +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.16987001372862 (code B ref 66839); Mon, 30 Oct 2023 21:09:07 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:08:57 +0000 Received: from localhost ([127.0.0.1]:46825 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZVJ-0000k0-4S for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:57 -0400 Received: from mailtransmit04.runbox.com ([2a0c:5a00:149::25]:45720) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZVD-0000jX-Qx for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:52 -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 1qxZUa-00FbNd-Pr for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:08:12 +0100 Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZUa-0005Ek-F8 for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:08:12 +0100 Received: by submission02.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZUM-007W1h-8r; Mon, 30 Oct 2023 22:07:58 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:21 +0000 Message-ID: <441f162274c0c52ee66db193f4ee04e9e181a043.1698699810.git.steve@futurile.net> 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-reopen-1): New variable. --- gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 89308835e0..f5dc4a5c80 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -57927,6 +57927,31 @@ (define-public rust-rental-impl-0.5 Should not be used directly.") (license (list license:expat license:asl2.0)))) +(define-public rust-reopen-1 + (package + (name "rust-reopen") + (version "1.0.3") + (source + (origin + (method url-fetch) + (uri (crate-uri "reopen" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "14w2v7a4dav23jzfrxj9lgacp731xizvng4bn7slan7qmk1wwhpz")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-autocfg" ,rust-autocfg-1) + ("rust-libc" ,rust-libc-0.2) + ("rust-signal-hook" ,rust-signal-hook-0.3)) + #:cargo-development-inputs (("rust-log" ,rust-log-0.4) + ("rust-partial-io" ,rust-partial-io-0.3) + ("rust-simple-logging" ,rust-simple-logging-2) + ("rust-version-sync" ,rust-version-sync-0.9)))) + (home-page "https://github.com/vorner/reopen") + (synopsis "File reopening utility") + (description "File reopening utility") + (license (list license:asl2.0 license:expat)))) + (define-public rust-reopen-0.3 (package (name "rust-reopen") From patchwork Mon Oct 30 21:06:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55665 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 0580027BBEA; Mon, 30 Oct 2023 21:09:15 +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 8BED427BBE2 for ; Mon, 30 Oct 2023 21:09:14 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZV0-0006B6-Nl; Mon, 30 Oct 2023 17:08:38 -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 1qxZUw-000672-TX for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:34 -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 1qxZUw-0004hc-Lf for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:34 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZVU-0000mp-0F; Mon, 30 Oct 2023 17:09:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 16/19] gnu: Update rust-reopen-0.3. 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:07 +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.16987001462986 (code B ref 66839); Mon, 30 Oct 2023 21:09:07 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:09:06 +0000 Received: from localhost ([127.0.0.1]:46851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZVR-0000m0-SR for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:09:06 -0400 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]:34378) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZVK-0000jr-9E for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:58 -0400 Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qxZUh-00Fl15-0r for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:08:19 +0100 Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZUd-0005F1-Jz for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:08:18 +0100 Received: by submission01.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZUV-006vPn-NA; Mon, 30 Oct 2023 22:08:07 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:22 +0000 Message-ID: <1957eac99e4e59d31c613cb7517314d3f08af514.1698699810.git.steve@futurile.net> 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-reopen-0.3): [source]: Add snippet to loosen signal-hook dependency. --- gnu/packages/crates-io.scm | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index f5dc4a5c80..36888020ea 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -57957,20 +57957,23 @@ (define-public rust-reopen-0.3 (name "rust-reopen") (version "0.3.0") (source - (origin - (method url-fetch) - (uri (crate-uri "reopen" version)) - (file-name - (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "12b3mfxkwb8akdfa701nzvqr6lsc6n84vrq088gmjy8lxlmr4an6")))) + (origin + (method url-fetch) + (uri (crate-uri "reopen" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "12b3mfxkwb8akdfa701nzvqr6lsc6n84vrq088gmjy8lxlmr4an6")) + (snippet #~(begin + (use-modules (guix build utils)) + (substitute* "Cargo.toml.orig" + (("signal-hook.*") + "signal-hook = \"^0.3\"\n")) + (copy-file "Cargo.toml.orig" "Cargo.toml"))))) (build-system cargo-build-system) (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-signal-hook" ,rust-signal-hook-0.1) - ("rust-libc" ,rust-libc-0.2)))) + `(#:skip-build? #t + #:cargo-inputs (("rust-signal-hook" ,rust-signal-hook-0.1) + ("rust-libc" ,rust-libc-0.2)))) (home-page "https://github.com/vorner/reopen") (synopsis "File reopening utility") (description "File reopening utility.") From patchwork Mon Oct 30 21:06:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55668 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 4E12F27BBEA; Mon, 30 Oct 2023 21:09:31 +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 B946627BBE2 for ; Mon, 30 Oct 2023 21:09:30 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZV0-0006AL-53; Mon, 30 Oct 2023 17:08:38 -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 1qxZUw-00066q-Hc for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:34 -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 1qxZUw-0004hO-9J for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:34 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZVT-0000mg-Jp; Mon, 30 Oct 2023 17:09:07 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 17/19] gnu: rust-fern-0.6: Update to 0.6.2, add rust-syslog-6 dependency. 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:07 +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.16987001462979 (code B ref 66839); Mon, 30 Oct 2023 21:09:07 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:09:06 +0000 Received: from localhost ([127.0.0.1]:46847 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZVR-0000lp-FF for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:09:05 -0400 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]:34368) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZVJ-0000jk-PN for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:58 -0400 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qxZUg-00Fl10-5n for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:08:18 +0100 Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZUf-0001wc-P0 for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:08:17 +0100 Received: by submission02.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZUa-007W2T-NP; Mon, 30 Oct 2023 22:08:12 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:23 +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-fern-0.6): Update to 0.6.2. * gnu/packages/crates-io.scm (rust-fern-0.6): Add rust-syslog-6 as a dependency. --- gnu/packages/crates-io.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 36888020ea..c9829a7bb9 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -25730,7 +25730,7 @@ (define-public rust-femme-1 (define-public rust-fern-0.6 (package (name "rust-fern") - (version "0.6.0") + (version "0.6.2") (source (origin (method url-fetch) @@ -25739,7 +25739,7 @@ (define-public rust-fern-0.6 (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0rghkbmpm7ckchd2fr2ifahprc7ll3qs0fbwsspsgj6cy0h4i6lc")))) + "1vpinainw32498p0zydmxc24yd3r6479pmhdfb429mfbji3c3w6r")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs @@ -25748,12 +25748,14 @@ (define-public rust-fern-0.6 ("rust-libc" ,rust-libc-0.2) ("rust-log" ,rust-log-0.4) ("rust-reopen" ,rust-reopen-0.3) + ("rust-reopen" ,rust-reopen-1) ("rust-syslog" ,rust-syslog-3) - ("rust-syslog" ,rust-syslog-4)) + ("rust-syslog" ,rust-syslog-4) + ("rust-syslog" ,rust-syslog-6)) #:cargo-development-inputs - (("rust-chrono" ,rust-chrono-0.4) - ("rust-clap" ,rust-clap-2) - ("rust-tempdir" ,rust-tempdir-0.3)))) + (("rust-clap" ,rust-clap-2) + ("rust-humantime" ,rust-humantime-2) + ("rust-tempfile" ,rust-tempfile-3)))) (home-page "https://github.com/daboross/fern") (synopsis "Simple, efficient logging") (description From patchwork Mon Oct 30 21:06:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55673 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 DA10127BBEA; Mon, 30 Oct 2023 21:10:27 +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=unavailable 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 1582527BBE2 for ; Mon, 30 Oct 2023 21:10:26 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZWg-0007Dt-Bz; Mon, 30 Oct 2023 17:10:24 -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 1qxZVq-0006oD-Bh for guix-patches@gnu.org; Mon, 30 Oct 2023 17:09:31 -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 1qxZVp-0004t6-CF for guix-patches@gnu.org; Mon, 30 Oct 2023 17:09:29 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZWM-0000pU-Mw; Mon, 30 Oct 2023 17:10:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 18/19] gnu: rust-sha-1-0.10: Downgrade to 0.10.1 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:10:02 +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.16987001583086 (code B ref 66839); Mon, 30 Oct 2023 21:10:02 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:09:18 +0000 Received: from localhost ([127.0.0.1]:46867 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZVd-0000ni-Qm for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:09:18 -0400 Received: from mailtransmit04.runbox.com ([2a0c:5a00:149::25]:38774) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZVY-0000me-TA for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:09:13 -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 1qxZUv-00FbOl-Is for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:08:33 +0100 Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZUv-0005Gq-4q for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:08:33 +0100 Received: by submission01.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZUg-006vUC-Fi; Mon, 30 Oct 2023 22:08:18 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:24 +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 Later versions of this crate are yanked upstream. * gnu/packages/crates-io.scm (rust-sha-1): Downgrade to 0.10.1 -- >8 -- * rebuild rust-sequoia-openpgp-1 which depends on this crate * rebuilt & quick test of sequoia-sq application * rebuilt rust-hkdf-0.12 crate --- gnu/packages/crates-io.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index c9829a7bb9..fe3f375bd6 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -65378,7 +65378,7 @@ (define-public rust-servo-fontconfig-sys-5 (define-public rust-sha-1-0.10 (package (name "rust-sha-1") - (version "0.10.5") + (version "0.10.1") (source (origin (method url-fetch) @@ -65387,10 +65387,10 @@ (define-public rust-sha-1-0.10 (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1jr2a7pi67s8nxm4m09df9nnzsdlpif5hnk29hl8xk55fx975y2y")))) + "1700fs5aiiailpd5h0ax4sgs2ngys0mqf3p4j0ry6j2p2zd8l1gm")))) (build-system cargo-build-system) (arguments - `(#:tests? #f ; use of undeclared crate or module `sha1` + `(#:tests? #t ; use of undeclared crate or module `sha1` #:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-1) ("rust-cpufeatures" ,rust-cpufeatures-0.2) From patchwork Mon Oct 30 21:06:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55671 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 7603E27BBEA; Mon, 30 Oct 2023 21:10:18 +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 CEB1E27BBE2 for ; Mon, 30 Oct 2023 21:10:17 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZWQ-0006zl-Br; Mon, 30 Oct 2023 17:10:06 -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 1qxZVq-0006oE-Bj for guix-patches@gnu.org; Mon, 30 Oct 2023 17:09:31 -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 1qxZVp-0004t5-03 for guix-patches@gnu.org; Mon, 30 Oct 2023 17:09:29 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZWM-0000pM-Ao; Mon, 30 Oct 2023 17:10:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 19/19] gnu: Add rust-spotifyd-0.3. 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:10:02 +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.16987001533071 (code B ref 66839); Mon, 30 Oct 2023 21:10:02 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:09:13 +0000 Received: from localhost ([127.0.0.1]:46865 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZVZ-0000nM-8M for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:09:13 -0400 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]:47778) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZVX-0000mI-Mp for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:09:12 -0400 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qxZUu-00Fl1n-Lb for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:08:32 +0100 Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZUu-0001wr-4s for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:08:32 +0100 Received: by submission03.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZUl-007GyG-HK; Mon, 30 Oct 2023 22:08:23 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:25 +0000 Message-ID: <0c8c68253ae1d66404c02703c1187b23dd2ee7a4.1698699810.git.steve@futurile.net> 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-spotifyd-0.3): New variable. --- gnu/packages/rust-apps.scm | 57 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index a06447143a..3eddf99afe 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -2283,6 +2283,63 @@ (define-public skim-0.7 (define-public rust-skim-0.7 (deprecated-package "rust-skim-0.7" skim-0.7)) +(define-public rust-spotifyd-0.3 + (package + (name "spotifyd") + (version "0.3.5") + (source + (origin + (method url-fetch) + (uri (crate-uri "spotifyd" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1g6k8xmx8xvc2dpak14y8cc2221djhdflzsjczygvqa9gk5jiadd")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-alsa" ,rust-alsa-0.7) + ("rust-chrono" ,rust-chrono-0.4) + ("rust-color-eyre" ,rust-color-eyre-0.6) + ("rust-daemonize" ,rust-daemonize-0.5) + ("rust-dbus" ,rust-dbus-0.9) + ("rust-dbus-crossroads" ,rust-dbus-crossroads-0.5) + ("rust-dbus-tokio" ,rust-dbus-tokio-0.7) + ("rust-fern" ,rust-fern-0.6) + ("rust-futures" ,rust-futures-0.3) + ("rust-gethostname" ,rust-gethostname-0.4) + ("rust-hex" ,rust-hex-0.4) + ("rust-keyring" ,rust-keyring-2) + ("rust-libc" ,rust-libc-0.2) + ("rust-librespot-audio" ,rust-librespot-audio-0.4) + ("rust-librespot-connect" ,rust-librespot-connect-0.4) + ("rust-librespot-core" ,rust-librespot-core-0.4) + ("rust-librespot-discovery" ,rust-librespot-discovery-0.4) + ("rust-librespot-playback" ,rust-librespot-playback-0.4) + ("rust-log" ,rust-log-0.4) + ("rust-rspotify" ,rust-rspotify-0.11) + ("rust-serde" ,rust-serde-1) + ("rust-sha-1" ,rust-sha-1-0.10) + ("rust-structopt" ,rust-structopt-0.3) + ("rust-syslog" ,rust-syslog-6) + ("rust-tokio" ,rust-tokio-1) + ("rust-tokio-stream" ,rust-tokio-stream-0.1) + ("rust-toml" ,rust-toml-0.7) + ("rust-url" ,rust-url-2) + ("rust-whoami" ,rust-whoami-1) + ("rust-xdg" ,rust-xdg-2)) + #:cargo-development-inputs (("rust-env-logger" ,rust-env-logger-0.10)) + ;; problem in the dependency tree (possibly) rust-chrono if dbus_mpris is enabled + #:features (list "alsa_backend" "pulseaudio_backend" "rodio_backend" + "dbus_keyring"))) + (native-inputs (list pkg-config alsa-lib pulseaudio)) + (inputs (list dbus)) + (home-page "https://github.com/Spotifyd/spotifyd") + (synopsis "Spotify streaming daemon with Spotify Connect support") + (description + "A light-weight daemon that connects to the Spotify music service. A +Spotifyd instance can be controlled by clients that use the Spotify Connect +protocol, which includes the official Spotify mobile apps.") + (license license:gpl3))) + (define-public svd2rust (package (name "svd2rust")