From unknown Thu Aug 21 12:10:25 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#68819 <68819@debbugs.gnu.org> To: bug#68819 <68819@debbugs.gnu.org> Subject: Status: [PATCH 00/49 rust-team] Update i3status-rust to 0.32.3. Reply-To: bug#68819 <68819@debbugs.gnu.org> Date: Thu, 21 Aug 2025 19:10:25 +0000 retitle 68819 [PATCH 00/49 rust-team] Update i3status-rust to 0.32.3. reassign 68819 guix-patches submitter 68819 Herman Rimm severity 68819 normal tag 68819 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:04:08 2024 Received: (at submit) by debbugs.gnu.org; 30 Jan 2024 15:04:08 +0000 Received: from localhost ([127.0.0.1]:36125 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUpeh-00072p-JG for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:04:08 -0500 Received: from lists.gnu.org ([2001:470:142::17]:35268) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUpef-00072L-2m for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:04:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rUpeQ-00055o-9w for guix-patches@gnu.org; Tue, 30 Jan 2024 10:03:50 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117] helo=email.rimm.ee) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rUpeO-0000wV-6m for guix-patches@gnu.org; Tue, 30 Jan 2024 10:03:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706627021; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=wHcmfHsM9YaAaAvt5DBnEMNu6irf038Ak+X9dcFtX5k=; b=E5H2IC+lcSwl3FnD4g45ZxMSafMd1/3AkiddGbYWETam3Wa0tNVczioZCXXzcUSvVcdI5f 3BbuE1QeR1sx8R5OkpuxldPjNkHl/sP40vItfhLDM4SRj0eTf5ImlZ80mTsyWSUMeIctzE /WKmG84LD/23ZWJZXVehfkh90MiPRen28wNZz1AfXsgcaMUbI9wMzq1naR4IO9a3rsrDs+ 8xIwyu9JF6l6NXHUVD9vaxaI0NWWRAzp0EisLSzxnJd/CqhmYtah0MXERwU9WKSMAdGEat HQU1bQGA18cqzWM4WpMVJF4bocPzcr+OgL/2zS623bal0IRYEaQ9hJjdQ9EIvA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id b901191e (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:03:41 +0000 (UTC) From: Herman Rimm To: guix-patches@gnu.org Subject: [PATCH 00/49 rust-team] Update i3status-rust to 0.32.3. Date: Tue, 30 Jan 2024 16:03:34 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=81.205.150.117; envelope-from=herman@rimm.ee; helo=email.rimm.ee X-Spam_score_int: 12 X-Spam_score: 1.2 X-Spam_bar: + X-Spam_report: (1.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_PBL=3.335, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_RCVD_IP=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) Hi rust-team, When I started using Guix, my i3status-rust config was for a newer version, now I got around to updating the package. I understand why noone had updated it, as it was quite tedious. Anyway, I added the dependencies required for the new version. Some notes: I shortened synopses and punctuated descriptions, but mostly left the #:cargo-inputs indentation as guix import had generated it. I want guix import crate to generate appropriate indentation. rust-arrow2 and rust-tera are patched and build with rust-chrono-tz-0.8 so that it can replace rust-chrono-tz-0.6 in a single commit. rust-zbus-3 and rust-zbus-macros-3 dependency are updated in a single commit, instead of relaxing rust-zbus-3 dependency versioning. Enabled tests on rust-notmuch. Although ordered-stream-0.2 is not adjacent to ordered-stream-0.1, the latter is removed in a later commit. Lastly, i3status-rust is updated and any dependencies that become unused are removed recursively. Assorted questions: 1. Should rust-from-variants-impl-0.6 be public? 2. I updated wayrs-client to 1.0, because adding a #[macro_use] made the wayrs-scanner-0.12 generate! macro available, so wayrs-client 0.12 would build in isolation, but not as a dependency of i3status-rust. Adding #[macro_export] to the macro in wayrs-scanner-0.12 did not have any effect. Does this issue seem familiar? 3. rust-async-io-2 and rust-async-net-2 form a cyclical dependency, should they be added as separate packages anyway? 4. When to #:skip-build? 5. Why is a rust package name defined when inheriting the same name? Cheers, Herman Herman Rimm (49): gnu: Add rust-async-once-cell-0.5. gnu: Add rust-backon-0.4. gnu: Add rust-calibright-0.1. gnu: Add rust-neli-proc-macros-0.1. gnu: Add rust-neli-0.6. gnu: Add rust-neli-wifi-0.6. gnu: Add rust-chrono-tz-build-0.2. gnu: Replace rust-chrono-tz-0.6 with rust-chrono-tz-0.8. gnu: Add rust-from-variants-impl-0.6. gnu: Add rust-from-variants-0.6. gnu: Add rust-notmuch-0.8. gnu: rust-gethostname-0.2: Update to 0.2.3. gnu: Add rust-maildir-0.6. gnu: Add rust-libsensors-sys-0.2. gnu: Add rust-sensors-0.2. gnu: Add rust-signal-hook-tokio-0.3. gnu: rust-swayipc-types-1: Update to 1.3.1. gnu: Add rust-async-pidfd-0.1. gnu: rust-parking-2: Update to 2.2.0. gnu: Add rust-futures-lite-2. gnu: Add rust-swayipc-async-2. gnu: Add rust-proc-macro-crate-3. gnu: Add rust-wayrs-proto-parser-2 gnu: Add rust-wayrs-scanner-0.13. gnu: Add rust-wayrs-client-1. gnu: Add rust-wayrs-protocols-0.13. gnu: Add rust-event-listener-4. gnu: Add rust-event-listener-strategy-0.4. gnu: Add rust-async-channel-2. gnu: Add rust-async-lock-3. gnu: Add rust-async-io-2 and rust-async-net-2 cyclical dependency. gnu: Add rust-ordered-stream-0.2. gnu: Add rust-xdg-home-1. gnu: Add rust-async-signal-0.2. gnu: Add rust-event-listener-3. gnu: rust-async-process-1: Update to 1.8.1. gnu: rust-async-fs-1: Update to 1.6.0. gnu: rust-zbus-3: Update to 3.14.1. gnu: Add rust-pandoc-0.8. gnu: i3status-rust: Update to 0.32.3. gnu: Deprecate rust-nl80211-0.0.2. gnu: Remove rust-neli-0.4. gnu: Remove rust-notmuch-0.6. gnu: Remove rust-cpuprofiler-0.0. gnu: Remove rust-progress-0.2. gnu: Remove rust-buffering-0.3. gnu: Remove rust-supercow-0.1. gnu: Remove rust-buffering-nocopy-macro-0.1. gnu: Remove rust-ordered-stream-0.1. gnu/local.mk | 1 - gnu/packages/crates-graphics.scm | 88 ++ gnu/packages/crates-io.scm | 1133 ++++++++++++----- ...status-rust-enable-unstable-features.patch | 20 - gnu/packages/rust-apps.scm | 100 +- 5 files changed, 959 insertions(+), 383 deletions(-) delete mode 100644 gnu/packages/patches/i3status-rust-enable-unstable-features.patch base-commit: 36315bde09efa660d38198f666b4e1582cb71db3 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:26:20 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:26:20 +0000 Received: from localhost ([127.0.0.1]:36157 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0C-0007Zt-0e for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:20 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq09-0007Za-FD for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628360; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=j3Vcj2uTovaJyI8VbFYNJ7XsYjRVod1LUk6nIlecTGc=; b=nDTcdIvVy5q/8xXw7JLoFk5ntk4acBDnON13Md5J2VgKdnFJQ1rrI5trxK5bh+0DDArNi4 uUEDADs0XNs1qfmB4ciMmOw117UXMAFk/Aq4liuk6ybpKoGmXJnqU+nS+T6Ajw6uk9PKaS PQWYMJrb+vvGoN0+VvJC2v54gJWRQW9N3o1FcxbShtiOyyYJRvd+dQ+tm7Wlef+I2Su5kl CDn4D2g8CgaJyqv0PLv3pmFG518pYG/WeNXT6JMRJx+VEtvK2FwqZ5TRx/OjHQrGjIFL+I Id5mpudnlNZImwk+zX7ZbLfAOEg13erAsnuesCMNJexyIPfDy8+LERpK1cEnyQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 9fdcc333 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:00 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 01/49] gnu: Add rust-async-once-cell-0.5. Date: Tue, 30 Jan 2024 16:24:44 +0100 Message-ID: <37ec0c3092f6a13250815e395867abb6694227c4.1706619961.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-once-cell-0.5): Add variable. Change-Id: I9985c6dcb134628caa7924ff68247c5b4c06bb07 --- gnu/packages/crates-io.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 TVD_RCVD_IP Message was received from an IP address 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-once-cell-0.5): Add variable. Change-Id: I9985c6dcb134628caa7924ff68247c5b4c06bb07 --- gnu/packages/crates-io.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-async-once-cell-0.5): Add variable. Change-Id: I9985c6dcb134628caa7924ff68247c5b4c06bb07 --- gnu/packages/crates-io.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 2cfaff10e3..9bf6a1f3f4 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -3857,6 +3857,26 @@ (define-public rust-async-net-1 "Async networking primitives for TCP/UDP/Unix communication") (license (list license:asl2.0 license:expat)))) +(define-public rust-async-once-cell-0.5 + (package + (name "rust-async-once-cell") + (version "0.5.3") + (source + (origin + (method url-fetch) + (uri (crate-uri "async-once-cell" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1ss2ll9r92jiv4g0fdnwqggs3dn48sakij3fg0ba95dag077jf4k")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-critical-section" ,rust-critical-section-1)))) + (home-page "https://github.com/danieldg/async-once-cell") + (synopsis "Async single assignment cells and lazy values") + (description "This package provides async single assignment cells +and lazy values.") + (license (list license:expat license:asl2.0)))) + (define-public rust-async-oneshot-0.5 (package (name "rust-async-oneshot") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:26:25 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:26:26 +0000 Received: from localhost ([127.0.0.1]:36168 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0H-0007aq-CF for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:25 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0B-0007Za-Rx for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628366; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mBQ3SZdOtUZiXL2myaqZIEADMo/CnPn3QVvZpxe4Mck=; b=hQEhBsQCA4kh7crvhcbdLNwDqk1I42UqQ4kul2qhO1/qUh4zUrmzsD2pBPqvzY+4WuywIF 7Q3+AdxEy+1WPOR32ANgPjq7/OU01VmTWPnDD5hMscPAbOFpeAy6PmY5ajG8iNto5pF6QM LP8fZsPUy3gpRB8mgm3Mm3M+imxbc6FYWFulby4dw2rcY0JEdI+nSZXuq5T63wgkNpHRJ/ IqRmidPKKJrN9gcWa+avomcNYEDQimydRaG+oZwHJYT8mEmJibfAwhl4BfS12fY7vsPda5 jYfIcHNPGci3FHd7bUZGb54HtbGrz2jFmChv6rwTcbcZxTdf5Seu/w6ztTXeDw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 36d04f19 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:06 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 02/49] gnu: Add rust-backon-0.4. Date: Tue, 30 Jan 2024 16:24:45 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-backon-0.4): Add variable. Change-Id: If08111dac5f818d43dd3fee7812819e7eae7531d --- gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-backon-0.4): Add variable. Change-Id: If08111dac5f818d43dd3fee7812819e7eae7531d --- gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-backon-0.4): Add variable. Change-Id: If08111dac5f818d43dd3fee7812819e7eae7531d --- gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 9bf6a1f3f4..e6fa47b844 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -4826,6 +4826,32 @@ (define-public rust-az-1 (description "This crate provides casts and checked casts.") (license (list license:expat license:asl2.0)))) +(define-public rust-backon-0.4 + (package + (name "rust-backon") + (version "0.4.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "backon" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1yfwd1idd5hf6aq2p0rbx4cv0n450canazr6b8cb42qjnabn26hc")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-fastrand" ,rust-fastrand-1) + ("rust-futures-core" ,rust-futures-core-0.3) + ("rust-pin-project" ,rust-pin-project-1) + ("rust-tokio" ,rust-tokio-1)) + #:cargo-development-inputs (("rust-anyhow" ,rust-anyhow-1) + ("rust-reqwest" ,rust-reqwest-0.11) + ("rust-tokio" ,rust-tokio-1)))) + (home-page "") + (synopsis "Retry with backoff without effort") + (description "This package provides a retry with backoff without +effort.") + (license license:asl2.0))) + (define-public rust-backtrace-0.3 (package (name "rust-backtrace") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:26:26 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:26:27 +0000 Received: from localhost ([127.0.0.1]:36172 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0H-0007at-Qh for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:26 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0D-0007Za-42 for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628366; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Qz8Lyb6islVM45FTppChivPCbALJeXBbQgUiEZ0/Y38=; b=WQGykSn4OJs1aGGOoSxBedCrwRXaTvpl2L7282m/q13RP6A4/eNGr1QRiHfJTRdyJO4RR5 6MLMNqVEGwmHKa8TExkANmo8P7g2y8iKOVjNpYsr3FfLdQY1cl+dcf7QPGwyfK3XnJJay3 GiHXti2SvuK/ZK8ukZpMi5NLcaUn/sMUcTm2lxFQbSLokTmLuDw7urxh2rX7ApimUJJL0f WRY7kPWl8fQMvxQ9TKZ4+rJywLHSfz0FW7lKOAFvngnUfFghVXECOg60ywyUkQsYrGN2fp M6eiWrYahIpt2c+n/gr34MCXGnega/Ivw7J9gBQa3960D6F+kl7BCRXCWp1Atw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 4cc6262e (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:06 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 03/49] gnu: Add rust-calibright-0.1. Date: Tue, 30 Jan 2024 16:24:46 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-calibright-0.1): Add variable. Change-Id: I99bd0086eaf7a98ba44c9f0760906121768e2cdf --- gnu/packages/crates-io.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-calibright-0.1): Add variable. Change-Id: I99bd0086eaf7a98ba44c9f0760906121768e2cdf --- gnu/packages/crates-io.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-calibright-0.1): Add variable. Change-Id: I99bd0086eaf7a98ba44c9f0760906121768e2cdf --- gnu/packages/crates-io.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index e6fa47b844..6c85670ef1 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -8479,6 +8479,37 @@ (define-public rust-calamine-0.18 spreadsheet file.") (license license:expat))) +(define-public rust-calibright-0.1 + (package + (name "rust-calibright") + (version "0.1.4") + (source + (origin + (method url-fetch) + (uri (crate-uri "calibright" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0a76k1mpi03kpp6p21ajdr5z8am2v96x4vg5yr7bkk27z43mpziz")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-dirs" ,rust-dirs-5) + ("rust-futures" ,rust-futures-0.3) + ("rust-log" ,rust-log-0.4) + ("rust-notify" ,rust-notify-5) + ("rust-regex" ,rust-regex-1) + ("rust-serde" ,rust-serde-1) + ("rust-smart-default" ,rust-smart-default-0.7) + ("rust-thiserror" ,rust-thiserror-1) + ("rust-tokio" ,rust-tokio-1) + ("rust-toml" ,rust-toml-0.7) + ("rust-zbus" ,rust-zbus-3)))) + (home-page "https://github.com/bim9262/calibright") + (synopsis "Brightness utility with calibration between monitors") + (description + "This package provides a brightness utility that allows you to calibrate +brightness between monitors.") + (license license:gpl3))) + (define-public rust-calloop-0.12 (package (name "rust-calloop") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:26:27 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:26:27 +0000 Received: from localhost ([127.0.0.1]:36175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0I-0007bC-PT for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:27 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0D-0007Za-SS for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628367; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yfta3poQWnVwQUB0MOvqiRR7pfF6UAcMyo3jERWSF2w=; b=RxqmW0t5ISubthD852uzgmMzyOsCKEsY4MHJWmgvDDv7ZnwsVu7wPBr03lKbm0B5fAvmbU AsTNv36oC/wPph7HM2CNWSF7TVuEuqksk47NkPqbjJLaSOSqJI/otqz7c/4/fUZzo40tkY 3YnL9k2dHCGcJZ/JcNCaCCBeJOKQrc3ZcTOXdIDPZdvkTg+SOBbLzsCSZY5imnO2oQqoMy qIc1PYBp+ICZP94f7H/Iq1QYNMF5KgDIEEFV65i/UnHpQ4AHLGLT7TlFmI5LnrjMNfKQs+ vXWyq2fle+ZASSig/y4PXduZP5ut0ft1i5bI8/0lr0rukof9kN7BAESGyOLjPQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 72c0923c (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:07 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 04/49] gnu: Add rust-neli-proc-macros-0.1. Date: Tue, 30 Jan 2024 16:24:47 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-neli-proc-macros-0.1): Add variable. Change-Id: Ibe047f5aad245bf1bf50b35f5bb7f1e4a8c19f18 --- gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-neli-proc-macros-0.1): Add variable. Change-Id: Ibe047f5aad245bf1bf50b35f5bb7f1e4a8c19f18 --- gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-neli-proc-macros-0.1): Add variable. Change-Id: Ibe047f5aad245bf1bf50b35f5bb7f1e4a8c19f18 --- 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 6c85670ef1..3f841c58c6 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -38704,6 +38704,29 @@ (define-public rust-neli-0.4 ("rust-mio" ,rust-mio-0.6) ("rust-tokio" ,rust-tokio-0.1)))))) +(define-public rust-neli-proc-macros-0.1 + (package + (name "rust-neli-proc-macros") + (version "0.1.3") + (source + (origin + (method url-fetch) + (uri (crate-uri "neli-proc-macros" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1m06j6vgy5zzr6dvnbpacpai6mgwwzd20h17hr3i67iv6x6ijs61")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-either" ,rust-either-1) + ("rust-proc-macro2" ,rust-proc-macro2-1) + ("rust-quote" ,rust-quote-1) + ("rust-serde" ,rust-serde-1) + ("rust-syn" ,rust-syn-1)))) + (home-page "https://github.com/jbaublitz/neli") + (synopsis "Procedural macros for neli") + (description "This crate provides procedural macros for neli.") + (license license:bsd-3))) + (define-public rust-neso-0.5 (package (name "rust-neso") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:26:28 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:26:28 +0000 Received: from localhost ([127.0.0.1]:36178 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0J-0007bP-DU for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:27 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0E-0007Za-JD for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628367; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IRhhFZ+9Hpm5+3VZPjnZC5EKPELbfhTdrbgYlPPnaAM=; b=RD2RJslmj25ubvZgseob7R6fplPo7iZdiv9VcMFqTiHZTBVcHF4uZ1qoBWv311/UM6e3tj Hwb5nPrO8E9gDL7RFMvRXynB02dL4dxdhXImxhkmzT7RcBwZBA8SI4KGZ7XM4qe955rc1d p+bWdorRkDvF62LiapjOjToHbS8muNwPO7nsrp4gP/I2MIZyKbsU5klFCAFln9kMxXRJXB 9ETeeJ+ijGPtxiU8NS0GqSj1s24r+S/ZD82O90W/0ijgboc6PnNK+Ig93TbEWO7xcucWAz 8Ep6e60o/mJ/vtj/yKcqBJSSX9fQoRsiWwSGI1Ma84aF0dirLK3gBjQckTkFUA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 2aa115ec (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:07 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 05/49] gnu: Add rust-neli-0.6. Date: Tue, 30 Jan 2024 16:24:48 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-neli-0.6): Add variable. (rust-neli-0.5): Inherit from rust-neli-0.6. --- gnu/packages/crates-io.scm | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 in [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-neli-0.6): Add variable. (rust-neli-0.5): Inherit from rust-neli-0.6. --- gnu/packages/crates-io.scm | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 in [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-neli-0.6): Add variable. (rust-neli-0.5): Inherit from rust-neli-0.6. --- gnu/packages/crates-io.scm | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 3f841c58c6..c5e71b78c2 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -38657,32 +38657,55 @@ (define-public rust-needletail-0.4 processing library for Rust.") (license license:expat))) -(define-public rust-neli-0.5 +(define-public rust-neli-0.6 (package (name "rust-neli") - (version "0.5.3") + (version "0.6.4") (source (origin (method url-fetch) (uri (crate-uri "neli" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "020m4axf6dd05i9l3lyhspp71s5xcmlj1cfskh6y3dywnm75alwh")))) + (base32 "0hzg86zg8rj14yklwm2r2yzg6w2wbnba8qfdpsrm0hb00sg2400i")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-byteorder" ,rust-byteorder-1) - ("rust-futures" ,rust-futures-0.3) - ("rust-lazy-static" ,rust-lazy-static-1) ("rust-libc" ,rust-libc-0.2) ("rust-log" ,rust-log-0.4) - ("rust-simple-logger" ,rust-simple-logger-1) - ("rust-tokio" ,rust-tokio-1)))) + ("rust-neli-proc-macros" ,rust-neli-proc-macros-0.1) + ("rust-tokio" ,rust-tokio-1)) + #:cargo-development-inputs (("rust-env-logger" ,rust-env-logger-0.9) + ("rust-lazy-static" ,rust-lazy-static-1) + ("rust-tokio" ,rust-tokio-1)))) (home-page "https://github.com/jbaublitz/neli") (synopsis "Type safe netlink library written in Rust") (description "This crate is a type safe netlink library written in Rust.") (license license:bsd-3))) +(define-public rust-neli-0.5 + (package + (inherit rust-neli-0.6) + (name "rust-neli") + (version "0.5.3") + (source + (origin + (method url-fetch) + (uri (crate-uri "neli" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "020m4axf6dd05i9l3lyhspp71s5xcmlj1cfskh6y3dywnm75alwh")))) + (arguments + `(#:skip-build? #t + #:cargo-inputs (("rust-byteorder" ,rust-byteorder-1) + ("rust-futures" ,rust-futures-0.3) + ("rust-lazy-static" ,rust-lazy-static-1) + ("rust-libc" ,rust-libc-0.2) + ("rust-log" ,rust-log-0.4) + ("rust-simple-logger" ,rust-simple-logger-1) + ("rust-tokio" ,rust-tokio-1)))))) + (define-public rust-neli-0.4 (package (inherit rust-neli-0.5) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:26:28 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:26:29 +0000 Received: from localhost ([127.0.0.1]:36181 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0J-0007bY-Vc for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:28 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:33997 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0E-0007Zl-NT for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628367; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=np5sejfFvGPSNtrsj6R+2tp7bnA5HFJ0mHnjPiNbulg=; b=lclCGkfXiiNQpWb17bULQwlCuK2641K2vgw2GKWRxFN5yiAfUmSmxRbJLwKkJeUDBvRGcE qiCa1lthoGzlL8iRjwZ6D4mEwmsVTCsVJRQNRuIxwpPrwSrtY+3cctR/Qh0R7OeMP4JzbI b6Kub4Aky6VQEriACSGITpaueOx5rcFoOwpfDsrhxyAVYFk1L1EtDx3rJazHQIx1OeR9+t YvO+CFSEJexMHkj3oF7KdK3gtvEGk2Ov2DgOtjVloxc5MNN6Mrh8FS199QUjgbRlUNHe7C lOkOizqbhQfZ4eO0KLEcKcUAtT5cOC+Cjy7R0FJ1esic/D2TZ9+INmFBwFzStw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 8030fb5f (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:07 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 06/49] gnu: Add rust-neli-wifi-0.6. Date: Tue, 30 Jan 2024 16:24:49 +0100 Message-ID: <3f964a65588ad951a406f0c6cab7c0cf69a80d47.1706619962.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-neli-wifi-0.6): Add variable. --- gnu/packages/crates-io.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index c5e71b78c2..7e883f8c28 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -38750,6 +38750,27 @@ (def [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-neli-wifi-0.6): Add variable. --- gnu/packages/crates-io.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index c5e71b78c2..7e883f8c28 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -38750,6 +38750,27 @@ (def [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-neli-wifi-0.6): Add variable. --- gnu/packages/crates-io.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index c5e71b78c2..7e883f8c28 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -38750,6 +38750,27 @@ (define-public rust-neli-proc-macros-0.1 (description "This crate provides procedural macros for neli.") (license license:bsd-3))) +(define-public rust-neli-wifi-0.6 + (package + (name "rust-neli-wifi") + (version "0.6.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "neli-wifi" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0w5wkg8vzdzmsy8g1g5f65fxdnxxb9nbvfi47m9fjqnsrwr2584y")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-neli" ,rust-neli-0.6) + ("rust-neli-proc-macros" ,rust-neli-proc-macros-0.1)) + #:cargo-development-inputs (("rust-tokio" ,rust-tokio-1)))) + (home-page "https://github.com/MaxVerevkin/neli-wifi") + (synopsis "Communicate with nl80211") + (description "This package provides communication with nl80211.") + (license license:expat))) + (define-public rust-neso-0.5 (package (name "rust-neso") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:26:29 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:26:29 +0000 Received: from localhost ([127.0.0.1]:36186 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0K-0007bp-MG for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:29 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0F-0007Za-H3 for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628368; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=F0EKTBc/9dAgI7lajaxXS63QFPuAOKUeJX3++29gGkI=; b=m30tiEjUm8NrnssbEbMd225qmiCdxSqnUYlVx/BCjkMfD2S2tC+mBTVlHfInL1T6ybWQQ1 kQvl6/cZASH3ijydH4Pk/eOXaCYyomUXPqn6avM5veegXf70xv9l1r+RIhLLdsYcgbxwzs buyLZaVK7Xo38dyaQEy6WrXgMR+aQMlqUPw/+8leJZOcz/LLq2gk/iC2gDqHxFCF2w30gp 70hptvqH3x9vc9l+46LKYV0IUbVc5TsFJEX7EDKfg5LuKZ/bB4n3/sJ9lXqj7AlWI9q30R K/Sw/OGl5jJsWaf/g/9dzlHtkUadfEc8/VhOXWZYxQYsjuGrLp6V77Za1I7PpA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 68304f97 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:08 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 07/49] gnu: Add rust-chrono-tz-build-0.2. Date: Tue, 30 Jan 2024 16:24:50 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-chrono-tz-build-0.2): Add variable. (rust-chrono-tz-build-0.0.3): Delete variable. Change-Id: I1928d97c2b6dcb4e80ff517fa1a5a8642312b171 --- gnu/packages/crates-io.scm | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-chrono-tz-build-0.2): Add variable. (rust-chrono-tz-build-0.0.3): Delete variable. Change-Id: I1928d97c2b6dcb4e80ff517fa1a5a8642312b171 --- gnu/packages/crates-io.scm | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-chrono-tz-build-0.2): Add variable. (rust-chrono-tz-build-0.0.3): Delete variable. Change-Id: I1928d97c2b6dcb4e80ff517fa1a5a8642312b171 --- gnu/packages/crates-io.scm | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 7e883f8c28..8dc83e46a1 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -10105,25 +10105,24 @@ (define-public rust-chrono-tz-0.5 ("rust-parse-zoneinfo" ,rust-parse-zoneinfo-0.3) ("rust-serde" ,rust-serde-1)))))) -(define-public rust-chrono-tz-build-0.0.3 +(define-public rust-chrono-tz-build-0.2 (package (name "rust-chrono-tz-build") - (version "0.0.3") + (version "0.2.1") (source (origin (method url-fetch) (uri (crate-uri "chrono-tz-build" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "031s51dd2vbxdhz7fxk1jpbbvr800w57an14bsq3fd5khwx9ql3g")))) + (base32 "03rmzd69cn7fp0fgkjr5042b3g54s2l941afjm3001ls7kqkjgj3")))) (build-system cargo-build-system) (arguments - `(#:cargo-inputs - (("rust-parse-zoneinfo" ,rust-parse-zoneinfo-0.3) - ("rust-phf" ,rust-phf-0.11) - ("rust-phf-codegen" ,rust-phf-codegen-0.11) - ("rust-regex" ,rust-regex-1) - ("rust-uncased" ,rust-uncased-0.9)))) + `(#:cargo-inputs (("rust-parse-zoneinfo" ,rust-parse-zoneinfo-0.3) + ("rust-phf" ,rust-phf-0.11) + ("rust-phf-codegen" ,rust-phf-codegen-0.11) + ("rust-regex" ,rust-regex-1) + ("rust-uncased" ,rust-uncased-0.9)))) (home-page "https://github.com/chronotope/chrono-tz") (synopsis "Internal build script for chrono-tz Rust package") (description -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:26:30 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:26:31 +0000 Received: from localhost ([127.0.0.1]:36189 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0L-0007c8-IR for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:30 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:33997 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0F-0007Zl-IR for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628368; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=B/bxT3hQfoPdG5sUenHFqGz43cRsuwJ1TCWWew4chrI=; b=RTS9cNYXLhB/9sUqyY746GvtrmWTCvNVBed7MlTbxGwg1dLeKQ7JZ5B578rwcAvRHxsZry Iy4D/iE3aC4w42HkUFslxZriuDcSMlm2cBWcKb/+RqCUYgHiTKTt3QkcA1XBsogW/UVxvV vnq7AYBfpqjL3HX8CkR8Em8NnHsCel36u+kXWy2tyKwKmGuv24dSITp3BA+b92SpLCnSg0 aB8hkeu9QBlEsHb/KeSfTxzQlAySckeTV6nQf/CIJV8JstVcCx50/ferpxvf1r03peXwJW h9L+tU2Acs7JCwYh4j2mQ3wwbmdqkwvFyDIf2iwSc5GlJsbRuWA8EdGusoci4A== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 3db9b48c (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:08 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 08/49] gnu: Replace rust-chrono-tz-0.6 with rust-chrono-tz-0.8. Date: Tue, 30 Jan 2024 16:24:51 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-chrono-tz-0.8): Add variable. (rust-chrono-tz-0.6): Delete variable. (rust-chrono-tz-0.5): Inherit from rust-chrono-tz-0.8. (rust-tera-1): Use rust-chrono-tz-0.8 and [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-chrono-tz-0.8): Add variable. (rust-chrono-tz-0.6): Delete variable. (rust-chrono-tz-0.5): Inherit from rust-chrono-tz-0.8. (rust-tera-1): Use rust-chrono-tz-0.8 and [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-chrono-tz-0.8): Add variable. (rust-chrono-tz-0.6): Delete variable. (rust-chrono-tz-0.5): Inherit from rust-chrono-tz-0.8. (rust-tera-1): Use rust-chrono-tz-0.8 and substitute version. (rust-arrow2-0.7): Use rust-chrono-tz-0.8 and substitute version. Change-Id: I2b21e216469e5a192f38bda5fcaa25a8c2268741 --- gnu/packages/crates-io.scm | 51 ++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 21 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 8dc83e46a1..70af71362f 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -2584,7 +2584,7 @@ (define-public rust-arrow2-0.7 ("rust-avro-rs" ,rust-avro-rs-0.13) ("rust-base64" ,rust-base64-0.13) ("rust-chrono" ,rust-chrono-0.4) - ("rust-chrono-tz" ,rust-chrono-tz-0.6) + ("rust-chrono-tz" ,rust-chrono-tz-0.8) ("rust-comfy-table" ,rust-comfy-table-4) ("rust-csv" ,rust-csv-1) ("rust-futures" ,rust-futures-0.3) @@ -2608,7 +2608,14 @@ (define-public rust-arrow2-0.7 ("rust-simdutf8" ,rust-simdutf8-0.1) ("rust-streaming-iterator" ,rust-streaming-iterator-0.1) ("rust-strength-reduce" ,rust-strength-reduce-0.2) - ("rust-zstd" ,rust-zstd-0.9)))) + ("rust-zstd" ,rust-zstd-0.9)) + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'fix-chrono-tz-version + (lambda* _ + (substitute* "Cargo.toml" + (("chrono-tz = \\{ version = \"0.6\"") + "chrono-tz = { version = \"0.8\""))))))) (home-page "https://github.com/jorgecarleitao/arrow2") (synopsis "Unofficial implementation of Apache Arrow spec in safe Rust") (description @@ -10054,33 +10061,29 @@ (define-public rust-chrono-humanize-0.2 Python @code{arrow.humanize}.") (license (list license:expat license:asl2.0)))) -(define-public rust-chrono-tz-0.6 +(define-public rust-chrono-tz-0.8 (package (name "rust-chrono-tz") - (version "0.6.3") + (version "0.8.5") (source (origin (method url-fetch) (uri (crate-uri "chrono-tz" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1pmv434fhw9pwiqc12pvgaiskrq4v1dh1f238gfsg48r301r5hr9")))) + (base32 "1dv0yqhr60wrhm4sdlralqw1jf5plcxc91q6v93hvamzk6gbgmwi")))) (build-system cargo-build-system) (arguments - `(#:cargo-test-flags - (list "--release" "--" - "--skip=tests::second_offsets") - #:cargo-inputs - (("rust-chrono" ,rust-chrono-0.4) - ("rust-chrono-tz-build" ,rust-chrono-tz-build-0.0.3) - ("rust-phf" ,rust-phf-0.11) - ("rust-serde" ,rust-serde-1) - ("rust-uncased" ,rust-uncased-0.9)) - #:cargo-development-inputs - (("rust-chrono" ,rust-chrono-0.4) - ("rust-serde-test" ,rust-serde-test-1)))) + `(#:cargo-inputs (("rust-arbitrary" ,rust-arbitrary-1) + ("rust-chrono" ,rust-chrono-0.4) + ("rust-chrono-tz-build" ,rust-chrono-tz-build-0.2) + ("rust-phf" ,rust-phf-0.11) + ("rust-serde" ,rust-serde-1) + ("rust-uncased" ,rust-uncased-0.9)) + #:cargo-development-inputs (("rust-chrono" ,rust-chrono-0.4) + ("rust-serde-test" ,rust-serde-test-1)))) (home-page "https://github.com/chronotope/chrono-tz") - (synopsis "TimeZone implementations for rust-chrono from the IANA database") + (synopsis "TimeZone implementations for chrono from the IANA database") (description "Chrono-TZ is a library that provides implementors of the TimeZone trait for @code{rust-chrono}.") @@ -10088,7 +10091,7 @@ (define-public rust-chrono-tz-0.6 (define-public rust-chrono-tz-0.5 (package - (inherit rust-chrono-tz-0.6) + (inherit rust-chrono-tz-0.8) (name "rust-chrono-tz") (version "0.5.3") (source @@ -66539,7 +66542,7 @@ (define-public rust-tera-1 "--skip=tera::tests::can_load_from_glob") #:cargo-inputs (("rust-chrono" ,rust-chrono-0.4) - ("rust-chrono-tz" ,rust-chrono-tz-0.6) + ("rust-chrono-tz" ,rust-chrono-tz-0.8) ("rust-globwalk" ,rust-globwalk-0.8) ("rust-humansize" ,rust-humansize-2) ("rust-lazy-static" ,rust-lazy-static-1) @@ -66555,7 +66558,13 @@ (define-public rust-tera-1 #:cargo-development-inputs (("rust-pretty-assertions" ,rust-pretty-assertions-1) ("rust-serde-derive" ,rust-serde-derive-1) - ("rust-tempfile" ,rust-tempfile-3)))) + ("rust-tempfile" ,rust-tempfile-3)) + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'fix-chrono-tz-version + (lambda* _ + (substitute* "Cargo.toml" + (("0.6.1") "0.8"))))))) (home-page "https://tera.netlify.com/") (synopsis "Template engine based on Jinja2/Django templates") (description -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:26:31 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:26:31 +0000 Received: from localhost ([127.0.0.1]:36194 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0M-0007cQ-NH for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:31 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0G-0007Za-DD for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628369; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lJKlK36TwVGD1yeMmOANPE3HH6DVHnFYofw37buTtaU=; b=Rzkf4uZKMQxZ56ctbA58LFNWXpK1NVR2A9+4HBBGGrOI4U45imWp4UqOw0JsLefqQPENJl tABckJgDmjx8i9cMphimSbtW8ktGnIUp8TAc1+hgeqqvWGE1vgJdoFJhxA+8EdncOhHkg8 kRO8MFs0qoJ6zSCBAUEnEGrFj9FW4gDjBzMSE7xD0Lmwfov5IJcNnpUYQVK+UI2JJ4H8RO WkewnjoIPaFmATqc5/trHDK098d9XS9ZUpWKtRxK7J+fslZ/fz5fMf1/h3kH9dWQToUzho BHzn9XABzF0oimxrQ41xALO/DNuz5h0B3zged1P9P+xmbZeH3eU778pTkHrDEQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 8edaac49 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:09 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 09/49] gnu: Add rust-from-variants-impl-0.6. Date: Tue, 30 Jan 2024 16:24:52 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-from-variants-impl-0.6): Add variable. Change-Id: I613787f3cc2c4633367727a7bacb1f11ce0df118 --- gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-from-variants-impl-0.6): Add variable. Change-Id: I613787f3cc2c4633367727a7bacb1f11ce0df118 --- gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-from-variants-impl-0.6): Add variable. Change-Id: I613787f3cc2c4633367727a7bacb1f11ce0df118 --- 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 70af71362f..bc66f5aec2 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -23659,6 +23659,31 @@ (define-public rust-freetype-sys-0.13 (native-inputs (list pkg-config)))) +(define-public rust-from-variants-impl-0.6 + (package + (name "rust-from-variants-impl") + (version "0.6.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "from_variants_impl" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "06i4bjjxbq6c4hlx2ly04s64d1972zkskshc2v4xx7n8lfghf23y")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-darling" ,rust-darling-0.10) + ("rust-proc-macro2" ,rust-proc-macro2-1) + ("rust-quote" ,rust-quote-1) + ("rust-syn" ,rust-syn-1)) + #:cargo-development-inputs + (("rust-pretty-assertions" ,rust-pretty-assertions-0.6)))) + (home-page "https://github.com/TedDriggs/from_variants") + (synopsis "Internal helper crate for from_variants crate") + (description "This package is an internal helper crate for +from_variants crate.") + (license (list license:expat license:asl2.0)))) + (define-public rust-fs2-0.4 (package (name "rust-fs2") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:07 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:07 +0000 Received: from localhost ([127.0.0.1]:36227 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0t-0007ex-D8 for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:07 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0H-0007Za-6m for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628370; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XK2BCTFhl9cRuE7fDoWm6P7kMoKegBrO60Pv31b0lGM=; b=EyX8h04LJuk+gXG/6dKf838WPPb611yjL//fu1J9CjtS8jdrwZtEQaCU03/EFZnb3f5CS7 aWPekqlQEhmmYyqhA3JQALQe/KhUdgcjWTV1jPbwfqhIy1BIwqXhoaXLS1qISpH7RmgAne 9cQnXqDIn7mSgjfKhTSlG2oGXDH3kYYrYhEztnzDC+qLtB5Ym2IYcBW6YTklrMhXJsDUvV SHUdXdV5k6bQ22GvsAJs92AWEKXP3gVUF9IF0CVYp8S+AIcTZSxS503X6YpvkEwraVBAcP Y3nWur9s++6syvgwH01DykdZHmio0g2SJkKNz7sBgHSgIW4ODBfy2F8//TmDDw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id bed1796f (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:10 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 11/49] gnu: Add rust-notmuch-0.8. Date: Tue, 30 Jan 2024 16:24:54 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-notmuch-0.8): Add variable. (rust-notmuch-0.6): Inherit from rust-notmuch-0.8. Change-Id: I7d0db16ab65a816e3696bb3d25c472a325175e81 --- gnu/packages/crates-io.scm | 45 ++++++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 7 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-notmuch-0.8): Add variable. (rust-notmuch-0.6): Inherit from rust-notmuch-0.8. Change-Id: I7d0db16ab65a816e3696bb3d25c472a325175e81 --- gnu/packages/crates-io.scm | 45 ++++++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 7 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-notmuch-0.8): Add variable. (rust-notmuch-0.6): Inherit from rust-notmuch-0.8. Change-Id: I7d0db16ab65a816e3696bb3d25c472a325175e81 --- gnu/packages/crates-io.scm | 45 ++++++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 7 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 2a0df8be22..6880d7096b 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -40212,23 +40212,22 @@ (define-public rust-notify-4 (("rust-tempfile" ,rust-tempfile-3)))) (license license:cc0))) -(define-public rust-notmuch-0.6 +(define-public rust-notmuch-0.8 (package (name "rust-notmuch") - (version "0.6.0") + (version "0.8.0") (source (origin (method url-fetch) (uri (crate-uri "notmuch" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "19q93iyvx4liksm09mhq9ibm8zj7i3dizc1s40f916z0kbpn9k5w")))) + (base32 "0i6xc7lv10m2sq6vlpjr5wxmlxihvd0v4f5if75r2kwz8ji12pg2")))) (build-system cargo-build-system) (arguments - `(#:tests? #f ;see https://github.com/vhdirk/notmuch-rs/issues/35 - #:cargo-inputs - (("rust-libc" ,rust-libc-0.2) - ("rust-supercow" ,rust-supercow-0.1)) + `(#:cargo-inputs + (("rust-from-variants" ,rust-from-variants-0.6) + ("rust-libc" ,rust-libc-0.2)) #:cargo-development-inputs (("rust-dirs" ,rust-dirs-1) ("rust-gethostname" ,rust-gethostname-0.2) @@ -40252,6 +40251,38 @@ (define-public rust-notmuch-0.6 "This crate provides a Rust interface and bindings for Notmuch.") (license license:gpl3+))) +(define-public rust-notmuch-0.6 + (package + (inherit rust-notmuch-0.8) + (name "rust-notmuch") + (version "0.6.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "notmuch" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "19q93iyvx4liksm09mhq9ibm8zj7i3dizc1s40f916z0kbpn9k5w")))) + (arguments + `(#:tests? #f ;see https://github.com/vhdirk/notmuch-rs/issues/35 + #:cargo-inputs + (("rust-libc" ,rust-libc-0.2) + ("rust-supercow" ,rust-supercow-0.1)) + #:cargo-development-inputs + (("rust-dirs" ,rust-dirs-1) + ("rust-gethostname" ,rust-gethostname-0.2) + ("rust-lettre" ,rust-lettre-0.9) + ("rust-lettre-email" ,rust-lettre-email-0.9) + ("rust-maildir" ,rust-maildir-0.5) + ("rust-tempfile" ,rust-tempfile-3)) + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'fix-maildir-version + (lambda* _ + (substitute* "Cargo.toml" + (("version = \"0.3.2\"") "version = \"0.5.0\""))))))))) + + (define-public rust-ntapi-0.4 (package (name "rust-ntapi") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:08 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:08 +0000 Received: from localhost ([127.0.0.1]:36244 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0x-0007g2-GG for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:07 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:33997 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0H-0007Zl-Hd for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628370; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1Nn/eS63fKHLrTFta9bmnNSSXJIP61EV/TVFlS0zPZk=; b=Q4oTe08mr4iKht/M8hHlf4pNqcIlRuENlbINeY+Z2Pdh7wdbwcVyBl8G043dRa0MDjqxBu +rkGUKPomcZzXiA5SQy20PdyJ4c9PZ/yOUTu0jBml+w8s75FyWuib1bySsK4N5cTynWoGY BgZoLu/lJrf6z1LENfmWSD39QVXXgmePHd+J47IC+9iJJWu56sGqbNw8Zv9kQkCYALaK6S 07JMPhCWYxb7O9z+GSv2ebm3VJfirKXCdJf6e9Vto9z28uZ3xDEv1KurCtANKNxkebzv/c 6ItscB67aMCFF/7/rSRlgGTj0JBt/5fh8DqIPjku/dLO+bm3FAIxEh4chD95aA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 6f492a96 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:10 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 12/49] gnu: rust-gethostname-0.2: Update to 0.2.3. Date: Tue, 30 Jan 2024 16:24:55 +0100 Message-ID: <920ca95d14d39153730abf95b4faced275ea2f8f.1706619962.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-gethostname-0.2): Update to 0.2.3. Change-Id: Id999846e0d1a231564b4e49e16038e164863b511 --- gnu/packages/crates-io.scm | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-gethostname-0.2): Update to 0.2.3. Change-Id: Id999846e0d1a231564b4e49e16038e164863b511 --- gnu/packages/crates-io.scm | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-gethostname-0.2): Update to 0.2.3. Change-Id: Id999846e0d1a231564b4e49e16038e164863b511 --- gnu/packages/crates-io.scm | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 6880d7096b..806073c92d 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -25267,21 +25267,19 @@ (define-public rust-gethostname-0.2 (package (inherit rust-gethostname-0.3) (name "rust-gethostname") - (version "0.2.1") + (version "0.2.3") (source (origin (method url-fetch) (uri (crate-uri "gethostname" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0a609j9dhk816il2f2a01avvi5sqzxh0p38nxwrja7dcpybf54p6")))) + (base32 "0bl6wf7zclzmjriipzh98rr84xv2ilj664z8ffxh0vn46m7d7sy1")))) (arguments - `(#:tests? #f ; test panics - #:cargo-inputs - (("rust-libc" ,rust-libc-0.2) - ("rust-winapi" ,rust-winapi-0.3)) + `(#:cargo-inputs (("rust-libc" ,rust-libc-0.2) + ("rust-winapi" ,rust-winapi-0.3)) #:cargo-development-inputs - (("rust-pretty-assertions" ,rust-pretty-assertions-0.6)))))) + (("rust-pretty-assertions" ,rust-pretty-assertions-1)))))) (define-public rust-getopts-0.2 (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:08 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:08 +0000 Received: from localhost ([127.0.0.1]:36246 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0y-0007gC-0N for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:08 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0I-0007Za-3c for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628371; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vBmiTDe5ezkjgbqyxawm0pEsAWS856KYy2gUsjHRoRs=; b=AlgPFYrhYO47iFJbq8M0uyWbQaaAkhNBvTg93o608s5I2EkuaWlh/npb2od5VzjPOqjSTB JT9rXbvWwDnSb4qX0ZkJelqCKGTGpb+uTRW9qrFOacvmeuwnutd9kCZcr9OoQtjwffdXyx LdXBgfkzFUovItYRMZbIaZEwQN3FJ0SLSLIMiwwtqxMpUwn4i6Ufqk2HRfCQR1ilfl1kol nnzOl3o3Ve6XQQiTT8x1RwaDyR16cnTda3XvHhQ5ueArczmpDOvH0X0oXV7QKLy7ga9sSF aLL/w8yjrTwaF6BMuIFKGPNNJD4vmiJMax6PJXqpOGwoGf3qiJy601VOPbk0QQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 4584b80a (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:11 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 13/49] gnu: Add rust-maildir-0.6. Date: Tue, 30 Jan 2024 16:24:56 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-maildir-0.6): Add variable. (rust-maildir-0.5): Inherit from rust-maildir-0.6. Change-Id: Iaeb447ffbec76d92ef146562b329f92bbf8fb6f7 --- gnu/packages/crates-io.scm | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-maildir-0.6): Add variable. (rust-maildir-0.5): Inherit from rust-maildir-0.6. Change-Id: Iaeb447ffbec76d92ef146562b329f92bbf8fb6f7 --- gnu/packages/crates-io.scm | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-maildir-0.6): Add variable. (rust-maildir-0.5): Inherit from rust-maildir-0.6. Change-Id: Iaeb447ffbec76d92ef146562b329f92bbf8fb6f7 --- gnu/packages/crates-io.scm | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 806073c92d..56c8a995cc 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -35106,8 +35106,35 @@ (define-public rust-magic-string-0.3 "This package provides a MagicString port driven by Rust and N-API.") (license license:expat))) +(define-public rust-maildir-0.6 + (package + (name "rust-maildir") + (version "0.6.4") + (source + (origin + (method url-fetch) + (uri (crate-uri "maildir" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0dqlkvhcrigs4y5vg0jf8ccgwns8jj85cjp6vsgj3f1sfkk6m6l7")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-gethostname" ,rust-gethostname-0.2) + ("rust-mailparse" ,rust-mailparse-0.14) + ("rust-memmap2" ,rust-memmap2-0.5)) + #:cargo-development-inputs + (("rust-percent-encoding" ,rust-percent-encoding-1) + ("rust-tempfile" ,rust-tempfile-3) + ("rust-walkdir" ,rust-walkdir-2)))) + (home-page "https://github.com/staktrace/maildir/blob/master/README.md") + (synopsis "Simple library for maildir manipulation") + (description + "This package provides a simple library for maildir manipulation") + (license license:bsd-0))) + (define-public rust-maildir-0.5 (package + (inherit rust-maildir-0.6) (name "rust-maildir") (version "0.5.0") (source @@ -35117,7 +35144,6 @@ (define-public rust-maildir-0.5 (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "0pivq6njjmfnf0jn6i8sihbfgly6v674zwncd6f5nwiw79lz9p3a")))) - (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-gethostname" ,rust-gethostname-0.2) @@ -35126,12 +35152,7 @@ (define-public rust-maildir-0.5 #:cargo-development-inputs (("rust-percent-encoding" ,rust-percent-encoding-1) ("rust-tempfile" ,rust-tempfile-3) - ("rust-walkdir" ,rust-walkdir-2)))) - (home-page "https://github.com/staktrace/maildir") - (synopsis "Simple library for maildir manipulation") - (description - "This package provides a simple library for maildir manipulation.") - (license license:bsd-0))) + ("rust-walkdir" ,rust-walkdir-2)))))) (define-public rust-mailparse-0.14 (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:08 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:08 +0000 Received: from localhost ([127.0.0.1]:36248 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0y-0007gI-Bp for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:08 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0J-0007Za-E2 for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628373; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Hp9HLQ5BSccE8IIT4fIBKmG88mfiwXmh5MRAmRNSqFk=; b=NjDjLHBftETY/oQThSlFDq8asjGbC3HNpfJzV6vpG5dcjHT/6LYqGHocYj56EZa+F3hiBR sb3jXZ3bj6JDo96Q+sxW/Bc58GOH4sNeFd4x+m1gAGHlI38hg2WtcP/PQQbzXUlOsH/mB2 46P8dW4wZOunt7T71XvvdDU1Y2iLiyU4TGD77JbSfKf0dclWNyfMGsyjV1xal+ARAnmkAt t36GYVf0KL/gOwr0xL/UhhUp7ieV82ZInII7hWDBFJQYjDDqCdCdCKnQylNWyXAKZd6SBQ KfsMaOOzvQ5+CvhYOszcV3aFUCXZLpyPcUZ0+YlZHKTZgnjAUCvdjeX2ErrwOQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 39848fdf (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:13 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 15/49] gnu: Add rust-sensors-0.2. Date: Tue, 30 Jan 2024 16:24:58 +0100 Message-ID: <9b045003a4b6450fbae907e9a0b2fd4fac35fe1b.1706619962.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-sensors-0.2): Add variable. Change-Id: Ifbe65abf8a5aed9190d40136382e815dd33d786d --- gnu/packages/crates-io.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-sensors-0.2): Add variable. Change-Id: Ifbe65abf8a5aed9190d40136382e815dd33d786d --- gnu/packages/crates-io.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-sensors-0.2): Add variable. Change-Id: Ifbe65abf8a5aed9190d40136382e815dd33d786d --- gnu/packages/crates-io.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 4ee079892c..26cf93c8a8 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -59387,6 +59387,27 @@ (define-public rust-servo-fontconfig-sys-5 "This package provides a Rust wrapper around Fontxonfig.") (license license:expat))) +(define-public rust-sensors-0.2 + (package + (name "rust-sensors") + (version "0.2.2") + (source + (origin + (method url-fetch) + (uri (crate-uri "sensors" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1l6nvmbbbbl9mdkd9806mmls68d6hvqb2nl0nm14chva5xwz8fks")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-libc" ,rust-libc-0.2) + ("rust-libsensors-sys" ,rust-libsensors-sys-0.2)))) + (home-page "https://github.com/nyantec/sensors") + (synopsis "A Rust-friendly interface to lm-sensors") + (description + "This package provides a Rust-friendly interface to lm-sensors") + (license license:miros))) + (define-public rust-shadow-rs-0.8 (package (name "rust-shadow-rs") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:09 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:09 +0000 Received: from localhost ([127.0.0.1]:36250 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0y-0007gP-NE for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:09 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:33997 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0I-0007Zl-LN for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628371; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=j5VmT67fLtRlYwbEcTtnAZVqekKOVg3yDm+0RCTR9FE=; b=F+ew1DrjHUmW8ZcSWtesybe0d8314FvrOZRzlJcWtI7+CKcM59PAYcHjs9PglqSJ0hoGB/ Nb4IKej+AoYEt/KG/uJjnhiNktfNmWB5z6awHp/LyT1OTWiCaICrWwiW/eDkqqOtjbnAkw 3t+BeGR0wTMKe0JbX4TMwMLox1ebiFLbf6NjVGSQ4rDJGoaFpdqMFxZF5/GmBGOquIDJ4Y NCYQgAiuJSyA6ZUAId+RkQduMcu/uVderwirp9GHsK0udTk8T5PYIxp8u0Qoki6wkxamnp 2Ja/8MFMqlQkZka5mgNeUXFLv+Nlgoc3lRmusCziI709zVK7YOHBu0EuqNhitQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 79522bc2 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:11 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 14/49] gnu: Add rust-libsensors-sys-0.2. Date: Tue, 30 Jan 2024 16:24:57 +0100 Message-ID: <88e4b2686167ff0d074345bc875d6a6a448cbea4.1706619962.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-libsensors-sys-0.2): Add variable. Change-Id: I0573781443c0e5e3d91ff47d54c437d74d28f15e --- gnu/packages/crates-io.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-libsensors-sys-0.2): Add variable. Change-Id: I0573781443c0e5e3d91ff47d54c437d74d28f15e --- gnu/packages/crates-io.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-libsensors-sys-0.2): Add variable. Change-Id: I0573781443c0e5e3d91ff47d54c437d74d28f15e --- gnu/packages/crates-io.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 56c8a995cc..4ee079892c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -33293,6 +33293,23 @@ (define-public rust-librespot-protocol-0.4 This package contains the protobuf logic.") (license license:expat))) +(define-public rust-libsensors-sys-0.2 + (package + (name "rust-libsensors-sys") + (version "0.2.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "libsensors-sys" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0cii4jbj19d95q6nyczfi3d3s2j3jg4qf7qc8qfxx5jb2v3hqwx1")))) + (build-system cargo-build-system) + (home-page "https://docs.rs/libsensors-sys/0.2.0/libsensors_sys/") + (synopsis "Rust bindings to libsensors") + (description "This package provides Rust bindings to libsensors.") + (license license:miros))) + (define-public rust-libsqlite3-sys-0.27 (package (name "rust-libsqlite3-sys") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:09 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:09 +0000 Received: from localhost ([127.0.0.1]:36252 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0z-0007gW-3I for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:09 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:60787 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0K-0007aI-2D for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628373; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BYGl+80+5P43Fd1hP9s7MRq9zHd9zTmJZM/L2W9L8Es=; b=Ntk9f9NC/Q4nSP6bP1tWEBQoAJCz2CjeAPUDKcFiMUIEIEqlrDZC35D/g0TFz5Y93i02oT s/jWcZmz9of9lMiSdzedUTSgNr34aAoDiqvLb5kOtBCqXWim2lsy3je9s1JPdm/6aYEQmd rQ3bBSqIw2bb8PWr8v3/lENKTno7sB42NuB+Fjs3O6Pq+Di9AaJOhey6uaq8XhhADO6BZs vJpcOMPy5x766o7Bp85mu445bvES6UfdedVDnRYiKjnf0Ws9MeQZ+7PAznU8Gm470bigMF aplhDZKvQgJvU7F8v5nlhX05atssu8nir2dqCfQ4pWXKlL/3ZANCUcrGdJvcBw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id ab6ef49d (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:13 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 16/49] gnu: Add rust-signal-hook-tokio-0.3. Date: Tue, 30 Jan 2024 16:24:59 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-signal-hook-tokio-0.3): Add variable. Change-Id: Ia25aa3669c5edc4c2abb6d75c1cb5d1e789dd3a9 --- gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-signal-hook-tokio-0.3): Add variable. Change-Id: Ia25aa3669c5edc4c2abb6d75c1cb5d1e789dd3a9 --- gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-signal-hook-tokio-0.3): Add variable. Change-Id: Ia25aa3669c5edc4c2abb6d75c1cb5d1e789dd3a9 --- 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 26cf93c8a8..6403b1a0b3 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -59760,6 +59760,31 @@ (define-public rust-signal-hook-registry-1 (description "This package is a backend crate for @code{signal-hook}.") (license (list license:asl2.0 license:expat)))) +(define-public rust-signal-hook-tokio-0.3 + (package + (name "rust-signal-hook-tokio") + (version "0.3.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "signal-hook-tokio" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "07nggsi80jv39xisdk2r7cik7hx2d2qa2sivvqkpxqxidzvl2ci1")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-futures-core" ,rust-futures-core-0.3) + ("rust-libc" ,rust-libc-0.2) + ("rust-signal-hook" ,rust-signal-hook-0.3) + ("rust-tokio" ,rust-tokio-1)) + #:cargo-development-inputs (("rust-futures" ,rust-futures-0.3) + ("rust-serial-test" ,rust-serial-test-0.5) + ("rust-tokio" ,rust-tokio-1)))) + (home-page "https://github.com/vorner/signal-hook") + (synopsis "Tokio support for signal-hook") + (description "This package provides Tokio support for signal-hook.") + (license (list license:asl2.0 license:expat)))) + (define-public rust-simba-0.8 (package (name "rust-simba") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:10 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:10 +0000 Received: from localhost ([127.0.0.1]:36254 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0z-0007ge-J0 for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:09 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:33997 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0K-0007Zl-Cu for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628374; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6W8DxrdiZx/vzy+2iPKKZHHlPDz/iPS+SMxQfN8k42Q=; b=svRAnDfmwuvxphsYfRy0JFW0ttN0aNVCfIZJDxzv4QQvZP57XoJlrKLlf/W0AAQ7fo+jaa oTDyTsk+s9a9kWrPqY8ID/ki6f8U6UI4A7gQ+zZYASz7DZNCj5w5hj0CUZkwU/T70Q1NOG D8jkEjG3caJszcjf+1cd1VY0l18TWZ1swVPOw5g0LmBiVWf54+enJnfj7+Z31wiX0Iwx5g 2iLnw8ztEmHWdGEXSg+CTZAT0rU3gIBDLEuEXJpuxIq1Tl44+0ik0EYIegJeEKrCmrN7xM 7cwB0GhlcikDXxcztPP/86weEschQPpkSJ/rsLqS4DkImcKupp6vv4DbPC66vw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 020e6c8f (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:13 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 17/49] gnu: rust-swayipc-types-1: Update to 1.3.1. Date: Tue, 30 Jan 2024 16:25:00 +0100 Message-ID: <65b4aa8e740e7a92e6c424ecbf579766223f6875.1706619962.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-swayipc-types-1): Update to 1.3.1. --- gnu/packages/crates-io.scm | 25 ++++++++++++ 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 6403b1a0b3..1eda29abf5 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -64428,7 +64428,7 @@ (defi [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-swayipc-types-1): Update to 1.3.1. --- gnu/packages/crates-io.scm | 25 ++++++++++++ 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 6403b1a0b3..1eda29abf5 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -64428,7 +64428,7 @@ (defi [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-swayipc-types-1): Update to 1.3.1. --- gnu/packages/crates-io.scm | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 6403b1a0b3..1eda29abf5 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -64428,7 +64428,7 @@ (define-public rust-swayipc-command-builder-0.1 (define-public rust-swayipc-types-1 (package - (name "rust-swayipc-types") + (name "rust-swayipc-types") (version "1.3.1") (source (origin @@ -64437,18 +64437,17 @@ (define-public rust-swayipc-types-1 (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "1fwzdifnaj9ayz6fq96vcxpzr4dqhq1zgbqk3xbgsdlg89b2ddmi")))) - (build-system cargo-build-system) - (arguments - `(#:cargo-inputs - (("rust-serde" ,rust-serde-1) - ("rust-serde-json" ,rust-serde-json-1) - ("rust-thiserror" ,rust-thiserror-1)))) - (home-page "https://github.com/jaycefayne/swayipc-rs") - (synopsis "Library containing Type defintions from sway's IPC interface") - (description - "This package provides a library containing Type defintions from sway's IPC -interface.") - (license license:expat))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-serde" ,rust-serde-1) + ("rust-serde-json" ,rust-serde-json-1) + ("rust-thiserror" ,rust-thiserror-1)))) + (home-page "https://github.com/jaycefayne/swayipc-rs") + (synopsis "Type definitions from sway's IPC interface") + (description + "This package provides a library containing type defintions from +sway's IPC interface.") + (license license:expat))) (define-public rust-symlink-0.1 (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:10 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:10 +0000 Received: from localhost ([127.0.0.1]:36256 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0z-0007gl-VI for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:10 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:60787 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0L-0007aI-2S for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628374; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CRYk7/H3UIVdwGKd9Ps6v5NjfV8D/KfxMWBtHYJPt3Y=; b=LsCnQRL/a8K/Cpn09369j5EbSxIcJmh1lqF39Uw0cqvLPppcHx1H5Gz6ndIDNwqeO8riM8 lYb5rxee3aAHJ1tOOpKNnPsurpeFgkBIRLgc62sOuJA5VrxZdGrqNVdyN5ZhPiGTVqKX/D vmZIrW0METeVYz6wEBj+URMT9P3SCySW2T8UbR0mmfvoUcMeL4tUi2NX4AG3wT+5KJGSiF 1W4rPhGIls05OP+4uE7H5+eBMBJntvFvoOCB8l1fiT5Ljn5xS2mNJfMJ11iNqCqDhORMYT V91wDXfg+OAYExvDW9JefpZ3EfaQrSjPl6qjPPoLR/ytaqa/+hZQybmbzaKo6g== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 216464e9 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:14 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 19/49] gnu: rust-parking-2: Update to 2.2.0. Date: Tue, 30 Jan 2024 16:25:02 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-parking-2): Update to 2.2.0. Change-Id: I4d1b3aa5ca5e5f9ce60d079c65e0524068f4067d --- gnu/packages/crates-io.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-parking-2): Update to 2.2.0. Change-Id: I4d1b3aa5ca5e5f9ce60d079c65e0524068f4067d --- gnu/packages/crates-io.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-parking-2): Update to 2.2.0. Change-Id: I4d1b3aa5ca5e5f9ce60d079c65e0524068f4067d --- gnu/packages/crates-io.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index d9fa7b4b0c..e37132e2dc 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -43542,22 +43542,22 @@ (define-public rust-parity-wasm-0.41 (define-public rust-parking-2 (package (name "rust-parking") - (version "2.0.0") + (version "2.2.0") (source (origin (method url-fetch) (uri (crate-uri "parking" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0wnxxnizfxlax3n709s5r83f4n8awy3m4a18q4fdk0z7z693hz22")))) + (base32 "1blwbkq6im1hfxp5wlbr475mw98rsyc0bbr2d5n16m38z253p0dv")))) (build-system cargo-build-system) (arguments - `(#:cargo-development-inputs + `(#:cargo-inputs (("rust-loom" ,rust-loom-0.7)) + #:cargo-development-inputs (("rust-easy-parallel" ,rust-easy-parallel-3)))) - (home-page "https://github.com/stjepang/parking") + (home-page "https://github.com/smol-rs/parking") (synopsis "Thread parking and unparking") - (description "This package provides methods for thread parking and -unparking.") + (description "Thread parking and unparking") (license (list license:asl2.0 license:expat)))) (define-public rust-parking-1 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:10 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:10 +0000 Received: from localhost ([127.0.0.1]:36258 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq10-0007gt-8x for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:10 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:33997 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0L-0007Zl-HF for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628375; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aEAQBwfEgmCUNjlDnClJTupEERU5QLM24Aj542WFNso=; b=ixMfU6RYbhB1wMkKnGjSdRboacysvTL/3UzWYv6Hb9hhx3EwMUNRotNKsDnNohT3sQH5qU RJKLLBWP5Gqb0L3v0YEqAdLcSiPZLdWc7jUyjp5ZLtyw+xnq0A0BOF+O9ZqZLWfx15ZsRq QVo2/KG/kQ8PcEnXyFnUw5Qh8w5hTZtB4p1zxqZxtDpLlaZDvv09fk/3sow/I7MmSFcgIp /9uY0E9BMJWJRsW19MdQr3PGLiVG5gtUKO1+ymBq64D6j5a+4ZhVFzo8ccnXfDvu26E+Rn yw8L5qt0HOMoQNuCIahrQTgKctuHVpqCAJ7csWg2pFThfQDG49XW1x1xGvzXsg== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id c87f7b01 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:15 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 21/49] gnu: Add rust-swayipc-async-2. Date: Tue, 30 Jan 2024 16:25:04 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-swayipc-async-2): Add variable. Change-Id: I2d9eb7d4ab08e49fc22c1850bb8f4750bfae0359 --- gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-swayipc-async-2): Add variable. Change-Id: I2d9eb7d4ab08e49fc22c1850bb8f4750bfae0359 --- gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-swayipc-async-2): Add variable. Change-Id: I2d9eb7d4ab08e49fc22c1850bb8f4750bfae0359 --- gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 3c59fe6837..792fe103f3 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -64454,6 +64454,32 @@ (define-public rust-swayipc-2 ("rust-swayipc-command-builder" ,rust-swayipc-command-builder-0.1) ("rust-serde-json" ,rust-serde-json-1)))))) +(define-public rust-swayipc-async-2 + (package + (name "rust-swayipc-async") + (version "2.0.2") + (source + (origin + (method url-fetch) + (uri (crate-uri "swayipc-async" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1yyv7jwsr2z5azjal5hj8hgxb06dqrnxsaxrnjfjnp1pmwvjch48")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-async-io" ,rust-async-io-2) + ("rust-async-pidfd" ,rust-async-pidfd-0.1) + ("rust-futures-lite" ,rust-futures-lite-2) + ("rust-serde" ,rust-serde-1) + ("rust-serde-json" ,rust-serde-json-1) + ("rust-swayipc-types" ,rust-swayipc-types-1)))) + (home-page "https://github.com/jaycefayne/swayipc-rs") + (synopsis "Library to control sway through IPC interface") + (description + "This package provides a library for controlling sway through its +IPC interface.") + (license license:expat))) + (define-public rust-swayipc-command-builder-0.1 (package (name "rust-swayipc-command-builder") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:38 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:39 +0000 Received: from localhost ([127.0.0.1]:36260 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1S-0007hZ-LY for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:38 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:33997 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0N-0007Zl-Jb for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628377; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eO3wu9vaddZ6JGn5hT7Rb3HrZcqZYdoIn/sfxBkgiaE=; b=kN60QYzC80gVcYLJORkGd86qOKo0bOKc5N+AQjnPbD5KlqhFzbxZ0/JVm54itdhrwiyiR3 zmF3rGHFgjJh4W4t2RZLv371PL9fMqSDef8vuMV9U+/JmKH6X0Y0KMsAp3nrNhEpwRj7f5 UxwvtFxVTLOCwht7Pfsfl8LCKCvSEv99GgjGn+IylNRis6fFGJ36Lw4B1MCuvLB7EKFIAs UM8dPjPOTGuCArIuTC0oJpvZH3RYWXG2jWrGwDHxbPeGFPcdeo0wbrUvmRU83eoBxONpM1 S1m8Mc+leZoE8p3oyMFG1te8N6TW0+lQj3QYXVpQfXY0tJUgku6dRSl7E4O7AQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 0f37334b (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:17 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 26/49] gnu: Add rust-wayrs-protocols-0.13. Date: Tue, 30 Jan 2024 16:25:09 +0100 Message-ID: <9b99e85e93fd86f5563b953351a31d366bf060ee.1706619962.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-graphics.scm (rust-wayrs-protocols-0.13): Add variable. --- gnu/packages/crates-graphics.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 32fb19ada7..6cccd47729 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -5 [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-graphics.scm (rust-wayrs-protocols-0.13): Add variable. --- gnu/packages/crates-graphics.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 32fb19ada7..6cccd47729 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -5 [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-graphics.scm (rust-wayrs-protocols-0.13): Add variable. --- gnu/packages/crates-graphics.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 32fb19ada7..6cccd47729 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -5037,6 +5037,27 @@ (define-public rust-wayrs-proto-parser-2 xml files.") (license license:expat))) +(define-public rust-wayrs-protocols-0.13 + (package + (name "rust-wayrs-protocols") + (version "0.13.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "wayrs-protocols" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1888h4wh3knjwh19v4y2gjpsv5j78c4vk08gls5f3aa1iryfpd7x")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-wayrs-client" ,rust-wayrs-client-1)))) + (home-page "https://github.com/MaxVerevkin/wayrs") + (synopsis "Collection of Wayland protocols to use with wayrs-client") + (description + "This package provides a collection of Wayland protocols to use +with wayrs-client") + (license license:expat))) + (define-public rust-wayrs-scanner-0.13 (package (name "rust-wayrs-scanner") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:39 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:39 +0000 Received: from localhost ([127.0.0.1]:36262 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1S-0007hc-VG for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:39 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:60787 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0O-0007aI-AY for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628377; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wgnpJd8cmdPo1NN90WNvvftgnMpv88U69+h4fFIM79I=; b=Yt0CXWw5O5WoLPN/5YD06GalSoyD8v/6cgdZKS4HPBIkwbqK+zLY8RSwxb+/5+jPDBY18h YFIYhcficQPPsWN4cVeOKrBjc2GDZ36tqco2XyDhDLXjkJGIouruVGO5pEt8Hcm1vZKXWb 1QUP5PGSVUabUaWhrXnNPvjrg1IFr2tJl8b6D3HHEwkfBLaezmrtFHwa5oIvCH6RNuscvg V3hDt506PFVyCFIKvN34HYUZd/IJUjVYM4IFKOnEghxV2HqhQs92iLtplTr8UPq3GjGb4v fEhWImLy+SvnIwKVMNY+Bna54GoJq8ZGHVLAxpAALJw0GbzZlT06CedSLotOQg== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 67b00919 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:17 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 28/49] gnu: Add rust-event-listener-strategy-0.4. Date: Tue, 30 Jan 2024 16:25:11 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-event-listener-strategy-0.4): Add variable. Change-Id: I254717f31ee2d2c2d527c7bb325a6e29508a78bf --- gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-event-listener-strategy-0.4): Add variable. Change-Id: I254717f31ee2d2c2d527c7bb325a6e29508a78bf --- gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-event-listener-strategy-0.4): Add variable. Change-Id: I254717f31ee2d2c2d527c7bb325a6e29508a78bf --- 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 2241dd126e..bfa8f3b2dc 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -21412,6 +21412,30 @@ (define-public rust-event-listener-2 (("rust-futures" ,rust-futures-0.3) ("rust-waker-fn" ,rust-waker-fn-1)))))) +(define-public rust-event-listener-strategy-0.4 + (package + (name "rust-event-listener-strategy") + (version "0.4.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "event-listener-strategy" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1lwprdjqp2ibbxhgm9khw7s7y7k4xiqj5i5yprqiks6mnrq4v3lm")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-event-listener" ,rust-event-listener-4) + ("rust-pin-project-lite" ,rust-pin-project-lite-0.2)) + #:cargo-development-inputs + (("rust-futures-lite" ,rust-futures-lite-2) + ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3)))) + (home-page "https://github.com/smol-rs/event-listener") + (synopsis "Block or poll on event_listener") + (description "This packages provides block and poll on +event_listener.") + (license (list license:asl2.0 license:expat)))) + (define-public rust-executable-path-1 (package (name "rust-executable-path") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:39 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:39 +0000 Received: from localhost ([127.0.0.1]:36264 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1T-0007hj-A8 for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:39 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:33997 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0O-0007Zl-Aw for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628378; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eWoBQwySbVge1svu325YsUNafKxpCIBkC24lXfb7MRQ=; b=DvICAb4y/mlePdBoh5tf32pc4UieSRyA1IEa8KFLvqarsQ2CTKI+oy7oG/r/M3Eakl+Y4P Z17mRKXIKQpQoZaqFs/l9HZxh83xNFHkyvWa67WR60PaT/RHaQYHqLt4IvjEApC+U0Wlum 5WK1mjcYY2EYH5K9lAYhQevV12/gN5PrrVN9KRQtWELbVn1bdYtRUJgSp1xZ6lfOdWr9up 9q6pHu7+BKp8uAIlQ7ZjpZTPzTQKjuQWsjfWyWIzv6czsnj1LIXkeFkXWixYX5JXA60RCH lcNX9bcxp1nl7rB6oRnqqIy+HrNgHb286JawyVX4AwaEstyfk24uQMqMyKQZ0w== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 2855d6a2 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:18 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 29/49] gnu: Add rust-async-channel-2. Date: Tue, 30 Jan 2024 16:25:12 +0100 Message-ID: <4cfce626ebc4fba2217bec3f41fddc4e02c7f9b0.1706619963.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-channel-2): Add variable. (rust-async-channel-1): Inherit from rust-async-channel-2. Change-Id: Ia5d651b12caca610e20ff9bde4cec1050f88c52d --- gnu/packages/crates-io.scm | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-channel-2): Add variable. (rust-async-channel-1): Inherit from rust-async-channel-2. Change-Id: Ia5d651b12caca610e20ff9bde4cec1050f88c52d --- gnu/packages/crates-io.scm | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-async-channel-2): Add variable. (rust-async-channel-1): Inherit from rust-async-channel-2. Change-Id: Ia5d651b12caca610e20ff9bde4cec1050f88c52d --- gnu/packages/crates-io.scm | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index bfa8f3b2dc..b78b040fdf 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -3420,8 +3420,38 @@ (define-public rust-async-broadcast-0.5 (description "This package provides async broadcast channels in Rust.") (license (list license:expat license:asl2.0)))) +(define-public rust-async-channel-2 + (package + (name "rust-async-channel") + (version "2.1.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "async-channel" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1337ywc1paw03rdlwh100kh8pa0zyp0nrlya8bpsn6zdqi5kz8qw")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-concurrent-queue" ,rust-concurrent-queue-2) + ("rust-event-listener" ,rust-event-listener-4) + ("rust-event-listener-strategy" ,rust-event-listener-strategy-0.4) + ("rust-futures-core" ,rust-futures-core-0.3) + ("rust-pin-project-lite" ,rust-pin-project-lite-0.2)) + #:cargo-development-inputs + (("rust-easy-parallel" ,rust-easy-parallel-3) + ("rust-futures-lite" ,rust-futures-lite-2) + ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3)))) + (home-page "https://github.com/smol-rs/async-channel") + (synopsis "Async multi-producer multi-consumer channel") + (description "This package provides async multi-producer +multi-consumer channels.") + (license (list license:asl2.0 license:expat)))) + (define-public rust-async-channel-1 (package + (inherit rust-async-channel-2) (name "rust-async-channel") (version "1.9.0") (source @@ -3431,7 +3461,6 @@ (define-public rust-async-channel-1 (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "0dbdlkzlncbibd3ij6y6jmvjd0cmdn48ydcfdpfhw09njd93r5c1")))) - (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-concurrent-queue" ,rust-concurrent-queue-2) @@ -3439,12 +3468,7 @@ (define-public rust-async-channel-1 ("rust-futures-core" ,rust-futures-core-0.3)) #:cargo-development-inputs (("rust-easy-parallel" ,rust-easy-parallel-3) - ("rust-futures-lite" ,rust-futures-lite-1)))) - (home-page "https://github.com/smol-rs/async-channel") - (synopsis "Async multi-producer multi-consumer channel") - (description - "Async multi-producer multi-consumer channel") - (license (list license:asl2.0 license:expat)))) + ("rust-futures-lite" ,rust-futures-lite-1)))))) (define-public rust-async-compression-0.4 (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:40 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:40 +0000 Received: from localhost ([127.0.0.1]:36266 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1T-0007hq-NH for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:40 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:60787 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0P-0007aI-3y for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628379; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5HGeGv5u+aioHCCUs0pxQH1Qdf22IUODSaDTRP5/j50=; b=sWIYDMTM8XQm6EJwqxzslK5SZ+vnt+AzTJQdwOM0NNO3mLZmS/f8Wh+h6qoUgvMGrZNZr9 8rzrRn4qSg1tSs/HXit7yj2Tp3Tku6uJ30XtmQhiN/CejxwlNMg8zZLXLubeJsV3HkcXGb 4rbXoYIe0sxl0WgCYHc93t1dJX2dfaRnRNqP4LYpozTsCbhcSoeUi5rcjAERlrrXqQuyrD grU9pt5G9HwB9SOB9tVeJMmBppcKTRK5ThfxpszJl5Dh+Yd0DZ0EisQudVewcOVaGvHgET qlgXj0vsHk1WMMSN/pcm5tkczsTu5etehUKDhORug76oorvqMQTYV7PK1WLf3Q== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 4b63160b (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:19 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 32/49] gnu: Add rust-ordered-stream-0.2. Date: Tue, 30 Jan 2024 16:25:15 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-ordered-stream-0.2): Add variable. (rust-ordered-stream-0.1): Inherit from rust-ordered-stream-0.2. Change-Id: I24169187e93fe2b08fe85a9d3ba6290b9f751dc3 --- gnu/packages/crates-io.scm | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-ordered-stream-0.2): Add variable. (rust-ordered-stream-0.1): Inherit from rust-ordered-stream-0.2. Change-Id: I24169187e93fe2b08fe85a9d3ba6290b9f751dc3 --- gnu/packages/crates-io.scm | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-ordered-stream-0.2): Add variable. (rust-ordered-stream-0.1): Inherit from rust-ordered-stream-0.2. Change-Id: I24169187e93fe2b08fe85a9d3ba6290b9f751dc3 --- gnu/packages/crates-io.scm | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 947bbbf586..55a334e396 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -42779,17 +42779,17 @@ (define-public rust-ordered-multimap-0.3 insertion order across all keys and values.") (license license:expat))) -(define-public rust-ordered-stream-0.1 +(define-public rust-ordered-stream-0.2 (package (name "rust-ordered-stream") - (version "0.1.4") - (source (origin - (method url-fetch) - (uri (crate-uri "ordered-stream" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "140c0h0ap30mcfhdk2xy1q9iqyb450wh11dglshh2y6vmjyj82in")))) + (version "0.2.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "ordered-stream" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0l0xxp697q7wiix1gnfn66xsss7fdhfivl2k7bvpjs4i3lgb18ls")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs @@ -42804,6 +42804,19 @@ (define-public rust-ordered-stream-0.1 external events in Rust.") (license (list license:expat license:asl2.0)))) +(define-public rust-ordered-stream-0.1 + (package + (inherit rust-ordered-stream-0.2) + (name "rust-ordered-stream") + (version "0.1.4") + (source (origin + (method url-fetch) + (uri (crate-uri "ordered-stream" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "140c0h0ap30mcfhdk2xy1q9iqyb450wh11dglshh2y6vmjyj82in")))))) + (define-public rust-ordermap-0.3 (package (name "rust-ordermap") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:40 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:40 +0000 Received: from localhost ([127.0.0.1]:36268 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1U-0007hx-2G for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:40 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:52481 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0P-0007bV-1g for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628379; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pEdJkQQqnO/6WJ8/al8j2dgc9t6XQzEFOtDq62Zsf5s=; b=SRhKz0BCkXkBqs7qq0jjXrVnM6GRK+5+s7q7NJew4sRxk22lO/Zr2hZnrfYPRH0T/+AALc Axa3yoyjtXRXROY8PBYE6kU/C8HNAOyPuCrW4CToHSvXidLpAO6W1WBy1iF7q+14X+ZatU pJ/RuO0hLFu5GSUg0N1CCdHUXkQWYz+q2BxYV3A+qiM1B6ZbQp+Wd1OMH3Q+YaX62Josdi XFfJy5rq0bm00C7pvJPSumpaR30gVO1WucJ76KX7FuKk7dHWjJWLXTVBToVy3lprU7yPBL ZK9+4TluHsHnemCc5UAnMyhZzSF1usrD58rUwKSiD5NLKk1uDBS5iCBUStfGvA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id c660f3cf (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:19 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 31/49] gnu: Add rust-async-io-2 and rust-async-net-2 cyclical dependency. Date: Tue, 30 Jan 2024 16:25:14 +0100 Message-ID: <6fd318fb29f9ef699bd6c6b898f1321556729945.1706619963.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-io-2, rust-async-net-2): Add variable. (rust-async-io-1): Inherit from rust-async-io-2. (rust-async-net-1): Inherit from rust-async-net-2. --- gnu/packages/cra [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-io-2, rust-async-net-2): Add variable. (rust-async-io-1): Inherit from rust-async-io-2. (rust-async-net-1): Inherit from rust-async-net-2. --- gnu/packages/cra [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-async-io-2, rust-async-net-2): Add variable. (rust-async-io-1): Inherit from rust-async-io-2. (rust-async-net-1): Inherit from rust-async-net-2. --- gnu/packages/crates-io.scm | 83 +++++++++++++++++++++++++++++++------- 1 file changed, 68 insertions(+), 15 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index f808d92c12..947bbbf586 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -3685,8 +3685,51 @@ (define-public rust-async-global-executor-2 @code{async-executor} and @code{async-io}.") (license (list license:asl2.0 license:expat)))) +(define-public rust-async-io-2 + (package + (name "rust-async-io") + (version "2.3.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "async-io" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0i57lqp1i7h9c5k7ccspyjxlaq032rgalwq7p9p794aa08cynhgv")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-async-lock" ,rust-async-lock-3) + ("rust-cfg-if" ,rust-cfg-if-1) + ("rust-concurrent-queue" ,rust-concurrent-queue-2) + ("rust-futures-io" ,rust-futures-io-0.3) + ("rust-futures-lite" ,rust-futures-lite-2) + ("rust-parking" ,rust-parking-2) + ("rust-polling" ,rust-polling-3) + ("rust-rustix" ,rust-rustix-0.38) + ("rust-slab" ,rust-slab-0.4) + ("rust-tracing" ,rust-tracing-0.1) + ("rust-windows-sys" ,rust-windows-sys-0.52)) + #:cargo-development-inputs (("rust-async-channel" ,rust-async-channel-2) + ("rust-async-net" ,rust-async-net-2) + ("rust-blocking" ,rust-blocking-1) + ("rust-criterion" ,rust-criterion-0.4) + ("rust-getrandom" ,rust-getrandom-0.2) + ("rust-inotify" ,rust-inotify-0.10) + ("rust-signal-hook" ,rust-signal-hook-0.3) + ("rust-tempfile" ,rust-tempfile-3) + ("rust-timerfd" ,rust-timerfd-1) + ("rust-uds-windows" ,rust-uds-windows-1)))) + (home-page "https://github.com/smol-rs/async-io") + (synopsis "Async I/O and timers") + (description + "This crate provides two tools: Async, an adapter for standard +networking types (and many other types) to use in async programs, and +Timer, a future that expires at a point in time.") + (license (list license:asl2.0 license:expat)))) + (define-public rust-async-io-1 (package + (inherit rust-async-io-2) (name "rust-async-io") (version "1.13.0") (source @@ -3696,7 +3739,6 @@ (define-public rust-async-io-1 (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "1byj7lpw0ahk6k63sbc9859v68f28hpaab41dxsjj1ggjdfv9i8g")))) - (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-async-lock" ,rust-async-lock-2) @@ -3721,14 +3763,7 @@ (define-public rust-async-io-1 ("rust-signal-hook" ,rust-signal-hook-0.3) ("rust-tempfile" ,rust-tempfile-3) ("rust-timerfd" ,rust-timerfd-1) - ("rust-uds-windows" ,rust-uds-windows-1)))) - (home-page "https://github.com/stjepang/async-io") - (synopsis "Async I/O and timers") - (description - "This crate provides two tools: Async, an adapter for standard networking -types (and many other types) to use in async programs, and Timer, a future -that expires at a point in time.") - (license (list license:asl2.0 license:expat)))) + ("rust-uds-windows" ,rust-uds-windows-1)))))) (define-public rust-async-lock-3 (package @@ -3888,8 +3923,31 @@ (define-public rust-async-mutex-1 @end itemize") (license (list license:asl2.0 license:expat)))) +(define-public rust-async-net-2 + (package + (name "rust-async-net") + (version "2.0.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "async-net" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1xyc5a5vcp3a7h1q2lbfh79wz8136dig4q4x6g4w2ws8ml7h0j5r")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-async-io" ,rust-async-io-2) + ("rust-blocking" ,rust-blocking-1) + ("rust-futures-lite" ,rust-futures-lite-2)))) + (home-page "https://github.com/smol-rs/async-net") + (synopsis "Async networking primitives for TCP/UDP/Unix communication") + (description "This package provides async networking primitives for +TCP/UDP/Unix communication.") + (license (list license:asl2.0 license:expat)))) + (define-public rust-async-net-1 (package + (inherit rust-async-net-2) (name "rust-async-net") (version "1.5.0") (source @@ -3905,12 +3963,7 @@ (define-public rust-async-net-1 (("rust-async-io" ,rust-async-io-1) ("rust-blocking" ,rust-blocking-1) ("rust-fastrand" ,rust-fastrand-1) - ("rust-futures-lite" ,rust-futures-lite-1)))) - (home-page "https://github.com/stjepang/async-net") - (synopsis "Async networking primitives for TCP/UDP/Unix communication") - (description - "Async networking primitives for TCP/UDP/Unix communication") - (license (list license:asl2.0 license:expat)))) + ("rust-futures-lite" ,rust-futures-lite-1)))))) (define-public rust-async-once-cell-0.5 (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:40 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:41 +0000 Received: from localhost ([127.0.0.1]:36270 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1U-0007i5-Hi for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:40 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:33997 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0G-0007Zl-RE for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628369; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5BYQ8H6wMaOmhvynbUdp41qjlXEglpjVfgABby1PTFg=; b=WamcYLHUsK6K2H1p92HNq4zXI/oHElduNQwGzgz2jEUX97vZTbQ/TH6+Pey6t1m0bYIq3I 19qeBk+12zRhqQbdKD2p2M23QsQWAIAvk+JJuFkbMnuRUCyAEBa62K/yRH8ctZUy9n0gGA /4tUr1FlZcHoYE/eCx/DwPypg7rQqm8q93zbXqcfqq7PwAMwDyHw4oCtdgo3ZOMCb91F+S DMIVs9Pt07Gc502KO2oRbPbKFWItt4B2z2FQs8WfCvK8kuVtl5fNMvWvLPgdfIlHmiToHY yU8GrjH3by+7q52PQstg2+vG22rt9S8JTIVGaNnSgQh1qXInrfJI6nlzENzBXQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id a4cc5c0a (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:09 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 10/49] gnu: Add rust-from-variants-0.6. Date: Tue, 30 Jan 2024 16:24:53 +0100 Message-ID: <46c374cda5e0434ddd24913bd96db84636d33371.1706619962.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-from-variants-0.6): Add variable. Change-Id: Iacf4ebe86fd8d4d95f41e7a8b43573f61daebbe5 --- gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-from-variants-0.6): Add variable. Change-Id: Iacf4ebe86fd8d4d95f41e7a8b43573f61daebbe5 --- gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-from-variants-0.6): Add variable. Change-Id: Iacf4ebe86fd8d4d95f41e7a8b43573f61daebbe5 --- 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 bc66f5aec2..2a0df8be22 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -23659,6 +23659,28 @@ (define-public rust-freetype-sys-0.13 (native-inputs (list pkg-config)))) +(define-public rust-from-variants-0.6 + (package + (name "rust-from-variants") + (version "0.6.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "from_variants" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1qx4jmwljwmcdfc998ndf7iz8wyg7lmlc3vl3fy812f9lfqiw6i2")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-from-variants-impl" ,rust-from-variants-impl-0.6)))) + (home-page "https://github.com/TedDriggs/from_variants") + (synopsis "Macro to generate conversions for newtype enums") + (description + "This package provides a Rust macro to automatically generate +conversions for newtype enums.") + (license (list license:expat license:asl2.0)))) + (define-public rust-from-variants-impl-0.6 (package (name "rust-from-variants-impl") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:41 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:41 +0000 Received: from localhost ([127.0.0.1]:36272 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1U-0007iD-Sm for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:41 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:60787 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0M-0007aI-6g for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628375; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZceQehtgjUtTASjJKPt01USamEoUbgo13sucOMI0z2Y=; b=aSxoSGJ8bkfHXDlL0+9YK+mfcTzTeoLtlHfCBLIFtA+O8RcccucsUfsa5Kv9HJRnDt+KBT MWk2nB4nfVAh2rOYJrreBXzhC96yBzIjGMWsrjQTqANFq/lTRQ0WhXmtb9tgUBfh/HTjrk MFc8uZmtY44ieOrgi/dfikRtj92B+z7IyuANXA74vNeaaVTMvp4uIHgaQOeZN1hkQratJV 0eSOPu9zF1PSxtkyGAB2iCwHR+6OCMxG6+wnIB7KlrVxyb6dmAEGtM1C0ciPMYx+tylwbj Ks5+ifl+oo2WuRVVs4/ftqLBkJ2TuSWhsPWnuulFVegNL69tj9dUwMYavbsR4Q== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id f365143c (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:15 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 22/49] gnu: Add rust-proc-macro-crate-3. Date: Tue, 30 Jan 2024 16:25:05 +0100 Message-ID: <7d18fa6aba2eaad45f56267ef2c55958e164898b.1706619962.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-proc-macro-crate-3): Add variable. (rust-proc-macro-crate-2): Inherit from rust-proc-macro-crate-3. Change-Id: I69be44ed31c083c3a78c7f41f691b9b435b665f7 --- gnu/packages/crates-io.scm | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-proc-macro-crate-3): Add variable. (rust-proc-macro-crate-2): Inherit from rust-proc-macro-crate-3. Change-Id: I69be44ed31c083c3a78c7f41f691b9b435b665f7 --- gnu/packages/crates-io.scm | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-proc-macro-crate-3): Add variable. (rust-proc-macro-crate-2): Inherit from rust-proc-macro-crate-3. Change-Id: I69be44ed31c083c3a78c7f41f691b9b435b665f7 --- gnu/packages/crates-io.scm | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 792fe103f3..b840aecfd6 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -47767,8 +47767,35 @@ (define-public rust-priority-queue-1 priority of an object.") (license license:expat))) +(define-public rust-proc-macro-crate-3 + (package + (name "rust-proc-macro-crate") + (version "3.1.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "proc-macro-crate" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "110jcl9vnj92ihbhjqmkp19m8rzxc14a7i60knlmv99qlwfcadvd")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-toml-edit" ,rust-toml-edit-0.21)) + #:cargo-development-inputs + (("rust-proc-macro2" ,rust-proc-macro2-1) + ("rust-quote" ,rust-quote-1) + ("rust-syn" ,rust-syn-2)))) + (home-page "https://github.com/bkchr/proc-macro-crate") + (synopsis "Get the name of a (renamed) crate in @file{Cargo.toml}") + (description + "This crate provides a way to get the name of a crate, even if it +is renamed in @file{Cargo.toml}.") + (license (list license:expat license:asl2.0)))) + (define-public rust-proc-macro-crate-2 (package + (inherit rust-proc-macro-crate-3) (name "rust-proc-macro-crate") (version "2.0.1") (source @@ -47783,7 +47810,6 @@ (define-public rust-proc-macro-crate-2 '(begin (substitute* "Cargo.toml" (("\"=([[:digit:]]+(\\.[[:digit:]]+)*)" _ version) (string-append "\"^" version))))))) - (build-system cargo-build-system) (arguments `(#:cargo-test-flags '("--release" "--" ;; Not all files included. @@ -47792,13 +47818,7 @@ (define-public rust-proc-macro-crate-2 ("rust-toml-edit" ,rust-toml-edit-0.20)) #:cargo-development-inputs (("rust-proc-macro2" ,rust-proc-macro2-1) ("rust-quote" ,rust-quote-1) - ("rust-syn" ,rust-syn-2)))) - (home-page "https://github.com/bkchr/proc-macro-crate") - (synopsis "Support for @code{$crate} in procedural macros") - (description - "This crate provides a way to get the name of a crate, even if it -renamed in @file{Cargo.toml}.") - (license (list license:asl2.0 license:expat)))) + ("rust-syn" ,rust-syn-2)))))) (define-public rust-proc-macro-crate-1 (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:41 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:41 +0000 Received: from localhost ([127.0.0.1]:36274 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1V-0007iJ-91 for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:41 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:33997 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0M-0007Zl-Iy for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628376; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vBx3wrI4UKZWjLrkIokdPN1LwheXyjqs2MvzjwNBM3I=; b=PPCN2xC6OPTyLDTBRtvoRMS4Nw3sYanaCrzZpUCpAvmWun1VeQTbCf+1TwrWOLSQZA1e24 sHyPRXJaxww2hW2lPEg3/nzqEhLhe0jmc5SGxjpUbsIjJY8Oe7q8OVvd78AlibwP7upMeN R+RRCnX3RaBRZmzJSLkNs2hwS+4zDuvok/49AYRN7kMrFxELK+mxhY7AoUzgPfTriZ1Fsu jw6EwpaaJu4Vza70kQ+QzbPxwFe97VbOVsLU+xjfn+sdEX1J3TvifBMl6m9THfYufb0/Tw wOhpNI+T9hqznre5uTeLmgBeC4+Gi0+QgKkXlm7in8uHzG8ovnxpfEQLqU90gg== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id fe8ad79c (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:16 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 23/49] gnu: Add rust-wayrs-proto-parser-2 Date: Tue, 30 Jan 2024 16:25:06 +0100 Message-ID: <335ac203eb69db3e09d2becc1fbbdcdb89cd77c5.1706619962.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-graphics.scm (rust-wayrs-proto-parser-2): Add variable. --- gnu/packages/crates-graphics.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 892839467f..f6b1cba997 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -4 [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-graphics.scm (rust-wayrs-proto-parser-2): Add variable. --- gnu/packages/crates-graphics.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 892839467f..f6b1cba997 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -4 [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-graphics.scm (rust-wayrs-proto-parser-2): Add variable. --- gnu/packages/crates-graphics.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 892839467f..f6b1cba997 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -4994,6 +4994,27 @@ (define-public rust-wayland-sys-0.21 (base32 "0a0ndgkg98pvmkv44yya4f7mxzjaxylknqh64bpa05w0azyv02jj")))))) +(define-public rust-wayrs-proto-parser-2 + (package + (name "rust-wayrs-proto-parser") + (version "2.0.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "wayrs-proto-parser" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1a9gb0iv6rm1z2n4isfb9x05pv6wlgn23hljb9s038m4dgmyn1hl")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-quick-xml" ,rust-quick-xml-0.31) + ("rust-thiserror" ,rust-thiserror-1)))) + (home-page "https://github.com/MaxVerevkin/wayrs") + (synopsis "Parser for wayland protocol xml files") + (description "This package provides a parser for wayland protocol +xml files.") + (license license:expat))) + (define-public rust-webp-0.2 (package (name "rust-webp") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:42 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:42 +0000 Received: from localhost ([127.0.0.1]:36276 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1V-0007iR-Ki for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:41 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:60787 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0N-0007aI-E2 for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628376; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HZXKPz9V+RedfWoiAC0/BDZxulMs4cRXJQ6GJGzw6NI=; b=JyNCefCsIKKYygP6HA9mVH67zDmW1mriJ5TOlV7X9pz+k9hrCj8F0CtuCE564C/ZqMPqgW verRXPvTVEqMstp91UG8C/dSW7bDU2n2OIjR+V55/FbO5FX7YdRGt20l8CukT7MM0qCB1c 4fuS7znnm8xf2klnnvfyPgFfSeP3lFYJGpBjAFgYbbJQqHb4bwhpiCKDIckIHf649guuZE mMujmu6+8Q/VFTLM3cgr93K6XNMRcLvvDN/UhFp40pFq1MkPydIOc5QJ9/sfuycFyVIaEI H83TWgr79Z500lDwTcwYD+6XsrJUVGYFJKVkNg8hX/k34CvivpKuHh0xq5vHLA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 808c05ec (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:16 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 25/49] gnu: Add rust-wayrs-client-1. Date: Tue, 30 Jan 2024 16:25:08 +0100 Message-ID: <66526d9f38ef5f854762b65bd5f5e6ed6f0e0ad6.1706619962.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-wayrs-client-1): Add variable. --- gnu/packages/crates-graphics.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 010a0c2070..32fb19ada7 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -4 [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-wayrs-client-1): Add variable. --- gnu/packages/crates-graphics.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 010a0c2070..32fb19ada7 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -4 [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-wayrs-client-1): Add variable. --- gnu/packages/crates-graphics.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 010a0c2070..32fb19ada7 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -4994,6 +4994,28 @@ (define-public rust-wayland-sys-0.21 (base32 "0a0ndgkg98pvmkv44yya4f7mxzjaxylknqh64bpa05w0azyv02jj")))))) +(define-public rust-wayrs-client-1 + (package + (name "rust-wayrs-client") + (version "1.0.2") + (source + (origin + (method url-fetch) + (uri (crate-uri "wayrs-client" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "18i19b7z4wp0mjwn256ps3pdfk47lx45h0cx8wkjlv7akkgzxnj7")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-nix" ,rust-nix-0.27) + ("rust-thiserror" ,rust-thiserror-1) + ("rust-tokio" ,rust-tokio-1) + ("rust-wayrs-scanner" ,rust-wayrs-scanner-0.13)))) + (home-page "https://github.com/MaxVerevkin/wayrs") + (synopsis "Wayland client library") + (description "This package provides a wayland client library.") + (license license:expat))) + (define-public rust-wayrs-proto-parser-2 (package (name "rust-wayrs-proto-parser") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:42 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:42 +0000 Received: from localhost ([127.0.0.1]:36278 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1V-0007iY-Vn for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:42 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:60787 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0Q-0007aI-4p for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628380; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=o5L/L4vHIOKZ9mG3mBjPMG1msGQCsyj2G2e6zFovQM0=; b=ghqndse3Fqvl8iRkJzIO+3SRAGZuKy2QaIAXlCQg/J3gTzHElzpkI11BAE42yEEEOleJPY yZYt8lk7CRRCW9BUoRX5HG0y/wQhxcCajvwgL9/L1HDfMj1/Slo7OZd+PI3TAimOsOhnAc 1BQac9EduEh8fLIVY9FRuszgP8SIFVmlwe4D5YMVtiT1+HyvbgL8UEeJ/zrpIBhX+W3oz/ fK6KKMTVlSnuhbMRZKrgdRP7IHiTet2RXRxf1RWes3JhhYe/iRB7wnWfM7d96Am5ASPPcZ YCB1BX7R3LDEPb8jrv4oNB7D/oH2dKXw6ta+ROObsM3JqUoZNzqD7JI5y5Qgiw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 7c4286ac (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:20 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 35/49] gnu: Add rust-event-listener-3. Date: Tue, 30 Jan 2024 16:25:18 +0100 Message-ID: <8bc156aac9454e58ec340962a816de44bdbc1d84.1706619963.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-event-listener-3): Add variable and inherit from rust-event-listener-4. Change-Id: I84635d1ab1333847c6a3024a88edc1a2d1db5389 --- gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-event-listener-3): Add variable and inherit from rust-event-listener-4. Change-Id: I84635d1ab1333847c6a3024a88edc1a2d1db5389 --- gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-event-listener-3): Add variable and inherit from rust-event-listener-4. Change-Id: I84635d1ab1333847c6a3024a88edc1a2d1db5389 --- 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 f3d3a0c187..7159e359de 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -21531,6 +21531,31 @@ (define-public rust-event-listener-4 blocking data structures.") (license (list license:asl2.0 license:expat)))) +(define-public rust-event-listener-3 + (package + (inherit rust-event-listener-4) + (name "rust-event-listener") + (version "3.1.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "event-listener" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1hihkg6ihvb6p9yi7nq11di8mhd5y0iqv81ij6h0rf0fvsy7ff6r")))) + (arguments + `(#:cargo-inputs + (("rust-concurrent-queue" ,rust-concurrent-queue-2) + ("rust-parking" ,rust-parking-2) + ("rust-pin-project-lite" ,rust-pin-project-lite-0.2) + ("rust-portable-atomic" ,rust-portable-atomic-1) + ("rust-portable-atomic-util" ,rust-portable-atomic-util-0.1)) + #:cargo-development-inputs + (("rust-criterion" ,rust-criterion-0.4) + ("rust-futures-lite" ,rust-futures-lite-2) + ("rust-waker-fn" ,rust-waker-fn-1) + ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3)))))) + (define-public rust-event-listener-2 (package (inherit rust-event-listener-4) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:42 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:42 +0000 Received: from localhost ([127.0.0.1]:36280 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1W-0007if-BG for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:42 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:52481 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0Q-0007bV-DP for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628381; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xMfXxd0jhyZzTUL+TZKuPCtjmNDuNBUUg4L9mHZgXns=; b=GJL7Mz+NzZVR3KP1SvTbfPKghKR3ZqCUlIQIjFb0kHHkmZ5XW22UHdN0tFbblv78N7Ys3L qHK3r1SvB9vUn1ou7pq0V79ace3zHA74+u1EmEZKM0w5l1r6zLxOdNlbdY+4xdsAlb7zf4 CNKJPmoQ0HKxWc9LUmuDDMhamt1PcYaM2cq0uzHS7NQUCiQ0mHJBUfjegpbZJD6l4AYdEc 8X2eknzfmRI2Wg8giJoIygLQbwebkmW7YQ3LUseoTk6UlVxUbOl23/Gx6jhUUysaq/KDgW uEybDOnnhSSkBfv1abYrC+r5DyCFArdYPws6k1qJDBoNwpcZRXcQ344kNQug2w== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id e7e66294 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:21 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 37/49] gnu: rust-async-fs-1: Update to 1.6.0. Date: Tue, 30 Jan 2024 16:25:20 +0100 Message-ID: <49b772e608467c2bc9edec321f284e24995a0c2f.1706619963.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-fs-1): Update to 1.6.0. Change-Id: I5e399f890b802b284eac2950219be692aa81b607 --- gnu/packages/crates-io.scm | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-fs-1): Update to 1.6.0. Change-Id: I5e399f890b802b284eac2950219be692aa81b607 --- gnu/packages/crates-io.scm | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-async-fs-1): Update to 1.6.0. Change-Id: I5e399f890b802b284eac2950219be692aa81b607 --- gnu/packages/crates-io.scm | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 66d7d4cba7..e122ce8af4 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -3631,23 +3631,25 @@ (define-public rust-async-executor-1 (define-public rust-async-fs-1 (package (name "rust-async-fs") - (version "1.5.0") + (version "1.6.0") (source (origin (method url-fetch) (uri (crate-uri "async-fs" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1qnsqg0jjpda590w8nvbhh5mcmdyx5f43xx2g313fz0izzwa8g4b")))) + (base32 "01if2h77mry9cnm91ql2md595108i2c1bfy9gaivzvjfcl2gk717")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t - #:cargo-inputs - (("rust-async-lock" ,rust-async-lock-2) - ("rust-blocking" ,rust-blocking-1) - ("rust-futures-lite" ,rust-futures-lite-1)))) - (home-page "https://github.com/stjepang/async-fs") - (synopsis "Async filesystem primitives in Rust") + #:cargo-inputs (("rust-async-lock" ,rust-async-lock-2) + ("rust-autocfg" ,rust-autocfg-1) + ("rust-blocking" ,rust-blocking-1) + ("rust-futures-lite" ,rust-futures-lite-1)) + #:cargo-development-inputs (("rust-libc" ,rust-libc-0.2) + ("rust-winapi" ,rust-winapi-0.3)))) + (home-page "https://github.com/smol-rs/async-fs") + (synopsis "Async filesystem primitives") (description "This package provides async filesystem primitives.") (license (list license:asl2.0 license:expat)))) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:43 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:43 +0000 Received: from localhost ([127.0.0.1]:36282 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1W-0007in-M3 for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:43 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:60787 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0Q-0007aI-W9 for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628382; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fAN4L8p39qv3OyQYxuxs4s+FLhcrbhV/OjT/+yf6eFI=; b=P13GBPmMIIvwDnIiOLVvjYTohRjfy+FCaNJ7U+1F2In2ve4lp/mTSV9V8fzhIHFp85yVUH AwGyjm74CvttfSkfCb2kf+sVnshaNcYwa7mVi4cQiI94LaiRCBcx2c2Z4JtV9GRTeDaxQD PTq78MYwy8V15nuah30odAiKhgbK9Pd7YWROCUs4AQhhu2lX07NFowX7JkCBBPz8w+pKek axLZIbtuQFePEjZ5oYCp/BVKbcgJnlHIPyRFxuH33OqoUeEYcGJXpvnmmYfvEuhjwzP+yR fTfb8Mf8zcvAAQpV+kFzTukLqKWKtrkfBJyNuZL1pHqs55BfjQ5TLiN2/s87Xg== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 12843fb1 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:22 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 39/49] gnu: Add rust-pandoc-0.8. Date: Tue, 30 Jan 2024 16:25:22 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-pandoc-0.8): Add variable. Change-Id: I62d9ebbdd423678f667d4df1177e0daa3830a60d --- gnu/packages/crates-io.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-pandoc-0.8): Add variable. Change-Id: I62d9ebbdd423678f667d4df1177e0daa3830a60d --- gnu/packages/crates-io.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-pandoc-0.8): Add variable. Change-Id: I62d9ebbdd423678f667d4df1177e0daa3830a60d --- gnu/packages/crates-io.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 6657be60d8..8d059e8d7c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -43653,6 +43653,26 @@ (define-public rust-parasail-sys-0.2 sequence alignment library.") (license license:expat))) +(define-public rust-pandoc-0.8 + (package + (name "rust-pandoc") + (version "0.8.11") + (source + (origin + (method url-fetch) + (uri (crate-uri "pandoc" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0p56085drzwb143ximsvr5bni7k0cl9ld7dz7lh92hkslz8m6ga6")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-itertools" ,rust-itertools-0.12)))) + (home-page "https://github.com/oli-obk/rust-pandoc") + (synopsis "Library API that wraps calls to the pandoc executable") + (description "A library API that wraps calls to the pandoc 2.x +executable.") + (license (list license:expat license:asl2.0)))) + (define-public rust-parasailors-0.3 (package (name "rust-parasailors") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:43 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:43 +0000 Received: from localhost ([127.0.0.1]:36284 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1X-0007iu-2d for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:43 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:52481 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0R-0007bV-DV for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628383; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ewpyVei4jD7Mifl9XHZKcIwNq58cvhGobXfb4PXEUnQ=; b=n4tdXEqZF7HT7dhJ3O6okjUp/vpy/AMtTvGH83q2jxiX03fdS2D5fLXngYbMCuw6QbLqp2 Pc1V5Drc0stSfVKhEQQyDMJAi53txpeJCJmKOEo6IHDVSjocDsHMAn7G3MQ/pug3aPxAfs afoKFpVmHaeXYvovtQuYJc+hJgaqVGBSIwVSdIo6Bx+Ntpvxc6My5QMnwCC0SqzV/ZY+3B uAETwRQoHb9uUgSdB3rwoFbXm2xhjNy2fo66bCKqZEcUd44g8Q/TNxb8Ks2IXhMxasd8dq XhuIKyJ3/tYHHJrziLPpry43x/uv5PvEMDmkwv9h5BPr3en3tq0yy0lFud/MXA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 2b080e7f (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:23 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 41/49] gnu: Deprecate rust-nl80211-0.0.2. Date: Tue, 30 Jan 2024 16:25:24 +0100 Message-ID: <7f9fd0c431002948df4e63e1eb5f59fffa4b770f.1706619963.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-nl80211-0.0.2): Deprecate in favor of rust-neli-wifi-0.6. Change-Id: I5c07d3522053949723ae80ee52ca09d7a25d0386 --- gnu/packages/crates-io.scm | 24 1 file changed, 24 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-nl80211-0.0.2): Deprecate in favor of rust-neli-wifi-0.6. Change-Id: I5c07d3522053949723ae80ee52ca09d7a25d0386 --- gnu/packages/crates-io.scm | 24 1 file changed, 24 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-nl80211-0.0.2): Deprecate in favor of rust-neli-wifi-0.6. Change-Id: I5c07d3522053949723ae80ee52ca09d7a25d0386 --- gnu/packages/crates-io.scm | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 8d059e8d7c..fe2c1cd979 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -39832,30 +39832,6 @@ (define-public rust-nix-0.8 ("rust-libc" ,rust-libc-0.2) ("rust-void" ,rust-void-1)))))) -(define-public rust-nl80211-0.0.2 - (package - (name "rust-nl80211") - (version "0.0.2") - (source - (origin - (method url-fetch) - (uri (crate-uri "nl80211" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "0jgx12qy0a004sc4qpr3ahgn9gma3rln9gsxiq4cdw6dd8h4dmx0")))) - (build-system cargo-build-system) - (arguments - `(#:cargo-inputs - (("rust-buffering" ,rust-buffering-0.3) - ("rust-hex" ,rust-hex-0.4) - ("rust-neli" ,rust-neli-0.4)))) - (home-page "https://github.com/Eonm/nl80211") - (synopsis "Send commands to nl80211 and receive messages") - (description - "This crate provides a low level access to nl80211. It can send commands -to nl80211 and receive messages.") - (license license:expat))) - (define-public rust-no-color-0.1 (package (name "rust-no-color") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:43 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:43 +0000 Received: from localhost ([127.0.0.1]:36286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1X-0007j1-Co for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:43 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:60787 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0R-0007aI-Rl for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628383; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rncb+L1GW5NtE6/SZ6G+jRmcC1n4nh314T+1Zt1V9Ik=; b=UA4otCIAwM3Kf92tRlZtlRtN4+X1QpzE2qIvA0dzP7VA77LFb5QDPNaCMV7gqBgDxTMwUu otOa9M6qjv9BbxRkUSq5etGmTmkT/5kwOOz1tIX3w65A7yYC80xWIyWrOn4jXLIgurKfKH w5MMbyKwbhTuNuIgCqMmOX4hsTaaOCJncF9Z0t8nz60n5w508VhsRQQm55kKvGLYe3StqJ oJ5MZ0Xahakj6bpebQtRBUOG1UiCTsx0uN4Ba28DfJRz3QpPmM6G6pgXFUmXwI44qIEKLZ ECC77A5qXX4N+XnRe74DW4kr5kERtufio8pAIDIbgf2UpGJollZ8+FYhuORqPQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 20624f24 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:23 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 42/49] gnu: Remove rust-neli-0.4. Date: Tue, 30 Jan 2024 16:25:25 +0100 Message-ID: <282e481d6c000e8bdd01033276808bb4dc0b2468.1706619963.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-neli-0.4): Delete variable. --- gnu/packages/crates-io.scm | 21 1 file changed, 21 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index fe2c1cd979..aa40575ffa 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -39054,27 +39054,6 @@ (def [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-neli-0.4): Delete variable. --- gnu/packages/crates-io.scm | 21 1 file changed, 21 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index fe2c1cd979..aa40575ffa 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -39054,27 +39054,6 @@ (def [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-neli-0.4): Delete variable. --- gnu/packages/crates-io.scm | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index fe2c1cd979..aa40575ffa 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -39054,27 +39054,6 @@ (define-public rust-neli-0.5 ("rust-simple-logger" ,rust-simple-logger-1) ("rust-tokio" ,rust-tokio-1)))))) -(define-public rust-neli-0.4 - (package - (inherit rust-neli-0.5) - (name "rust-neli") - (version "0.4.4") - (source - (origin - (method url-fetch) - (uri (crate-uri "neli" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "1lxnns9vfrsiwksscjgr7yvgpc5658lw07d745ir37r5pn19fpp8")))) - (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-buffering" ,rust-buffering-0.4) - ("rust-byteorder" ,rust-byteorder-1) - ("rust-libc" ,rust-libc-0.2) - ("rust-mio" ,rust-mio-0.6) - ("rust-tokio" ,rust-tokio-0.1)))))) - (define-public rust-neli-proc-macros-0.1 (package (name "rust-neli-proc-macros") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:44 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:44 +0000 Received: from localhost ([127.0.0.1]:36288 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1X-0007j8-Lw for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:43 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:52481 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0S-0007bV-JD for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628384; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lWrr/hyKilXTvzh706ktQN299F8MVise9Y3OZsL9b3k=; b=mXl5wmzEF/c4ggyNTbFSuG6jMWn1y1qmw3bBk2epJEDPKaDf8DAwsb9g6iEzHhilW5QiYD 7/kkVUbviyDfV4nJclUbJFOTHcr6htdlygng28UkPzTu/8S5zWPAEN1kBodByNApC/cBzM gaOAYPjxXBAgcCfmbvnKh53P70e302mP7Mm1ydEQQUVeTJHPHDoJPKW3c80b04LxzeEPwr QZFXTlHmVaj4YXZexdU4sf+V5kMl4LEY4VRhkYHWII/Vc/og9aTx3k9LX8UYUERWi47SZ8 2ZpUWoCtIJkwuqkfjRISQ7dwdAQ5IFcS8KsPSHtV4XuwGiA2IPkd9vqfuMI1Gg== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 5604258c (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:24 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 44/49] gnu: Remove rust-cpuprofiler-0.0. Date: Tue, 30 Jan 2024 16:25:27 +0100 Message-ID: <5a7574064a369cdb298d514f2171f62d986863e8.1706619963.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-cpuprofiler-0.0): Delete variable. Change-Id: I6fc8cf632f39763d59df8f73b56fdbb2da531289 --- gnu/packages/crates-io.scm | 26 1 file changed, 26 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-cpuprofiler-0.0): Delete variable. Change-Id: I6fc8cf632f39763d59df8f73b56fdbb2da531289 --- gnu/packages/crates-io.scm | 26 1 file changed, 26 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-cpuprofiler-0.0): Delete variable. Change-Id: I6fc8cf632f39763d59df8f73b56fdbb2da531289 --- gnu/packages/crates-io.scm | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 18f4edf8e6..f38f456c99 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -13967,32 +13967,6 @@ (define-public rust-cpuid-bool-0.2 (description "This package has been replaced by the `cpufeatures` crate.") (license (list license:expat license:asl2.0)))) -(define-public rust-cpuprofiler-0.0 - (package - (name "rust-cpuprofiler") - (version "0.0.4") - (source - (origin - (method url-fetch) - (uri (crate-uri "cpuprofiler" version)) - (file-name - (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "0az588yyl9r13w4k7xfdh5ckfaq52fwpjry2q2hblazxpjflgy23")))) - (build-system cargo-build-system) - (arguments - `(#:cargo-inputs - (("rust-error-chain" ,rust-error-chain-0.12) - ("rust-lazy-static" ,rust-lazy-static-1) - ("rust-pkg-config" ,rust-pkg-config-0.3)))) - (inputs - (list gperftools)) - (home-page "https://github.com/AtheMathmo/cpuprofiler") - (synopsis "Bindings to Google's cpu profiler") - (description "This package provides bindings to Google's cpu profiler.") - (license license:bsd-2))) - (define-public rust-uom-0.34 (package (name "rust-uom") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:44 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:44 +0000 Received: from localhost ([127.0.0.1]:36290 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1X-0007jG-WA for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:44 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:60787 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0S-0007aI-PX for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628385; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1qynMjnz8xKMdCfpiuS4XmQGOvh3kospE2ZCpNIVOiw=; b=eSxIA7xjGlfHrQREywcHsZTNtFA9b0rf8parxf7ET8MWoVQ02afVL9MW8mGOWcaawlXiTl 3S5N12h/l5AeQ1ulyJtbfvkLmpo22a+RNISiGGLnvgu3UtkMxH+E9VZ8p3pAU56sj5bMV6 EUK/iTLpp2i873g9A3jdEAanvp+0N8nEqqG5rBBEgZnEnIc7WYtkFfMh2rR2nrYyckByd8 ygcgyq7kvfCRHwFQaTzD0cbqtdLv0jLhuRXc8LlHofut1Aac+/gurJ+Knwfy8uV8n3Mdi3 2YzZ5DxA1JGodbfENAM2DQQLmq8ZXf9MC7FAEr4XpD7RhV3fm+KnYNei7xGeBQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id d7f2bcb7 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:24 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 45/49] gnu: Remove rust-progress-0.2. Date: Tue, 30 Jan 2024 16:25:28 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-progress-0.2): Remove variable. Change-Id: Iee2958a87926a6026fed7adefe5f7ff0e44814a8 --- gnu/packages/crates-io.scm | 23 1 file changed, 23 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-progress-0.2): Remove variable. Change-Id: Iee2958a87926a6026fed7adefe5f7ff0e44814a8 --- gnu/packages/crates-io.scm | 23 1 file changed, 23 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-progress-0.2): Remove variable. Change-Id: Iee2958a87926a6026fed7adefe5f7ff0e44814a8 --- gnu/packages/crates-io.scm | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index f38f456c99..d9168ac2f5 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -48427,29 +48427,6 @@ (define-public rust-profiling-procmacros-1 "This crate provides a very thin abstraction over other profiler crates.") (license (list license:expat license:asl2.0)))) -(define-public rust-progress-0.2 - (package - (name "rust-progress") - (version "0.2.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "progress" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "0i0w5zh2hm4l16ibg5mgr9pf3vpybhhx0zrs0nb8d191awq21f0p")))) - (build-system cargo-build-system) - (arguments - `(#:tests? #f ; 2 tests fail - #:cargo-inputs - (("rust-terminal-size" ,rust-terminal-size-0.1)))) - (home-page "https://github.com/TheKK/progress") - (synopsis "Library for showing text based progress bar and job status") - (description - "This library is used for showing text based progress bar and job -status.") - (license license:expat))) - (define-public rust-progressing-3 (package (name "rust-progressing") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:27:44 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:27:44 +0000 Received: from localhost ([127.0.0.1]:36292 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq1Y-0007jN-Bj for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:27:44 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:52481 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0T-0007bV-Dl for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628386; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=B83DAg7XPxQfiqeqxrZn2g5SRVB/jLnjArVDpIlEDss=; b=Yhb5CQlEpA8PC95Aawv5OeDZCIr0x1VfdjGY0ZUYmaJYe+c+zPObp8tuDfvRYRJs4B1v7K m0p7j3kLEZ99YvTDHpiO+wa14LApjnBfJbzOhDunqkFpKpeOHRRHePJDFmrk/o4JrQMckQ m9yBl6hTHYPA/oyxTPM2pWxNA8MWQABo09zWVED/uMsvitsREmvup2jJj02K2dbQ/SCJ/P PXGxWmYDoKAzfUdcrI1yBNWezR7hwYSgVTkQGFdFjQl1sKSDzws/O/elejXgs07V/RWyH1 Dzg76ho5qazjDvorgnfU1m4Ti/dFLdunHTVT4mkwQnfHsMkkH2IvL6C92wPcWw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 8f381656 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:26 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 48/49] gnu: Remove rust-buffering-nocopy-macro-0.1. Date: Tue, 30 Jan 2024 16:25:31 +0100 Message-ID: <61c8a3e2e0800fd789190816d2183d73e26aef8e.1706619963.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io (rust-buffering-nocopy-0.1): Delete variable. Change-Id: I4c66c37c003938cff3288ad63bb2112b7a854e0f --- gnu/packages/crates-io.scm | 19 1 file changed, 19 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io (rust-buffering-nocopy-0.1): Delete variable. Change-Id: I4c66c37c003938cff3288ad63bb2112b7a854e0f --- gnu/packages/crates-io.scm | 19 1 file changed, 19 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io (rust-buffering-nocopy-0.1): Delete variable. Change-Id: I4c66c37c003938cff3288ad63bb2112b7a854e0f --- gnu/packages/crates-io.scm | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index f627940f78..71aa8fea52 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -7720,25 +7720,6 @@ (define-public rust-buffering-nocopy-macro-0.2 (description "This package provides a proc-macro crate for buffering.") (license license:bsd-3))) -(define-public rust-buffering-nocopy-macro-0.1 - (package - (inherit rust-buffering-nocopy-macro-0.2) - (name "rust-buffering-nocopy-macro") - (version "0.1.1") - (source - (origin - (method url-fetch) - (uri (crate-uri "buffering_nocopy_macro" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "03b6wp4i3273jzw2nbnrnddlxyma3p465y2dszx6vc3ysq0fdlj7")))) - (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-proc-macro2" ,rust-proc-macro2-0.4) - ("rust-quote" ,rust-quote-0.6) - ("rust-syn" ,rust-syn-0.14)))))) - (define-public rust-bufstream-0.1 (package (name "rust-bufstream") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:51:10 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:51:10 +0000 Received: from localhost ([127.0.0.1]:36365 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqOD-0008S4-Ty for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:51:10 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0S-0007Za-Ul for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628385; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=v34TZEjqUVLdSEQ4QnUIVOo9IyKw0EF5QIPCmLUrp04=; b=F/UdumfExGDnm9IIfwVBzC/b9EDO0BWFIfZBNDFGNFaQtwOmF0IbT4RhpxrO3YNfXYiXuz KxNQwcLz0q+o38gJw/dBuEQz8UYxC3nRmxC93r6pkonTqJYvsRTT49VtmqebLZyrqkmyE5 jgx1XQgHwRWpKQyPCqL5rUbamDrdAhWeqpoa7g4Xwdx/ZOQv4y4VUhV90oxbev6bBxc7pN VMNQkOy02Uxj1RHHtsElVu8tIsgix6DodG4pgYUIWgAZl4QshklPlobSyIAbt9DbLeNLPE QKIPGTL/eJJAiEmNWvExHEBum7UyJCx0oZBun9tzF2gxJwVT4P+T7+vKoJ2fbg== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 5cc24c25 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:25 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 46/49] gnu: Remove rust-buffering-0.3. Date: Tue, 30 Jan 2024 16:25:29 +0100 Message-ID: <8ae3882c3a377c1845c62451155de67bec0b0655.1706619963.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io (rust-buffering-0.3): Delete variable. Change-Id: I6125c89b980d4ee24ce9a26d53f140b0a67a9950 --- gnu/packages/crates-io.scm | 18 1 file changed, 18 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io (rust-buffering-0.3): Delete variable. Change-Id: I6125c89b980d4ee24ce9a26d53f140b0a67a9950 --- gnu/packages/crates-io.scm | 18 1 file changed, 18 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io (rust-buffering-0.3): Delete variable. Change-Id: I6125c89b980d4ee24ce9a26d53f140b0a67a9950 --- gnu/packages/crates-io.scm | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index d9168ac2f5..e861b4f613 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -7698,24 +7698,6 @@ (define-public rust-buffering-0.4 buffer operations.") (license license:bsd-3))) -(define-public rust-buffering-0.3 - (package - (inherit rust-buffering-0.4) - (name "rust-buffering") - (version "0.3.4") - (source - (origin - (method url-fetch) - (uri (crate-uri "buffering" version)) - (file-name - (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "11cyq2nm569j028g93jxk00h8nfwc3l6n3hqw79w34na01p3lq97")))) - (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-buffering-nocopy-macro" ,rust-buffering-nocopy-macro-0.1)))))) - (define-public rust-buffering-nocopy-macro-0.2 (package (name "rust-buffering-nocopy-macro") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:51:11 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:51:11 +0000 Received: from localhost ([127.0.0.1]:36367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqOE-0008SI-MW for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:51:10 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:60787 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0T-0007aI-QG for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628386; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=69V+S+EtB3Kkjw/M+NFeWIiy3Zysa1ljDlwpqq4lbsM=; b=QhIs+2AukFow1xd7Vg1TQC09qY26B7Fa3fK9aMOkrYFIECGgj1bef5hR5csHxhKTTR6Z1y rR5GOQ3frYcBiHl/47E1gYUia28uI9Na2dFcDA2IoyHfYdJbBUOrvzZFe/e2JrQ9OShmf3 z5iGR4EJW1Stnqn+ceX8X092m3d5xoQCX6Vv7FXIKHVFDN+uF+ILAp3rNM+Mf21OrK8pwx 77GOkXETBdl0QvzNOqzdpI+dDiRI4Pc2mE42fC0szVvaGLFhy+2wTSCY3Kmnoh0c54xdIt 6vxdhJPutMFtNTU1SwfrrfnaFcGRJX8r6yk9Y+NKYuwo7TZtC/lA/QtAsXtuNA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id aaaca5cf (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:26 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 49/49] gnu: Remove rust-ordered-stream-0.1. Date: Tue, 30 Jan 2024 16:25:32 +0100 Message-ID: <3fcb9a063ef8bf3469d703925d2b25f3b43a955f.1706619963.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-ordered-stream-0.1): Delete variable. Change-Id: I9ee8e3ff018e50cc7f39bc1184b9d3996a236527 --- gnu/packages/crates-io.scm | 13 1 file changed, 13 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-ordered-stream-0.1): Delete variable. Change-Id: I9ee8e3ff018e50cc7f39bc1184b9d3996a236527 --- gnu/packages/crates-io.scm | 13 1 file changed, 13 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-ordered-stream-0.1): Delete variable. Change-Id: I9ee8e3ff018e50cc7f39bc1184b9d3996a236527 --- gnu/packages/crates-io.scm | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 71aa8fea52..4ca6e722f5 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -42730,19 +42730,6 @@ (define-public rust-ordered-stream-0.2 external events in Rust.") (license (list license:expat license:asl2.0)))) -(define-public rust-ordered-stream-0.1 - (package - (inherit rust-ordered-stream-0.2) - (name "rust-ordered-stream") - (version "0.1.4") - (source (origin - (method url-fetch) - (uri (crate-uri "ordered-stream" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "140c0h0ap30mcfhdk2xy1q9iqyb450wh11dglshh2y6vmjyj82in")))))) - (define-public rust-ordermap-0.3 (package (name "rust-ordermap") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:51:11 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:51:11 +0000 Received: from localhost ([127.0.0.1]:36369 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqOE-0008SP-WF for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:51:11 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:33997 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0T-0007Zl-1c for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628385; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=uSC4VRjupcqKmpZNPu3TEK2OUk0rX4nEXFfHFh0cN+8=; b=Rsuo2fOWpnZ5zVtj1F5anIuf6KjuAFyoBVYkmiJlj+uMjdEg0GLUKXWjNpTmgi5yDMzcdw F3SQeMiByXeOY+T2EDr5IX91sBb5dOXchK1n3vthBbIx7TETjNd0vSqlU8uTc/eS2ULCLO r6YTR/Ip2ctr6Dk7dF+RqOrAg8ra/gY7/WFyJDXuwAIIpaZhNlVevKApPwrdqYcOkrgvBo S0f1FnlK2a27sYaC5fKLNoLYJO8x0ObsLavef2nPNrQwRV4UhD17JXI/19xxXBmt5TIY0s wPq/bCMPnXWDI1v1DOt6w/n2sF1JtnbRbuRsaryksIg2O4G9Xkb3KxWT+jCz+A== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 0b5cf63c (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:25 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 47/49] gnu: Remove rust-supercow-0.1. Date: Tue, 30 Jan 2024 16:25:30 +0100 Message-ID: <9b9237d939ac3b76a2a172fcb45c3955d342c5f2.1706619963.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io (rust-supercow-0.1): Delete variable. Change-Id: I56d7d46b7920724d6511ee842aa8f85f04b49d22 --- gnu/packages/crates-io.scm | 19 1 file changed, 19 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io (rust-supercow-0.1): Delete variable. Change-Id: I56d7d46b7920724d6511ee842aa8f85f04b49d22 --- gnu/packages/crates-io.scm | 19 1 file changed, 19 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io (rust-supercow-0.1): Delete variable. Change-Id: I56d7d46b7920724d6511ee842aa8f85f04b49d22 --- gnu/packages/crates-io.scm | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index e861b4f613..f627940f78 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -64088,25 +64088,6 @@ (define-public rust-subprocess-0.2 inspired by Python's subprocess module, with Rust-specific extensions.") (license (list license:asl2.0 license:expat)))) -(define-public rust-supercow-0.1 - (package - (name "rust-supercow") - (version "0.1.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "supercow" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "0qxxk2z4pa7ni17bdhix9syhax0nnnpbjjpsinkhd8vsnknmh5qp")))) - (build-system cargo-build-system) - (home-page "https://github.com/altsysrq/supercow") - (synopsis "Generic way to accept general reference-like values") - (description - "This package provides a generic way to accept general reference-like -values without proliferating generics.") - (license (list license:expat license:asl2.0)))) - (define-public rust-superluminal-perf-0.1 (package (name "rust-superluminal-perf") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:51:11 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:51:11 +0000 Received: from localhost ([127.0.0.1]:36371 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqOF-0008SW-Au for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:51:11 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0R-0007Za-TW for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628384; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vNDWWYE/L5eFl0YDp5l0jKbZryCY2gAe6/4McSa/g1s=; b=pqCfJ3eJOKbFckGxf/RPFMlDPcXxnMFvFWq1vEUuUTjMFwupG3ninrN2odElFV66rk9amF 8+x82q3DBPA0gRFs0UGDtvkR+p5wMEExc6zeGq2qssLC+QDaAJjXSLO7LGeaGcFjEbWoHE 7MuPDnybLRWXMcQr/ys4bHJRXpmpURX19RQKMiwxMPEMT03TncNeEBuVvM7W5tFmyANGHV g72IWzJ7Rg9/rrdnPvyUw6ei3Q3e6lXaieCOxuNOP5SVBfjn1yfZl/fYZpyh1GzEDKTUWC h+4sfOykCa//EKb9nXHPOmPkiL9Ji8ghXbZY6SWLBVeemeUp+o30lVoqSB7VNw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 4f6cf567 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:24 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 43/49] gnu: Remove rust-notmuch-0.6. Date: Tue, 30 Jan 2024 16:25:26 +0100 Message-ID: <3d8570d0f9f7beb006b7c288946f48c187c727fc.1706619963.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-notmuch-0.6): Remove variable. Change-Id: I41cef7661845b3ae5c5207b966c8067bf689883a --- gnu/packages/crates-io.scm | 32 1 file changed, 32 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-notmuch-0.6): Remove variable. Change-Id: I41cef7661845b3ae5c5207b966c8067bf689883a --- gnu/packages/crates-io.scm | 32 1 file changed, 32 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-notmuch-0.6): Remove variable. Change-Id: I41cef7661845b3ae5c5207b966c8067bf689883a --- gnu/packages/crates-io.scm | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index aa40575ffa..18f4edf8e6 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -40505,38 +40505,6 @@ (define-public rust-notmuch-0.8 "This crate provides a Rust interface and bindings for Notmuch.") (license license:gpl3+))) -(define-public rust-notmuch-0.6 - (package - (inherit rust-notmuch-0.8) - (name "rust-notmuch") - (version "0.6.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "notmuch" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "19q93iyvx4liksm09mhq9ibm8zj7i3dizc1s40f916z0kbpn9k5w")))) - (arguments - `(#:tests? #f ;see https://github.com/vhdirk/notmuch-rs/issues/35 - #:cargo-inputs - (("rust-libc" ,rust-libc-0.2) - ("rust-supercow" ,rust-supercow-0.1)) - #:cargo-development-inputs - (("rust-dirs" ,rust-dirs-1) - ("rust-gethostname" ,rust-gethostname-0.2) - ("rust-lettre" ,rust-lettre-0.9) - ("rust-lettre-email" ,rust-lettre-email-0.9) - ("rust-maildir" ,rust-maildir-0.5) - ("rust-tempfile" ,rust-tempfile-3)) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-maildir-version - (lambda* _ - (substitute* "Cargo.toml" - (("version = \"0.3.2\"") "version = \"0.5.0\""))))))))) - - (define-public rust-ntapi-0.4 (package (name "rust-ntapi") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:51:12 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:51:12 +0000 Received: from localhost ([127.0.0.1]:36373 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqOF-0008Sf-NR for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:51:11 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:33997 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0P-0007Zl-Bm for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628379; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kkusMc10d9NENBPkJgb7a2lNG58Ms3B0luNXV9L4jMc=; b=eGrFykqvVoLo2zM4NhAXxORv/jitz718mIL+29GzcUp8bMp55BWiC9vh0cKFLNy+RIab1V zASeNwrsm5LqC5nbtVF/wTcH26ywyHq9YmewsYWa7Oh/AiSi71KYUUUm2EFhbpinwpJTbn KUIupzCKlZ/k2eKQdIAbNX+CRc7zya1S8Vy+X548gEjCY4Ar31RiWEbfFgSie33igEiwkb Zyh+6XdaFrvF3g2aRc0c+WMEZXujBDS7YzL5x0eicwumudr67f89ItyKlSKy9qmjq53T3h d8tCgpbQWDndCOEhdX98F1MvfgBBaWC4/10n6GHJ8h8APhhsdvIqBG0I3+lX5A== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 337c27c1 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:19 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 33/49] gnu: Add rust-xdg-home-1. Date: Tue, 30 Jan 2024 16:25:16 +0100 Message-ID: <66101f2c603844bbeae21e5aee48c74ffb9116a2.1706619963.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-xdg-home-1): Add variable. Change-Id: I3c10b1303c37c93c6302bd0537120db786f4463c --- gnu/packages/crates-io.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-xdg-home-1): Add variable. Change-Id: I3c10b1303c37c93c6302bd0537120db786f4463c --- gnu/packages/crates-io.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-xdg-home-1): Add variable. Change-Id: I3c10b1303c37c93c6302bd0537120db786f4463c --- gnu/packages/crates-io.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 55a334e396..d23868d7c0 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -76570,6 +76570,26 @@ (define-public rust-xdg-2 (license (list license:asl2.0 license:expat)))) +(define-public rust-xdg-home-1 + (package + (name "rust-xdg-home") + (version "1.0.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "xdg-home" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1kbd1ks8bvpsay6lgk60yaf1w13daaf75ghmslan031ss4y20s97")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-nix" ,rust-nix-0.26) + ("rust-winapi" ,rust-winapi-0.3)))) + (home-page "https://github.com/zeenix/xdg-home") + (synopsis "User home directory per XDG Specification") + (description "The user's home directory as per the XDG Specification.") + (license license:expat))) + (define-public rust-xflags-macros-0.2 (package (name "rust-xflags-macros") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:51:12 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:51:13 +0000 Received: from localhost ([127.0.0.1]:36376 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqOG-0008So-0Y for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:51:12 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:33997 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0R-0007Zl-9e for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628382; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=710SH+5PV4KP2zxMF+zgqPO82ItBrpfANzJGpK9yt1A=; b=oOPLCf82YUXuGkE/n7jNehyAIA6F581UgAVLdaaP4uVImERVU5YdE9NiE+oSRZ6o18d56C SReLmGU4a6qy86FqLqck5YVZQim+VNk8lcvqEKQk9J0FK4jJhcQ33R4bwumH52CjUVksvq /WuTCY+OnRNtwBXHOL1gRaaXDuFiw0tKwwm5vk0OvX/BboKoZdIxIGfjU+FKvRf4mpUIIn Ubjq38Vd2gXcVl2Py8S5S4tprYPUDRRZR8wRzb92ELg1gWBDZ4YM8vYaZ0zeH1wTzimHO4 WLAaZa6geba1PgbE5hjV5efOWiz5sJddNnMJ3lzUj6m9Po1NO7d9WMAQtbnJiw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id e11616c3 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:22 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 40/49] gnu: i3status-rust: Update to 0.32.3. Date: Tue, 30 Jan 2024 16:25:23 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/rust-apps.scm (i3status-rust): Update to 0.32.3. Change-Id: I84e34ee0f60c3c10a013e3b8edc42f157db5732c --- gnu/local.mk | 1 - ...status-rust-enable-unstable-features.patch | 20 ---- gnu/packages/rust-apps.scm | 100 ++++++++++++------ 3 files changed, [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/rust-apps.scm (i3status-rust): Update to 0.32.3. Change-Id: I84e34ee0f60c3c10a013e3b8edc42f157db5732c --- gnu/local.mk | 1 - ...status-rust-enable-unstable-features.patch | 20 ---- gnu/packages/rust-apps.scm | 100 ++++++++++++------ 3 files changed, [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/rust-apps.scm (i3status-rust): Update to 0.32.3. Change-Id: I84e34ee0f60c3c10a013e3b8edc42f157db5732c --- gnu/local.mk | 1 - ...status-rust-enable-unstable-features.patch | 20 ---- gnu/packages/rust-apps.scm | 100 ++++++++++++------ 3 files changed, 65 insertions(+), 56 deletions(-) delete mode 100644 gnu/packages/patches/i3status-rust-enable-unstable-features.patch diff --git a/gnu/local.mk b/gnu/local.mk index a215c1e84b..c036dd4894 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2003,7 +2003,6 @@ dist_patch_DATA = \ %D%/packages/patches/rust-1.70-fix-rustix-build.patch \ %D%/packages/patches/rust-cargo-edit-remove-ureq.patch \ %D%/packages/patches/rust-ring-0.17-ring-core.patch \ - %D%/packages/patches/i3status-rust-enable-unstable-features.patch \ %D%/packages/patches/rust-ndarray-remove-blas-src-dep.patch \ %D%/packages/patches/rust-ndarray-0.13-remove-blas-src.patch \ %D%/packages/patches/rust-ndarray-0.14-remove-blas-src.patch \ diff --git a/gnu/packages/patches/i3status-rust-enable-unstable-features.patch b/gnu/packages/patches/i3status-rust-enable-unstable-features.patch deleted file mode 100644 index 535b45d865..0000000000 --- a/gnu/packages/patches/i3status-rust-enable-unstable-features.patch +++ /dev/null @@ -1,20 +0,0 @@ -From 3006390c0058f06c255d9850327163aebcdc3b40 Mon Sep 17 00:00:00 2001 -From: Petr Hodina -Date: Mon, 11 Oct 2021 22:35:39 +0200 -Subject: [PATCH] Enable unstable features. - - -diff --git a/src/main.rs b/src/main.rs -index d9e964b..820e22e 100644 ---- a/src/main.rs -+++ b/src/main.rs -@@ -1,3 +1,6 @@ -+#![feature(bool_to_option)] -+#![feature(clamp)] -+ - #[macro_use] - mod de; - #[macro_use] --- -2.33.0 - diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 2d714c4861..8b21080e31 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -768,7 +768,7 @@ (define-public hyperfine (define-public i3status-rust (package (name "i3status-rust") - (version "0.20.1") + (version "0.32.3") (source (origin (method git-fetch) @@ -776,42 +776,71 @@ (define-public i3status-rust (url "https://github.com/greshake/i3status-rust") (commit (string-append "v" version)))) (file-name (git-file-name name version)) - (patches (search-patches "i3status-rust-enable-unstable-features.patch")) (sha256 - (base32 "00gzm3g297s9bfp13vnb623p7dfac3g6cdhz2b3lc6l0kmnnqs1s")))) + (base32 "11n32kkfwlv38mj9018hp5rbg4w3d1vq9f6x8rhqahs19mm5amqa")))) (build-system cargo-build-system) (arguments - `(#:features '("pulseaudio" "libpulse-binding") - #:install-source? #f + `(#:install-source? #f #:cargo-inputs - (("rust-chrono" ,rust-chrono-0.4) - ("rust-chrono-tz" ,rust-chrono-tz-0.5) - ("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5) - ("rust-curl" ,rust-curl-0.4) - ("rust-dbus" ,rust-dbus-0.9) - ("rust-dbus-tree" ,rust-dbus-tree-0.9) - ("rust-lazy-static" ,rust-lazy-static-1) - ("rust-nix" ,rust-nix-0.20) - ("rust-nl80211" ,rust-nl80211-0.0.2) + (("rust-anyhow" ,rust-anyhow-1) ; Dependency of xtask. + ("rust-async-once-cell" ,rust-async-once-cell-0.5) + ("rust-async-trait" ,rust-async-trait-0.1) + ("rust-backon" ,rust-backon-0.4) + ("rust-calibright" ,rust-calibright-0.1) + ("rust-chrono" ,rust-chrono-0.4) + ("rust-chrono-tz" ,rust-chrono-tz-0.8) + ("rust-clap" ,rust-clap-4) ; Dependency of xtask also. + ("rust-dirs" ,rust-dirs-5) + ("rust-env-logger" ,rust-env-logger-0.10) + ("rust-futures" ,rust-futures-0.3) + ("rust-glob" ,rust-glob-0.3) + ("rust-hyper" ,rust-hyper-0.14) + ("rust-inotify" ,rust-inotify-0.10) + ("rust-libc" ,rust-libc-0.2) + ("rust-libpulse-binding" ,rust-libpulse-binding-2) + ("rust-log" ,rust-log-0.4) + ("rust-maildir" ,rust-maildir-0.6) + ("rust-neli" ,rust-neli-0.6) + ("rust-neli-wifi" ,rust-neli-wifi-0.6) + ("rust-nix" ,rust-nix-0.27) + ("rust-nom" ,rust-nom-7) + ("rust-notmuch" ,rust-notmuch-0.8) + ("rust-once-cell" ,rust-once-cell-1) + ("rust-pandoc" ,rust-pandoc-0.8) ; Dependency of xtask. + ("rust-regex" ,rust-regex-1) + ("rust-reqwest" ,rust-reqwest-0.11) + ("rust-sensors" ,rust-sensors-0.2) ("rust-serde" ,rust-serde-1) - ("rust-serde-derive" ,rust-serde-derive-1) ("rust-serde-json" ,rust-serde-json-1) + ("rust-serde-with" ,rust-serde-with-3) + ("rust-shellexpand" ,rust-shellexpand-3) ("rust-signal-hook" ,rust-signal-hook-0.3) - ("rust-swayipc" ,rust-swayipc-2) - ("rust-toml" ,rust-toml-0.5) - ("rust-cpuprofiler" ,rust-cpuprofiler-0.0) - ("rust-inotify" ,rust-inotify-0.9) - ("rust-libpulse-binding" ,rust-libpulse-binding-2) - ("rust-maildir" ,rust-maildir-0.5) - ("rust-notmuch" ,rust-notmuch-0.6) - ("rust-progress" ,rust-progress-0.2)) - #:cargo-development-inputs - (("rust-assert-fs" ,rust-assert-fs-1)) + ("rust-signal-hook-tokio" ,rust-signal-hook-tokio-0.3) + ("rust-smart-default" ,rust-smart-default-0.7) + ("rust-swayipc-async" ,rust-swayipc-async-2) + ("rust-thiserror" ,rust-thiserror-1) + ("rust-tokio" ,rust-tokio-1) + ("rust-toml" ,rust-toml-0.8) + ("rust-unicode-segmentation" ,rust-unicode-segmentation-1) + ("rust-wayrs-client" ,rust-wayrs-client-1) + ("rust-wayrs-protocols" ,rust-wayrs-protocols-0.13) + ("rust-clap-mangen" ,rust-clap-mangen-0.2) ; Dependency of xtask. + ("rust-zbus" ,rust-zbus-3)) #:phases (modify-phases %standard-phases - (add-after 'unpack 'enable-unstable-features + (add-after 'unpack 'remove-optional-icu-deps (lambda _ - (setenv "RUSTC_BOOTSTRAP" "1"))) + (substitute* "Cargo.toml" + (("^icu_calendar.*") "") + (("^icu_datetime.*") "") + (("^icu_locid.*") "")))) + (add-after 'unpack 'fix-wayrs-versions + (lambda _ + (substitute* "Cargo.toml" + (("^(wayrs-client = \\{ version = \")0.12\"" all most) + (string-append most "1.0\"")) + (("^(wayrs-protocols = \\{ version = \"0.1)2\"" all most) + (string-append most "3\""))))) (add-after 'unpack 'fix-resources-path (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) @@ -827,11 +856,12 @@ (define-public i3status-rust (let ((out (assoc-ref outputs "out")) (paths (map (lambda (input) - (string-append (assoc-ref inputs input) "/bin")) - '("alsa-utils" "coreutils" "curl" "dbus" "ibus" "iproute" - "kdeconnect" "lm-sensors" "pulseaudio" - "openssl" - "setxkbmap" "speedtest-cli" "xdg-utils" "xrandr" + (string-append + (assoc-ref inputs input) "/bin")) + '("alsa-utils" "coreutils" "curl" "dbus" + "ibus" "iproute" "kdeconnect" "lm-sensors" + "pulseaudio" "openssl" "setxkbmap" + "speedtest-cli" "xdg-utils" "xrandr" "zlib")))) (wrap-program (string-append out "/bin/i3status-rs") `("PATH" prefix ,paths)))))))) @@ -846,7 +876,7 @@ (define-public i3status-rust ("ibus" ,ibus) ("iproute" ,iproute) ("kdeconnect" ,kdeconnect) - ("lm-sensors" ,lm-sensors) + ("lm-sensors" ,lm-sensors "lib") ("pulseaudio" ,pulseaudio) ("openssl" ,openssl) ("setxkbmap" ,setxkbmap) @@ -854,8 +884,8 @@ (define-public i3status-rust ("xdg-utils" ,xdg-utils) ("xrandr" ,xrandr) ("zlib" ,zlib))) - (home-page "https://github.com/greshake/i3status-rust") - (synopsis "i3status, written in pure Rust") + (home-page "https://github.com/greshake/i3status-rust/") + (synopsis "Replacement for i3status, written in Rust") (description "@code{i3status-rs} is a feature-rich and resource-friendly replacement for i3status, written in pure Rust. It provides a way to display @code{blocks} of system information (time, battery status, volume, etc) on the i3 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:51:13 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:51:13 +0000 Received: from localhost ([127.0.0.1]:36378 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqOG-0008Sy-RZ for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:51:13 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0P-0007Za-Lu for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628380; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HfhKtVJswxDWMkecF3mNPRmRaDKCVGYkL2MaX5Sxykw=; b=SJSl6J3SvuwhaBI3C6Afs1fTSOZUZVQh8kCqxJaGPfYxKLr5JLEFUYIkyBIo2Qk7Es1sui 3CtYc7UyFqOLxAuHaijGSPzIiYpDToypViKcDlqfcJMLlpLe98xrp/joLAYiBRfzSwAmV1 k5rHbhe+hgpVJ5reauXczj1XpVIhwhvhD20C/vgRjrh/Sg8ja5HSDNnXzQsL/NHBXJq+15 ONfbt3ShXS7/bFq7Rgs0XFO65w/6mAnFfMYkduze7vu7RI8DssQmTubG94vqhhG360/Q86 c8nU/XQhr19O8Ge2mV8O5dqNxo+szW3ACZtslPZfKX+P0CwQdi0Me+jReyowvw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 366bcc51 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:20 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 34/49] gnu: Add rust-async-signal-0.2. Date: Tue, 30 Jan 2024 16:25:17 +0100 Message-ID: <6f60681bf88bee8c9442b62a3fe5bda8fc5f81d5.1706619963.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-signal-0.2): Add variable. Change-Id: I62c136b2edf0625d855aa44662f42e9349e7c17d --- gnu/packages/crates-io.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-signal-0.2): Add variable. Change-Id: I62c136b2edf0625d855aa44662f42e9349e7c17d --- gnu/packages/crates-io.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-async-signal-0.2): Add variable. Change-Id: I62c136b2edf0625d855aa44662f42e9349e7c17d --- gnu/packages/crates-io.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index d23868d7c0..f3d3a0c187 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -4121,6 +4121,41 @@ (define-public rust-async-recursion-1 (description "This package provides recursion for async functions in Rust.") (license (list license:expat license:asl2.0)))) +(define-public rust-async-signal-0.2 + (package + (name "rust-async-signal") + (version "0.2.5") + (source + (origin + (method url-fetch) + (uri (crate-uri "async-signal" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1i9466hiqghhmljjnn83a8vnxi8z013xga03f59c89d2cl7xjiwy")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-async-io" ,rust-async-io-2) + ("rust-async-lock" ,rust-async-lock-2) + ("rust-atomic-waker" ,rust-atomic-waker-1) + ("rust-cfg-if" ,rust-cfg-if-1) + ("rust-futures-core" ,rust-futures-core-0.3) + ("rust-futures-io" ,rust-futures-io-0.3) + ("rust-rustix" ,rust-rustix-0.38) + ("rust-signal-hook-registry" ,rust-signal-hook-registry-1) + ("rust-slab" ,rust-slab-0.4) + ("rust-windows-sys" ,rust-windows-sys-0.48)) + #:cargo-development-inputs + (("rust-async-io" ,rust-async-io-2) + ("rust-fastrand" ,rust-fastrand-2) + ("rust-futures-lite" ,rust-futures-lite-1) + ("rust-libc" ,rust-libc-0.2) + ("rust-signal-hook" ,rust-signal-hook-0.3)))) + (home-page "https://github.com/smol-rs/async-signal") + (synopsis "Async signal handling") + (description "This package provides async signal handling.") + (license (list license:asl2.0 license:expat)))) + (define-public rust-async-std-1 (package (name "rust-async-std") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:51:13 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:51:13 +0000 Received: from localhost ([127.0.0.1]:36380 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqOH-0008T3-7J for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:51:13 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0Q-0007Za-MB for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628382; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Vi1vYU7rTGfa2FGDyi9H63WizaZXsMKavJLXdug7QMo=; b=XxgczJopLdxKPwAzl2LXTqzNMmU0mLvdXE+JnC7tNm2qu8eddBzxGwgok+P9kdsKG+qrCX gg4UPH2buW3lt/JrW7A2raoQstT7qYEiXbMsn7YKcSKmlKY4kQppLYe3ditkC1Sm5EOzAF U4p+RfG4vnvKNFADIyHs7qM3iZ8WP1QxZzLkq3EBJL3usRBAP8RquBP5xxo0ttaC8VZpcx K+Yehqk47LSaAoD6/fQetcWuB9GqiSelamO8XeA6ykSAR5WBQwE6juRCIvN8i7G+MSdjZ1 3TxfX70KZDLuTynpgofuWpxoVnZ3/TdCG7KnFer+nYGSBWyADbpFXNRodtPu/w== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id aba3d97c (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:22 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 38/49] gnu: rust-zbus-3: Update to 3.14.1. Date: Tue, 30 Jan 2024 16:25:21 +0100 Message-ID: <586a44ed5542f3d11e10b737c5de42570f4c5cd2.1706619963.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-zbus-3, rust-zbus-macros-3): Update to 3.14.1. Change-Id: Iaa58a99d0eb053cbfef89ae72785b2f9d134265e --- gnu/packages/crates-io.scm | 55 +++++++++++++++++++ 1 file changed, 28 insertions(+), 27 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-zbus-3, rust-zbus-macros-3): Update to 3.14.1. Change-Id: Iaa58a99d0eb053cbfef89ae72785b2f9d134265e --- gnu/packages/crates-io.scm | 55 +++++++++++++++++++ 1 file changed, 28 insertions(+), 27 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-zbus-3, rust-zbus-macros-3): Update to 3.14.1. Change-Id: Iaa58a99d0eb053cbfef89ae72785b2f9d134265e --- gnu/packages/crates-io.scm | 55 +++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index e122ce8af4..6657be60d8 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -77169,38 +77169,39 @@ (define-public rust-zbase32-0.1 (define-public rust-zbus-3 (package (name "rust-zbus") - (version "3.7.0") - (source (origin - (method url-fetch) - (uri (crate-uri "zbus" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "0pl5ri4lihzzxzxgvw1m0lpq90pnack0hi6gg48jsqyb1iy5i79p")))) + (version "3.14.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "zbus" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0j5rxgszrmkk5pbpwccrvj3gflwqw8jv8wfx9v84qbl75l53kpii")))) (build-system cargo-build-system) (arguments `(#:tests? #f ; Not all files included. #:cargo-inputs (("rust-async-broadcast" ,rust-async-broadcast-0.5) ("rust-async-executor" ,rust-async-executor-1) + ("rust-async-fs" ,rust-async-fs-1) ("rust-async-io" ,rust-async-io-1) ("rust-async-lock" ,rust-async-lock-2) + ("rust-async-process" ,rust-async-process-1) ("rust-async-recursion" ,rust-async-recursion-1) ("rust-async-task" ,rust-async-task-4) ("rust-async-trait" ,rust-async-trait-0.1) + ("rust-blocking" ,rust-blocking-1) ("rust-byteorder" ,rust-byteorder-1) ("rust-derivative" ,rust-derivative-2) - ("rust-dirs" ,rust-dirs-4) ("rust-enumflags2" ,rust-enumflags2-0.7) ("rust-event-listener" ,rust-event-listener-2) ("rust-futures-core" ,rust-futures-core-0.3) ("rust-futures-sink" ,rust-futures-sink-0.3) ("rust-futures-util" ,rust-futures-util-0.3) ("rust-hex" ,rust-hex-0.4) - ("rust-lazy-static" ,rust-lazy-static-1) - ("rust-nix" ,rust-nix-0.25) + ("rust-nix" ,rust-nix-0.26) ("rust-once-cell" ,rust-once-cell-1) - ("rust-ordered-stream" ,rust-ordered-stream-0.1) + ("rust-ordered-stream" ,rust-ordered-stream-0.2) ("rust-quick-xml" ,rust-quick-xml-0.27) ("rust-rand" ,rust-rand-0.8) ("rust-serde" ,rust-serde-1) @@ -77214,6 +77215,7 @@ (define-public rust-zbus-3 ("rust-uds-windows" ,rust-uds-windows-1) ("rust-vsock" ,rust-vsock-0.3) ("rust-winapi" ,rust-winapi-0.3) + ("rust-xdg-home" ,rust-xdg-home-1) ("rust-zbus-macros" ,rust-zbus-macros-3) ("rust-zbus-names" ,rust-zbus-names-2) ("rust-zvariant" ,rust-zvariant-3)) @@ -77270,26 +77272,25 @@ (define-public rust-zbus-1 (define-public rust-zbus-macros-3 (package (name "rust-zbus-macros") - (version "3.7.0") - (source (origin - (method url-fetch) - (uri (crate-uri "zbus_macros" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "1y4cw7x8hrpz9xd43spd0vzvfbm1991bik1yb2873py0j0p2ljb6")))) + (version "3.14.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "zbus_macros" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "17dwc1vvvwxlgn78cpds72hcf7y1hxqkjnpm0zlc0y38ji57kla1")))) (build-system cargo-build-system) (arguments `(#:tests? #f ; Tests need a running dbus instance. - #:cargo-inputs - (("rust-proc-macro-crate" ,rust-proc-macro-crate-1) - ("rust-proc-macro2" ,rust-proc-macro2-1) - ("rust-quote" ,rust-quote-1) - ("rust-regex" ,rust-regex-1) - ("rust-syn" ,rust-syn-1)) + #:cargo-inputs (("rust-proc-macro-crate" ,rust-proc-macro-crate-1) + ("rust-proc-macro2" ,rust-proc-macro2-1) + ("rust-quote" ,rust-quote-1) + ("rust-regex" ,rust-regex-1) + ("rust-syn" ,rust-syn-1) + ("rust-zvariant-utils" ,rust-zvariant-utils-1)) #:cargo-development-inputs (("rust-async-io" ,rust-async-io-1) - ("rust-doc-comment" ,rust-doc-comment-0.3) ("rust-futures-util" ,rust-futures-util-0.3) ("rust-rustversion" ,rust-rustversion-1) ("rust-serde" ,rust-serde-1) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:51:14 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:51:14 +0000 Received: from localhost ([127.0.0.1]:36382 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqOH-0008TA-Ns for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:51:14 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0M-0007Za-Ol for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628376; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=S2axvjG5wx6svC0prf0VcYKNNFiTevnV+F1vR9AftR4=; b=UdejDAB3+Ajre4yJtVFtEeSQqkGga0wzj+m2sUVsl/rf0bdVsrfy45sVSbevBm3lOigORb QBPTGMPoi7cIj1z0oxVLHlVPrr35E2lkqIa1RBAqIZJ2Nb5iHXbs9kZKjYSoReS1WV7rWk 9H6XPTWsb64D5iBMmVqbj4ThXihuAsh8oEHYva+342ZbY5cj5xtQBO3QTuLyaivfjZU+Y3 5Blt1GCAzxjUTBsvruQX0eJ05XSopC/8soHK218t0InDyIY4L/5HdN0J51oC6447OqUY+l h+3SF9Ll0jKXlywoH48p23EHVgfxENYZBH6nhrsWUvHg9gyuLOkWyG8Cguxfaw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 37564a2d (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:16 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 24/49] gnu: Add rust-wayrs-scanner-0.13. Date: Tue, 30 Jan 2024 16:25:07 +0100 Message-ID: <5c3609149e756bac3adb16c9c5a65a691cee4a69.1706619962.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-wayrs-scanner-0.13): Add variable. --- gnu/packages/crates-graphics.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index f6b1cba997..010a0c2070 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -5 [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-wayrs-scanner-0.13): Add variable. --- gnu/packages/crates-graphics.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index f6b1cba997..010a0c2070 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -5 [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-wayrs-scanner-0.13): Add variable. --- gnu/packages/crates-graphics.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index f6b1cba997..010a0c2070 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -5015,6 +5015,30 @@ (define-public rust-wayrs-proto-parser-2 xml files.") (license license:expat))) +(define-public rust-wayrs-scanner-0.13 + (package + (name "rust-wayrs-scanner") + (version "0.13.2") + (source + (origin + (method url-fetch) + (uri (crate-uri "wayrs-scanner" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "07xzg36rnnsb4z4rd82r2mk3y05vg1ssfwrry2kd4yz395sx91z3")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-proc-macro-crate" ,rust-proc-macro-crate-3) + ("rust-proc-macro2" ,rust-proc-macro2-1) + ("rust-quote" ,rust-quote-1) + ("rust-syn" ,rust-syn-2) + ("rust-wayrs-proto-parser" ,rust-wayrs-proto-parser-2)))) + (home-page "https://github.com/MaxVerevkin/wayrs") + (synopsis "Generates code for wayrs-client from xml files") + (description "This package provides code generation for wayrs-client +from xml files.") + (license license:expat))) + (define-public rust-webp-0.2 (package (name "rust-webp") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:51:47 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:51:48 +0000 Received: from localhost ([127.0.0.1]:36384 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqOp-0008Tx-9Q for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:51:47 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0K-0007Za-DD for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628374; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rPDgrd+q+M1shLC7BSIZ3297+pXj/yqNL24J29jSJww=; b=V/TXTbhyfureQbI73ydceqv6EFKV49VsbZ6kUnlrVcuXBJvTyTuNsAFDEa8gDN/VGUTrWU cAaHt05LMMVmIzPxPV2/ayLHstzUdzkHwxSRM24B+DEskVfy3SZs5AtYACGVOke4OsmeX7 Z0Atkfd0EUF6FUYboRPrA0MGKIU9Sg2a2AckJ727+r1WHbOxiFHjZn3a2e9ZotHTd0sfYz zU6NkfSVUz1P5JQ8Xg6+tK7e3Bh+tnZmLfKdzvNpGW41OUR0eTsbSzZLpQZ5YMUH99tZPT wMDYNC9HHrmNhfv/RPBJzrxvZngqAc8xQ7pFKirULDXmUH1bEFhu0JA6amMQ9A== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 34936548 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:14 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 18/49] gnu: Add rust-async-pidfd-0.1. Date: Tue, 30 Jan 2024 16:25:01 +0100 Message-ID: <69f023fa78a7b61c43c52f43d9f96110d5df3944.1706619962.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-pidfd-0.1): Add 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 1eda29abf5..d9fa7b4b0c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -3910,6 +3910,31 @@ (defin [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-pidfd-0.1): Add 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 1eda29abf5..d9fa7b4b0c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -3910,6 +3910,31 @@ (defin [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-async-pidfd-0.1): Add 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 1eda29abf5..d9fa7b4b0c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -3910,6 +3910,31 @@ (define-public rust-async-oneshot-0.5 async-aware oneshot channel.") (license license:mpl2.0))) +(define-public rust-async-pidfd-0.1 + (package + (name "rust-async-pidfd") + (version "0.1.4") + (source + (origin + (method url-fetch) + (uri (crate-uri "async-pidfd" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "168pylpf7n898szw32sva7kf9h3x1mnip54mfr8f7f4v55c705qj")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-async-io" ,rust-async-io-1) + ("rust-libc" ,rust-libc-0.2)) + #:cargo-development-inputs + (("rust-futures-lite" ,rust-futures-lite-1)))) + (home-page "https://github.com/joshtriplett/async-pidfd") + (synopsis "Process file descriptors (pidfd) for Linux") + (description + "@code{async-pidfd} provides Rust support for pidfd, and supports +managing processes both synchronously (via the PidFd type) and +asynchronously (via the AsyncPidFd type).") + (license (list license:expat license:asl2.0)))) + (define-public rust-async-process-1 (package (name "rust-async-process") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 10:51:48 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 15:51:48 +0000 Received: from localhost ([127.0.0.1]:36386 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqOp-0008Tz-Se for submit@debbugs.gnu.org; Tue, 30 Jan 2024 10:51:48 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0L-0007Za-GM for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628375; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GcUCXOLV7qvmOnvm6GNIIOKi5e29TruT4FahHsQcekU=; b=BSpCWAdAmg5t35pA+hL+Dos9MwDuSts7bNmzX3+2f819bY/cHEb0nj9auh0FTeLbKK1/cO KoMT01dovYQFGsJdJlY5Z/g4MeLYvbjhJjBbr/djxr2SHSEyDir4BJKtC4E09C/My1Rf4c jgJpkFT84ZAkmmm7UxQXGxydBnU1ccGW1iJA/BoZsVvd+lI1eAmgY5DMUiopHJwKb/Suxj /DTpIKwxbc07VzIwXh3gfxxWfSsngpNP5sowjxYqzFgkmmkZe5d/FZlrm+VzQweGn13GBo dCX8i51+CTywOWwymZSqDtBOaC5Fu0r6Kybkwym5iP0GRrz+Y1qOnc6YGYbdYQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id e46239cc (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:15 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 20/49] gnu: Add rust-futures-lite-2. Date: Tue, 30 Jan 2024 16:25:03 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-futures-lite-2): Add variable. (rust-futures-lite-1): Inherit from rust-futures-lite-2. Change-Id: I46772a91a10fba58351ee47c5acc8b11cb777f9b --- gnu/packages/crates-io.scm | 40 +++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-futures-lite-2): Add variable. (rust-futures-lite-1): Inherit from rust-futures-lite-2. Change-Id: I46772a91a10fba58351ee47c5acc8b11cb777f9b --- gnu/packages/crates-io.scm | 40 +++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-futures-lite-2): Add variable. (rust-futures-lite-1): Inherit from rust-futures-lite-2. Change-Id: I46772a91a10fba58351ee47c5acc8b11cb777f9b --- gnu/packages/crates-io.scm | 40 +++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index e37132e2dc..3c59fe6837 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -24470,8 +24470,38 @@ (define-public rust-futures-join-macro-preview-0.3 @code{try_join!} macro.") (license (list license:expat license:asl2.0)))) +(define-public rust-futures-lite-2 + (package + (name "rust-futures-lite") + (version "2.2.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "futures-lite" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1flj85i6xm0rjicxixmajrp6rhq8i4bnbzffmrd6h23ln8jshns4")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-fastrand" ,rust-fastrand-2) + ("rust-futures-core" ,rust-futures-core-0.3) + ("rust-futures-io" ,rust-futures-io-0.3) + ("rust-memchr" ,rust-memchr-2) + ("rust-parking" ,rust-parking-2) + ("rust-pin-project-lite" ,rust-pin-project-lite-0.2)) + #:cargo-development-inputs (("rust-spin-on" ,rust-spin-on-0.1) + ("rust-waker-fn" ,rust-waker-fn-1)))) + (home-page "https://github.com/smol-rs/futures-lite") + (synopsis "Futures, streams, and async I/O combinators") + (description + "This crate is a subset of @code{futures} that compiles an order of +magnitude faster, fixes minor warts in its API, fills in some obvious gaps, +and removes almost all unsafe code from it.") + (license (list license:asl2.0 license:expat)))) + (define-public rust-futures-lite-1 (package + (inherit rust-futures-lite-2) (name "rust-futures-lite") (version "1.13.0") (source @@ -24481,7 +24511,6 @@ (define-public rust-futures-lite-1 (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "1kkbqhaib68nzmys2dc8j9fl2bwzf2s91jfk13lb2q3nwhfdbaa9")))) - (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-fastrand" ,rust-fastrand-1) @@ -24492,14 +24521,7 @@ (define-public rust-futures-lite-1 ("rust-pin-project-lite" ,rust-pin-project-lite-0.2) ("rust-waker-fn" ,rust-waker-fn-1)) #:cargo-development-inputs - (("rust-spin-on" ,rust-spin-on-0.1)))) - (home-page "https://github.com/stjepang/futures-lite") - (synopsis "Futures, streams, and async I/O combinators") - (description - "This crate is a subset of @code{futures} that compiles an order of -magnitude faster, fixes minor warts in its API, fills in some obvious gaps, -and removes almost all unsafe code from it.") - (license (list license:asl2.0 license:expat)))) + (("rust-spin-on" ,rust-spin-on-0.1)))))) (define-public rust-futures-lite-0.1 (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:01:20 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:01:20 +0000 Received: from localhost ([127.0.0.1]:36410 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqXz-0000J2-3F for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:20 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:33997 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0Q-0007Zl-9q for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628381; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZaEphGWvenqZvIhMqHyHCLfZvQAphw91SnI075Q+V50=; b=EyhCK7Joxim/StfczopyyrLjhl0YvslIQOFX7QqVyY+lILFleepFc+pQyKBkQwLyiwoA3V IvTBDclL42p7PyuI+zggA0o0rgQi312dIfSIC8Or1rw9KekQq/wfrLb3dFh4kpnE6/ppXl g7TKbbV9hjk+JmJ82H4pOdCu1KV1v07g4j4dY5TbbHsPruOLcOoFk4kuY0wgXHb7w8YVCi 6+0tAaopA6VIuqin0/adl2hSw1VQn//VLNMqQ/yfvosjLYydlfHHLJ4rA+Iz2TVptC//Rb bt+DZxAL01jT+cZzKVDRB93nu/pX2JuBu191bJ0i3oQzlQ7QeR6VHcJbFLGwzA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 41ed32d2 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:21 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 36/49] gnu: rust-async-process-1: Update to 1.8.1. Date: Tue, 30 Jan 2024 16:25:19 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-process-1): Update to 1.8.1. Change-Id: I979ab968624b62acd6f2ba568e1c01cac524d18f --- gnu/packages/crates-io.scm | 36 ++++++++++++++++++++ 1 file changed, 20 insertions(+), 16 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-process-1): Update to 1.8.1. Change-Id: I979ab968624b62acd6f2ba568e1c01cac524d18f --- gnu/packages/crates-io.scm | 36 ++++++++++++++++++++ 1 file changed, 20 insertions(+), 16 deletions(-) Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 T_SPF_TEMPERROR SPF: test of record failed (temperror) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-async-process-1): Update to 1.8.1. Change-Id: I979ab968624b62acd6f2ba568e1c01cac524d18f --- gnu/packages/crates-io.scm | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 7159e359de..66d7d4cba7 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -4039,30 +4039,34 @@ (define-public rust-async-pidfd-0.1 (define-public rust-async-process-1 (package (name "rust-async-process") - (version "1.0.1") + (version "1.8.1") (source (origin (method url-fetch) (uri (crate-uri "async-process" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1nmvqwqxzy0gv7n8agknaijns9dsxqj81bxms4bs647vq44ym32c")))) + (base32 "126s968lvhg9rlwsnxp7wfzkfn7rl87p0dlvqqlibn081ax3hr7a")))) (build-system cargo-build-system) (arguments - `(#:cargo-test-flags '("--release" "--" - "--skip=set_current_dir_works" - "--skip=signal_reported_right" - "--skip=stdin_works") - #:cargo-inputs - (("rust-async-io" ,rust-async-io-1) - ("rust-blocking" ,rust-blocking-1) - ("rust-cfg-if" ,rust-cfg-if-0.1) - ("rust-event-listener" ,rust-event-listener-2) - ("rust-futures-lite" ,rust-futures-lite-1) - ("rust-once-cell" ,rust-once-cell-1) - ("rust-signal-hook" ,rust-signal-hook-0.1) - ("rust-winapi" ,rust-winapi-0.3)))) - (home-page "https://github.com/stjepang/async-process") + `(#:cargo-test-flags + '("--release" "--" + "--skip=set_current_dir_works" ; assertion failed: p.is_ok() + ;; No such file or directory + "--skip=signal_reported_right" + "--skip=stdin_works" + "--skip=test_spawn_multiple_with_stdio") + #:cargo-inputs (("rust-async-io" ,rust-async-io-1) + ("rust-async-lock" ,rust-async-lock-2) + ("rust-async-signal" ,rust-async-signal-0.2) + ("rust-blocking" ,rust-blocking-1) + ("rust-cfg-if" ,rust-cfg-if-1) + ("rust-event-listener" ,rust-event-listener-3) + ("rust-futures-lite" ,rust-futures-lite-1) + ("rust-rustix" ,rust-rustix-0.38) + ("rust-windows-sys" ,rust-windows-sys-0.48)) + #:cargo-development-inputs (("rust-async-io" ,rust-async-io-1)))) + (home-page "https://github.com/smol-rs/async-process") (synopsis "Async interface for working with processes") (description "This crate is an async version of @code{std::process}. A background -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:01:21 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:01:21 +0000 Received: from localhost ([127.0.0.1]:36412 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqY4-0000JA-Cb for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:21 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0O-0007Za-Qa for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628378; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HFtidXWOG5YYbHfcGNEdr87HisYFjPup/Pp0cX/lo4g=; b=VTdfYyXIpPY46UGtdNdm1mZKKOnI7EvJZVaJeLjl/a/caIZ7FrZZ4DPqIBmR9VIhxS9Xee Bkh0WnLAR/uMjMWh2vBGf37Wm8da0dPWkt5zZIMO7YB7VeHxlqB9AyyP316RBgUoV1Mhr6 hsmUGxS+ZnxK3wVBwpusnVFiKZNni47gfMQEfhNV69bL5m0dpThJDSyDEUn1XiNrjjUavw Cy/d38TA0SbIYkeMqXwkvnUYUe/5nhY/ZlhMDv8W1vV2s6p1l88vs7kg0/sCquTg0iI5LL N5DAvrFwH5h9i4sP63CLLvPbEQBZ0nJSdte4Z4khTXRatSA7USn6Vn63IXJ9Ag== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 1203a942 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:18 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 30/49] gnu: Add rust-async-lock-3. Date: Tue, 30 Jan 2024 16:25:13 +0100 Message-ID: <7d23916aabe3b8183f9cd67ac541f74c52cbaba0.1706619963.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-lock-3): Add variable. (rust-async-lock-2): Inherit from rust-async-lock-3. Change-Id: Ia3118ff9010282ee931aa8a421f1dd9ce63abc09 --- gnu/packages/crates-io.scm | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-lock-3): Add variable. (rust-async-lock-2): Inherit from rust-async-lock-3. Change-Id: Ia3118ff9010282ee931aa8a421f1dd9ce63abc09 --- gnu/packages/crates-io.scm | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-async-lock-3): Add variable. (rust-async-lock-2): Inherit from rust-async-lock-3. Change-Id: Ia3118ff9010282ee931aa8a421f1dd9ce63abc09 --- gnu/packages/crates-io.scm | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index b78b040fdf..f808d92c12 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -3730,8 +3730,37 @@ (define-public rust-async-io-1 that expires at a point in time.") (license (list license:asl2.0 license:expat)))) +(define-public rust-async-lock-3 + (package + (name "rust-async-lock") + (version "3.3.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "async-lock" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0yxflkfw46rad4lv86f59b5z555dlfmg1riz1n8830rgi0qb8d6h")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-event-listener" ,rust-event-listener-4) + ("rust-event-listener-strategy" ,rust-event-listener-strategy-0.4) + ("rust-pin-project-lite" ,rust-pin-project-lite-0.2)) + #:cargo-development-inputs + (("rust-async-channel" ,rust-async-channel-2) + ("rust-fastrand" ,rust-fastrand-2) + ("rust-futures-lite" ,rust-futures-lite-2) + ("rust-waker-fn" ,rust-waker-fn-1) + ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3)))) + (home-page "https://github.com/smol-rs/async-lock") + (synopsis "Async synchronization primitives") + (description "This package provides async synchronization primitives.") + (license (list license:asl2.0 license:expat)))) + (define-public rust-async-lock-2 (package + (inherit rust-async-lock-3) (name "rust-async-lock") (version "2.7.0") (source @@ -3741,7 +3770,6 @@ (define-public rust-async-lock-2 (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "1mrd4kai92fcgl9974dpmibiq6ja9drz41v3crvv0c27a8kzf97s")))) - (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-event-listener" ,rust-event-listener-2)) @@ -3749,11 +3777,7 @@ (define-public rust-async-lock-2 (("rust-async-channel" ,rust-async-channel-1) ("rust-fastrand" ,rust-fastrand-1) ("rust-futures-lite" ,rust-futures-lite-1) - ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3)))) - (home-page "https://github.com/stjepang/async-lock") - (synopsis "Async synchronization primitives") - (description "This package provides Async synchronization primitives.") - (license (list license:asl2.0 license:expat)))) + ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3)))))) (define-public rust-async-log-1 (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:01:21 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:01:21 +0000 Received: from localhost ([127.0.0.1]:36414 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqY5-0000JI-6a for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:21 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54251 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUq0N-0007Za-Rr for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 10:26:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706628377; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/Ac4O6zDFyg/aLW1srWhRQB1jy52S/5JPxHxs5jkV6M=; b=stKe3FH3mRq+cSc0sTnMdq8NeKgLDPyYZciVKZfO22m5s4gFyO7WLX7fUHVTrmffkyfo01 WMOVyGCy7JYaA5/HSVq9LBAW1wA5TXEkuPEf4ifvXkT4C+DoYpJvPhG+k/UjgTc8OkdEyX GtoqFzb9O3Wi+Iis7hmAVXPKTF/aWC72hEPILdK8XoqW6qH1QgMId+e0n40hcocyKXe1BU OAbj+rIq/Hwq4Rl/GuBuV5Irgjqk2NvMB1t0I9y1+pAn4v/yq1No7gBBW2hxCL6HWn8xwS YilpK3geA4+pkgfFze24Li3VH+Q2MGb0sdHlgtaPqB9CGLIOtdGBnWqvmcTWOQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 85912cf5 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 15:26:17 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 27/49] gnu: Add rust-event-listener-4. Date: Tue, 30 Jan 2024 16:25:10 +0100 Message-ID: <608f5eae7c54d306845de784011772c1f7b5a048.1706619962.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-event-listener-4): Add variable. (rust-event-listener-2): Inherit from rust-event-listener-4. Change-Id: I23ebc60b21fb33e992832553dd9817672b4fb920 --- gnu/packages/crates-io.scm | 39 +++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-event-listener-4): Add variable. (rust-event-listener-2): Inherit from rust-event-listener-4. Change-Id: I23ebc60b21fb33e992832553dd9817672b4fb920 --- gnu/packages/crates-io.scm | 39 +++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-event-listener-4): Add variable. (rust-event-listener-2): Inherit from rust-event-listener-4. Change-Id: I23ebc60b21fb33e992832553dd9817672b4fb920 --- gnu/packages/crates-io.scm | 39 +++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index b840aecfd6..2241dd126e 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -21363,23 +21363,31 @@ (define-public rust-evdev-0.12 (description "This package provides evdev interface for Linux.") (license (list license:asl2.0 license:expat)))) -(define-public rust-event-listener-2 +(define-public rust-event-listener-4 (package (name "rust-event-listener") - (version "2.5.3") + (version "4.0.3") (source (origin (method url-fetch) (uri (crate-uri "event-listener" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1q4w3pndc518crld6zsqvvpy9lkzwahp2zgza9kbzmmqh9gif1h2")))) + (base32 "0vk4smw1vf871vi76af1zn7w69jg3zmpjddpby2qq91bkg21bck7")))) (build-system cargo-build-system) (arguments - `(#:cargo-development-inputs - (("rust-futures" ,rust-futures-0.3) - ("rust-waker-fn" ,rust-waker-fn-1)))) - (home-page "https://github.com/stjepang/event-listener") + `(#:cargo-inputs + (("rust-concurrent-queue" ,rust-concurrent-queue-2) + ("rust-parking" ,rust-parking-2) + ("rust-pin-project-lite" ,rust-pin-project-lite-0.2) + ("rust-portable-atomic" ,rust-portable-atomic-1) + ("rust-portable-atomic-util" ,rust-portable-atomic-util-0.1)) + #:cargo-development-inputs + (("rust-criterion" ,rust-criterion-0.5) + ("rust-futures-lite" ,rust-futures-lite-2) + ("rust-waker-fn" ,rust-waker-fn-1) + ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3)))) + (home-page "https://github.com/smol-rs/event-listener") (synopsis "Notify async tasks or threads") (description "This is a synchronization primitive similar to @code{eventcounts}. @@ -21387,6 +21395,23 @@ (define-public rust-event-listener-2 blocking data structures.") (license (list license:asl2.0 license:expat)))) +(define-public rust-event-listener-2 + (package + (inherit rust-event-listener-4) + (name "rust-event-listener") + (version "2.5.3") + (source + (origin + (method url-fetch) + (uri (crate-uri "event-listener" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1q4w3pndc518crld6zsqvvpy9lkzwahp2zgza9kbzmmqh9gif1h2")))) + (arguments + `(#:cargo-development-inputs + (("rust-futures" ,rust-futures-0.3) + ("rust-waker-fn" ,rust-waker-fn-1)))))) + (define-public rust-executable-path-1 (package (name "rust-executable-path") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:01:48 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:01:48 +0000 Received: from localhost ([127.0.0.1]:36418 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYV-0000K6-PN for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:48 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:49587 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYS-0000Jm-V5 for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706630489; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rPDgrd+q+M1shLC7BSIZ3297+pXj/yqNL24J29jSJww=; b=nj7LTfVBgB73P0EPnShGE5BAOme1gEfRbAmV67/cGgogKfPCU5jCmRGyEH28kmvERx75Rw TqWNiPmBAPLMeiJYJ7P0DTI3MiYjXKgXH9w8U3vPIL755CgLH9XcKwud3DlSq6Pc1IXeIB MeCohTj8tdrTEjHy5iARltf1v/GwMF4rWNRSVvA7wrzJnotnXzYA73M/YW0oqm8r87/dxt +DQFrQId0C/kYwcvf4ogx3sx6FOEzt9H3GWYSWQ7j5ORiKOE9tycAaKPqrmFt0t/a/Xecm EJNPmNUzULJr9QTPtu4EtsfR4amgO3MW40BoyveYayDVzIwN78skdidUO6gXIg== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 670fa7b5 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 16:01:29 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 18/49] gnu: Add rust-async-pidfd-0.1. Date: Tue, 30 Jan 2024 17:00:31 +0100 Message-ID: <69f023fa78a7b61c43c52f43d9f96110d5df3944.1706630138.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-pidfd-0.1): Add 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 1eda29abf5..d9fa7b4b0c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -3910,6 +3910,31 @@ (defin [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-pidfd-0.1): Add 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 1eda29abf5..d9fa7b4b0c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -3910,6 +3910,31 @@ (defin [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-async-pidfd-0.1): Add 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 1eda29abf5..d9fa7b4b0c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -3910,6 +3910,31 @@ (define-public rust-async-oneshot-0.5 async-aware oneshot channel.") (license license:mpl2.0))) +(define-public rust-async-pidfd-0.1 + (package + (name "rust-async-pidfd") + (version "0.1.4") + (source + (origin + (method url-fetch) + (uri (crate-uri "async-pidfd" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "168pylpf7n898szw32sva7kf9h3x1mnip54mfr8f7f4v55c705qj")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-async-io" ,rust-async-io-1) + ("rust-libc" ,rust-libc-0.2)) + #:cargo-development-inputs + (("rust-futures-lite" ,rust-futures-lite-1)))) + (home-page "https://github.com/joshtriplett/async-pidfd") + (synopsis "Process file descriptors (pidfd) for Linux") + (description + "@code{async-pidfd} provides Rust support for pidfd, and supports +managing processes both synchronously (via the PidFd type) and +asynchronously (via the AsyncPidFd type).") + (license (list license:expat license:asl2.0)))) + (define-public rust-async-process-1 (package (name "rust-async-process") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:01:48 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:01:48 +0000 Received: from localhost ([127.0.0.1]:36422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYW-0000KE-7E for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:48 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:49587 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYT-0000Jm-Ui for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706630489; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GcUCXOLV7qvmOnvm6GNIIOKi5e29TruT4FahHsQcekU=; b=AS+AsxySFMviQzBdR5p549qYycHXVUdv1tuhPFc8LP4sgwhlEJXzFt2oWQqQKg+b8qHGa5 eNz4JeJhWLr0Myqtx7a10aeb2GrfR4XNz3zP0/qL4HwsJsPg8TglXQH5/3qyQf07jKloOI 0E4pkSWNs82mkw+iorfBXcno9DR4e4/RCHkdo1TdnVQS2s6jHCbr46o+j29Xhzy2VZdTO+ 7e/CHi337Fo8mR2xQTFWZ1OdO7tVDlp05okAv8OZ6LJc2JyufHOrVJZB74PLfd0Jtxxs/q 2phOmwbk7ABzm9g4D7kpt6rnrktz9P086I2/Yw3nIB9FMxcXH1Cp0D7l6ub1pw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 9986ea26 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 16:01:29 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 20/49] gnu: Add rust-futures-lite-2. Date: Tue, 30 Jan 2024 17:00:32 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-futures-lite-2): Add variable. (rust-futures-lite-1): Inherit from rust-futures-lite-2. Change-Id: I46772a91a10fba58351ee47c5acc8b11cb777f9b --- gnu/packages/crates-io.scm | 40 +++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-futures-lite-2): Add variable. (rust-futures-lite-1): Inherit from rust-futures-lite-2. Change-Id: I46772a91a10fba58351ee47c5acc8b11cb777f9b --- gnu/packages/crates-io.scm | 40 +++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-futures-lite-2): Add variable. (rust-futures-lite-1): Inherit from rust-futures-lite-2. Change-Id: I46772a91a10fba58351ee47c5acc8b11cb777f9b --- gnu/packages/crates-io.scm | 40 +++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index e37132e2dc..3c59fe6837 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -24470,8 +24470,38 @@ (define-public rust-futures-join-macro-preview-0.3 @code{try_join!} macro.") (license (list license:expat license:asl2.0)))) +(define-public rust-futures-lite-2 + (package + (name "rust-futures-lite") + (version "2.2.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "futures-lite" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1flj85i6xm0rjicxixmajrp6rhq8i4bnbzffmrd6h23ln8jshns4")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-fastrand" ,rust-fastrand-2) + ("rust-futures-core" ,rust-futures-core-0.3) + ("rust-futures-io" ,rust-futures-io-0.3) + ("rust-memchr" ,rust-memchr-2) + ("rust-parking" ,rust-parking-2) + ("rust-pin-project-lite" ,rust-pin-project-lite-0.2)) + #:cargo-development-inputs (("rust-spin-on" ,rust-spin-on-0.1) + ("rust-waker-fn" ,rust-waker-fn-1)))) + (home-page "https://github.com/smol-rs/futures-lite") + (synopsis "Futures, streams, and async I/O combinators") + (description + "This crate is a subset of @code{futures} that compiles an order of +magnitude faster, fixes minor warts in its API, fills in some obvious gaps, +and removes almost all unsafe code from it.") + (license (list license:asl2.0 license:expat)))) + (define-public rust-futures-lite-1 (package + (inherit rust-futures-lite-2) (name "rust-futures-lite") (version "1.13.0") (source @@ -24481,7 +24511,6 @@ (define-public rust-futures-lite-1 (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "1kkbqhaib68nzmys2dc8j9fl2bwzf2s91jfk13lb2q3nwhfdbaa9")))) - (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-fastrand" ,rust-fastrand-1) @@ -24492,14 +24521,7 @@ (define-public rust-futures-lite-1 ("rust-pin-project-lite" ,rust-pin-project-lite-0.2) ("rust-waker-fn" ,rust-waker-fn-1)) #:cargo-development-inputs - (("rust-spin-on" ,rust-spin-on-0.1)))) - (home-page "https://github.com/stjepang/futures-lite") - (synopsis "Futures, streams, and async I/O combinators") - (description - "This crate is a subset of @code{futures} that compiles an order of -magnitude faster, fixes minor warts in its API, fills in some obvious gaps, -and removes almost all unsafe code from it.") - (license (list license:asl2.0 license:expat)))) + (("rust-spin-on" ,rust-spin-on-0.1)))))) (define-public rust-futures-lite-0.1 (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:02:00 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:02:00 +0000 Received: from localhost ([127.0.0.1]:36434 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYh-0000LW-PV for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:02:00 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:49587 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYU-0000Jm-Qg for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706630490; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=S2axvjG5wx6svC0prf0VcYKNNFiTevnV+F1vR9AftR4=; b=lPBQItpXeCF6A6D4l2lFUszQBEaOqY0cQ3w0UUFhxmVGbje5XgWNbCin9wDgNmP4x0ULQ2 usaBEHvH86nOV/5gTqkgTmu0SvpBD6H5Vs7IdTDMWSWIjCJeuAEsccdWFxudt1tPpsvWVu m3RAZl12m7XwvUWIb4gZBJUwUeDE1zBcSCD3ik7IzRNpjnw7ttOBKvFRfkZOZbJKTlAQ7p jYLJSje5+HvWkijFe1PaUtalNJ5EyFVye2NCO0VRzGbnvlOzJdwdbwJss7lclMVyLzygQI VoUcbzujuP2XvflvkmLlPX20bGgEkr8nyTa1IFEjKlLiBS1TRonB9aDi314rtQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 36966883 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 16:01:30 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 24/49] gnu: Add rust-wayrs-scanner-0.13. Date: Tue, 30 Jan 2024 17:00:33 +0100 Message-ID: <5c3609149e756bac3adb16c9c5a65a691cee4a69.1706630138.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-wayrs-scanner-0.13): Add variable. --- gnu/packages/crates-graphics.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index f6b1cba997..010a0c2070 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -5 [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-wayrs-scanner-0.13): Add variable. --- gnu/packages/crates-graphics.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index f6b1cba997..010a0c2070 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -5 [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-wayrs-scanner-0.13): Add variable. --- gnu/packages/crates-graphics.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index f6b1cba997..010a0c2070 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -5015,6 +5015,30 @@ (define-public rust-wayrs-proto-parser-2 xml files.") (license license:expat))) +(define-public rust-wayrs-scanner-0.13 + (package + (name "rust-wayrs-scanner") + (version "0.13.2") + (source + (origin + (method url-fetch) + (uri (crate-uri "wayrs-scanner" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "07xzg36rnnsb4z4rd82r2mk3y05vg1ssfwrry2kd4yz395sx91z3")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-proc-macro-crate" ,rust-proc-macro-crate-3) + ("rust-proc-macro2" ,rust-proc-macro2-1) + ("rust-quote" ,rust-quote-1) + ("rust-syn" ,rust-syn-2) + ("rust-wayrs-proto-parser" ,rust-wayrs-proto-parser-2)))) + (home-page "https://github.com/MaxVerevkin/wayrs") + (synopsis "Generates code for wayrs-client from xml files") + (description "This package provides code generation for wayrs-client +from xml files.") + (license license:expat))) + (define-public rust-webp-0.2 (package (name "rust-webp") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:02:00 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:02:00 +0000 Received: from localhost ([127.0.0.1]:36436 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYi-0000LZ-8q for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:02:00 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:49587 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYV-0000Jm-Jz for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706630490; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/Ac4O6zDFyg/aLW1srWhRQB1jy52S/5JPxHxs5jkV6M=; b=mZrBQ5RaD5mVkP5JCuWZMD8jGVaYoBwWx+TDvgjXWRLAaECPrhoGYQnQXI+ob5i8K53i+r c1zdhpGcsZ1BIwon7KMNq5zUmaoj4Ow2MOdIwyYwWfHCJkilHVvPwXLL+i7vAaDkDcnpcM YzAleuG0V8BpT3LBqnSPT9b4Io4EDBPpYZ1JUik4RHP6wd2W/qbdOhbpmfJgknc57ZnQ19 QLSJBaz1DH1TvSIpluIrEOFdZ8B2u/pntiw0VQ1OHbhR9/ereCszpyXqefJdawtsHQ/x1g eXc7IzqUOQuJE0ilBYVXdAlpIWLhgF8qULBntgCDBaM+eglirJtDo6BNBS5GXg== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 2878473b (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 16:01:30 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 27/49] gnu: Add rust-event-listener-4. Date: Tue, 30 Jan 2024 17:00:34 +0100 Message-ID: <608f5eae7c54d306845de784011772c1f7b5a048.1706630138.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-event-listener-4): Add variable. (rust-event-listener-2): Inherit from rust-event-listener-4. Change-Id: I23ebc60b21fb33e992832553dd9817672b4fb920 --- gnu/packages/crates-io.scm | 39 +++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-event-listener-4): Add variable. (rust-event-listener-2): Inherit from rust-event-listener-4. Change-Id: I23ebc60b21fb33e992832553dd9817672b4fb920 --- gnu/packages/crates-io.scm | 39 +++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-event-listener-4): Add variable. (rust-event-listener-2): Inherit from rust-event-listener-4. Change-Id: I23ebc60b21fb33e992832553dd9817672b4fb920 --- gnu/packages/crates-io.scm | 39 +++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index b840aecfd6..2241dd126e 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -21363,23 +21363,31 @@ (define-public rust-evdev-0.12 (description "This package provides evdev interface for Linux.") (license (list license:asl2.0 license:expat)))) -(define-public rust-event-listener-2 +(define-public rust-event-listener-4 (package (name "rust-event-listener") - (version "2.5.3") + (version "4.0.3") (source (origin (method url-fetch) (uri (crate-uri "event-listener" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1q4w3pndc518crld6zsqvvpy9lkzwahp2zgza9kbzmmqh9gif1h2")))) + (base32 "0vk4smw1vf871vi76af1zn7w69jg3zmpjddpby2qq91bkg21bck7")))) (build-system cargo-build-system) (arguments - `(#:cargo-development-inputs - (("rust-futures" ,rust-futures-0.3) - ("rust-waker-fn" ,rust-waker-fn-1)))) - (home-page "https://github.com/stjepang/event-listener") + `(#:cargo-inputs + (("rust-concurrent-queue" ,rust-concurrent-queue-2) + ("rust-parking" ,rust-parking-2) + ("rust-pin-project-lite" ,rust-pin-project-lite-0.2) + ("rust-portable-atomic" ,rust-portable-atomic-1) + ("rust-portable-atomic-util" ,rust-portable-atomic-util-0.1)) + #:cargo-development-inputs + (("rust-criterion" ,rust-criterion-0.5) + ("rust-futures-lite" ,rust-futures-lite-2) + ("rust-waker-fn" ,rust-waker-fn-1) + ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3)))) + (home-page "https://github.com/smol-rs/event-listener") (synopsis "Notify async tasks or threads") (description "This is a synchronization primitive similar to @code{eventcounts}. @@ -21387,6 +21395,23 @@ (define-public rust-event-listener-2 blocking data structures.") (license (list license:asl2.0 license:expat)))) +(define-public rust-event-listener-2 + (package + (inherit rust-event-listener-4) + (name "rust-event-listener") + (version "2.5.3") + (source + (origin + (method url-fetch) + (uri (crate-uri "event-listener" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1q4w3pndc518crld6zsqvvpy9lkzwahp2zgza9kbzmmqh9gif1h2")))) + (arguments + `(#:cargo-development-inputs + (("rust-futures" ,rust-futures-0.3) + ("rust-waker-fn" ,rust-waker-fn-1)))))) + (define-public rust-executable-path-1 (package (name "rust-executable-path") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:02:01 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:02:01 +0000 Received: from localhost ([127.0.0.1]:36438 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYi-0000Lg-Lr for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:02:01 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:49587 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYW-0000Jm-HW for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706630491; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HFtidXWOG5YYbHfcGNEdr87HisYFjPup/Pp0cX/lo4g=; b=NOMhSxzFizgozM6GAKNfYcplSstOIiyiP9YM9XJdTR0Uf47vPcT1Z4sjxwyRCrxd5bhBDI 4Iena5cwW2WnhDfuQ8ApwhCkm5ndQo24/Kvrr1d3bwneUIFadZwnrDPGCZ9COI+bi6+tLt 4IBeJQmOvOzj0u8Dct+ZoItoU3gm7WyTsO7Ra194BUCQEm4laIYtt2fmFSpFZIbhZyble2 moIewOdv1nsSQVg3AoYcmZfjSChKnyXCsvMotyXXt3l48xz5B86BNGmEugHAhD0++lFarX ddMf28PZnBCkZcVLefzlf1sHlB62BjxUdADFhVcnt0zKzTTXrrI60ugnlrs+Bw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 891385fe (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 16:01:31 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 30/49] gnu: Add rust-async-lock-3. Date: Tue, 30 Jan 2024 17:00:35 +0100 Message-ID: <7d23916aabe3b8183f9cd67ac541f74c52cbaba0.1706630138.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-lock-3): Add variable. (rust-async-lock-2): Inherit from rust-async-lock-3. Change-Id: Ia3118ff9010282ee931aa8a421f1dd9ce63abc09 --- gnu/packages/crates-io.scm | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-lock-3): Add variable. (rust-async-lock-2): Inherit from rust-async-lock-3. Change-Id: Ia3118ff9010282ee931aa8a421f1dd9ce63abc09 --- gnu/packages/crates-io.scm | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-async-lock-3): Add variable. (rust-async-lock-2): Inherit from rust-async-lock-3. Change-Id: Ia3118ff9010282ee931aa8a421f1dd9ce63abc09 --- gnu/packages/crates-io.scm | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index b78b040fdf..f808d92c12 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -3730,8 +3730,37 @@ (define-public rust-async-io-1 that expires at a point in time.") (license (list license:asl2.0 license:expat)))) +(define-public rust-async-lock-3 + (package + (name "rust-async-lock") + (version "3.3.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "async-lock" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0yxflkfw46rad4lv86f59b5z555dlfmg1riz1n8830rgi0qb8d6h")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-event-listener" ,rust-event-listener-4) + ("rust-event-listener-strategy" ,rust-event-listener-strategy-0.4) + ("rust-pin-project-lite" ,rust-pin-project-lite-0.2)) + #:cargo-development-inputs + (("rust-async-channel" ,rust-async-channel-2) + ("rust-fastrand" ,rust-fastrand-2) + ("rust-futures-lite" ,rust-futures-lite-2) + ("rust-waker-fn" ,rust-waker-fn-1) + ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3)))) + (home-page "https://github.com/smol-rs/async-lock") + (synopsis "Async synchronization primitives") + (description "This package provides async synchronization primitives.") + (license (list license:asl2.0 license:expat)))) + (define-public rust-async-lock-2 (package + (inherit rust-async-lock-3) (name "rust-async-lock") (version "2.7.0") (source @@ -3741,7 +3770,6 @@ (define-public rust-async-lock-2 (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "1mrd4kai92fcgl9974dpmibiq6ja9drz41v3crvv0c27a8kzf97s")))) - (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-event-listener" ,rust-event-listener-2)) @@ -3749,11 +3777,7 @@ (define-public rust-async-lock-2 (("rust-async-channel" ,rust-async-channel-1) ("rust-fastrand" ,rust-fastrand-1) ("rust-futures-lite" ,rust-futures-lite-1) - ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3)))) - (home-page "https://github.com/stjepang/async-lock") - (synopsis "Async synchronization primitives") - (description "This package provides Async synchronization primitives.") - (license (list license:asl2.0 license:expat)))) + ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3)))))) (define-public rust-async-log-1 (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:02:01 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:02:01 +0000 Received: from localhost ([127.0.0.1]:36440 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYj-0000Lr-2d for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:02:01 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:49587 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYX-0000Jm-Fo for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706630491; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kkusMc10d9NENBPkJgb7a2lNG58Ms3B0luNXV9L4jMc=; b=nXDqDQfzofBeaNRakzMaNKDfBTxG9Sc2M4eltF1bDOw3k2UvUfXYeVbFQ8biYjlZRedlhm T+iIOgiCs1OBMgdSFv2p2taoCOkViHCMeRYkujCPwbDIeJT7zemFCu7AR1Mb5s/qr+v2q6 wsgqPBz/niLeWyX5ohVYiTVJTyse/3hAzWlJdnVUD6ZdMLf7oeYJTxfK3ouQ/lrVAZN5H5 BnUy6TUi8f/YpiT4mKQwWBBiYkLuRskp/5pP5aaVTt7aAzYcjqx6iR4xx8IZZ6pcs0YzXg blbzojyyDvKldcK/KtnW/WeJubogNN84TneUZDsjJZxMlVJMT9MojhKlTFEV5w== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 5aa98124 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 16:01:31 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 33/49] gnu: Add rust-xdg-home-1. Date: Tue, 30 Jan 2024 17:00:36 +0100 Message-ID: <66101f2c603844bbeae21e5aee48c74ffb9116a2.1706630138.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-xdg-home-1): Add variable. Change-Id: I3c10b1303c37c93c6302bd0537120db786f4463c --- gnu/packages/crates-io.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-xdg-home-1): Add variable. Change-Id: I3c10b1303c37c93c6302bd0537120db786f4463c --- gnu/packages/crates-io.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-xdg-home-1): Add variable. Change-Id: I3c10b1303c37c93c6302bd0537120db786f4463c --- gnu/packages/crates-io.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 55a334e396..d23868d7c0 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -76570,6 +76570,26 @@ (define-public rust-xdg-2 (license (list license:asl2.0 license:expat)))) +(define-public rust-xdg-home-1 + (package + (name "rust-xdg-home") + (version "1.0.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "xdg-home" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1kbd1ks8bvpsay6lgk60yaf1w13daaf75ghmslan031ss4y20s97")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-nix" ,rust-nix-0.26) + ("rust-winapi" ,rust-winapi-0.3)))) + (home-page "https://github.com/zeenix/xdg-home") + (synopsis "User home directory per XDG Specification") + (description "The user's home directory as per the XDG Specification.") + (license license:expat))) + (define-public rust-xflags-macros-0.2 (package (name "rust-xflags-macros") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:02:02 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:02:02 +0000 Received: from localhost ([127.0.0.1]:36442 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYj-0000M2-Ik for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:02:02 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:44613 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYY-0000Jt-79 for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706630492; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZaEphGWvenqZvIhMqHyHCLfZvQAphw91SnI075Q+V50=; b=ZVjLiNF+PQsJ9UpsWAarNkUgco4Sx+Bqh8NioSW6c9sXNjl12bLwdyCuOOA7VlCBHy+6Q1 j7tcGCNeSInHAnFjLKSeHxZ0AR4G2ymB54UcUqk3Ja1aYrQlmdquwlAR7QpWdVErpctIMd /SDbRXCWFnj8e6J7fvq35y49ruAHyaJKlGljprcraMCjRashKzfkR53CuVup1/+qIBZehy srgOryph2vvT/jWdc0Sw/Zj6YYQgm0Xrj51cX+l5fnB3xZj5ogYAZTSfnN9HQ1HXDb0e6H b7EizLpIIqpK2VmLY7yCUNlb/cFXozsE0fWjViwD344o7h7UWY4oJa9l8AI/4A== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 57adbce6 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 16:01:32 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 36/49] gnu: rust-async-process-1: Update to 1.8.1. Date: Tue, 30 Jan 2024 17:00:38 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-process-1): Update to 1.8.1. Change-Id: I979ab968624b62acd6f2ba568e1c01cac524d18f --- gnu/packages/crates-io.scm | 36 ++++++++++++++++++++ 1 file changed, 20 insertions(+), 16 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-process-1): Update to 1.8.1. Change-Id: I979ab968624b62acd6f2ba568e1c01cac524d18f --- gnu/packages/crates-io.scm | 36 ++++++++++++++++++++ 1 file changed, 20 insertions(+), 16 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-async-process-1): Update to 1.8.1. Change-Id: I979ab968624b62acd6f2ba568e1c01cac524d18f --- gnu/packages/crates-io.scm | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 7159e359de..66d7d4cba7 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -4039,30 +4039,34 @@ (define-public rust-async-pidfd-0.1 (define-public rust-async-process-1 (package (name "rust-async-process") - (version "1.0.1") + (version "1.8.1") (source (origin (method url-fetch) (uri (crate-uri "async-process" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1nmvqwqxzy0gv7n8agknaijns9dsxqj81bxms4bs647vq44ym32c")))) + (base32 "126s968lvhg9rlwsnxp7wfzkfn7rl87p0dlvqqlibn081ax3hr7a")))) (build-system cargo-build-system) (arguments - `(#:cargo-test-flags '("--release" "--" - "--skip=set_current_dir_works" - "--skip=signal_reported_right" - "--skip=stdin_works") - #:cargo-inputs - (("rust-async-io" ,rust-async-io-1) - ("rust-blocking" ,rust-blocking-1) - ("rust-cfg-if" ,rust-cfg-if-0.1) - ("rust-event-listener" ,rust-event-listener-2) - ("rust-futures-lite" ,rust-futures-lite-1) - ("rust-once-cell" ,rust-once-cell-1) - ("rust-signal-hook" ,rust-signal-hook-0.1) - ("rust-winapi" ,rust-winapi-0.3)))) - (home-page "https://github.com/stjepang/async-process") + `(#:cargo-test-flags + '("--release" "--" + "--skip=set_current_dir_works" ; assertion failed: p.is_ok() + ;; No such file or directory + "--skip=signal_reported_right" + "--skip=stdin_works" + "--skip=test_spawn_multiple_with_stdio") + #:cargo-inputs (("rust-async-io" ,rust-async-io-1) + ("rust-async-lock" ,rust-async-lock-2) + ("rust-async-signal" ,rust-async-signal-0.2) + ("rust-blocking" ,rust-blocking-1) + ("rust-cfg-if" ,rust-cfg-if-1) + ("rust-event-listener" ,rust-event-listener-3) + ("rust-futures-lite" ,rust-futures-lite-1) + ("rust-rustix" ,rust-rustix-0.38) + ("rust-windows-sys" ,rust-windows-sys-0.48)) + #:cargo-development-inputs (("rust-async-io" ,rust-async-io-1)))) + (home-page "https://github.com/smol-rs/async-process") (synopsis "Async interface for working with processes") (description "This crate is an async version of @code{std::process}. A background -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:02:03 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:02:03 +0000 Received: from localhost ([127.0.0.1]:36444 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYl-0000MB-3O for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:02:03 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:49587 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYY-0000Jm-63 for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706630491; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HfhKtVJswxDWMkecF3mNPRmRaDKCVGYkL2MaX5Sxykw=; b=dPkhBdVMAZNWgX07mkZWKCUUcxYIHYo/6z2VNBDecCIzZzIVDygOidtv4txaqDtWg2gLZK ln9MgVFiAZzJbzRUO8Yq6ahAlbPgQMDTTZnAdlG5DR8L+DZTxNl0rPV9yByxD0F1O1D8P5 Ap56jEvjVprdkWBbpUilkZR9Ft/IClvVDx8CmuM81UhD09Ft3bNKz0npuil4+K2eShp+3c oAsavrG39+60B9Wm+5mPKYJXHg9s3iy35+SgrACG7Fn9yPD2GyaJud0LsjhqgLRLUkMWWG k6MnPU9FvNhxXE2CwED3VJhFUISq2rGWouqqcLaC4WlBevlqhxf5VuP/+DUsxQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 0c1044e9 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 16:01:31 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 34/49] gnu: Add rust-async-signal-0.2. Date: Tue, 30 Jan 2024 17:00:37 +0100 Message-ID: <6f60681bf88bee8c9442b62a3fe5bda8fc5f81d5.1706630138.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-signal-0.2): Add variable. Change-Id: I62c136b2edf0625d855aa44662f42e9349e7c17d --- gnu/packages/crates-io.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-async-signal-0.2): Add variable. Change-Id: I62c136b2edf0625d855aa44662f42e9349e7c17d --- gnu/packages/crates-io.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-async-signal-0.2): Add variable. Change-Id: I62c136b2edf0625d855aa44662f42e9349e7c17d --- gnu/packages/crates-io.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index d23868d7c0..f3d3a0c187 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -4121,6 +4121,41 @@ (define-public rust-async-recursion-1 (description "This package provides recursion for async functions in Rust.") (license (list license:expat license:asl2.0)))) +(define-public rust-async-signal-0.2 + (package + (name "rust-async-signal") + (version "0.2.5") + (source + (origin + (method url-fetch) + (uri (crate-uri "async-signal" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1i9466hiqghhmljjnn83a8vnxi8z013xga03f59c89d2cl7xjiwy")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-async-io" ,rust-async-io-2) + ("rust-async-lock" ,rust-async-lock-2) + ("rust-atomic-waker" ,rust-atomic-waker-1) + ("rust-cfg-if" ,rust-cfg-if-1) + ("rust-futures-core" ,rust-futures-core-0.3) + ("rust-futures-io" ,rust-futures-io-0.3) + ("rust-rustix" ,rust-rustix-0.38) + ("rust-signal-hook-registry" ,rust-signal-hook-registry-1) + ("rust-slab" ,rust-slab-0.4) + ("rust-windows-sys" ,rust-windows-sys-0.48)) + #:cargo-development-inputs + (("rust-async-io" ,rust-async-io-2) + ("rust-fastrand" ,rust-fastrand-2) + ("rust-futures-lite" ,rust-futures-lite-1) + ("rust-libc" ,rust-libc-0.2) + ("rust-signal-hook" ,rust-signal-hook-0.3)))) + (home-page "https://github.com/smol-rs/async-signal") + (synopsis "Async signal handling") + (description "This package provides async signal handling.") + (license (list license:asl2.0 license:expat)))) + (define-public rust-async-std-1 (package (name "rust-async-std") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:02:04 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:02:04 +0000 Received: from localhost ([127.0.0.1]:36454 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYl-0000Mn-In for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:02:04 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:44613 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYZ-0000Jt-2E for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706630492; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Vi1vYU7rTGfa2FGDyi9H63WizaZXsMKavJLXdug7QMo=; b=ZQgxXbfiyVJ52sz8trubGgJIdF3Y8/SNprzrvAtdz18QhjJWNuLiGPif5d8YWX1Qx/2ze4 1K8WcQrduujd08SZk0CyhWZ7N0bUHK5yRUHP9mkt3s2jpbI3wLIOeynrb/hgSqai6fyTEm cIgNztCvnXK8AS0vyi6DrVIXLgmyTutHpPFGjtPPa513P11W64SMxKCdr9JVPMUGKCvfsi tjn0FIxFcIN4aqVxtUd6yqD7sZXYluFncfRFGWHReMH/CDTqarb4nbEeaMlzz0Js3IM8eU r5RUV9J0bF5XXh3xxz9dq0n/O9H4XkAEpzYKYMOzXu97L02P92zBRE3GGXR8cw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 9cacf2c9 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 16:01:32 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 38/49] gnu: rust-zbus-3: Update to 3.14.1. Date: Tue, 30 Jan 2024 17:00:39 +0100 Message-ID: <586a44ed5542f3d11e10b737c5de42570f4c5cd2.1706630138.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-zbus-3, rust-zbus-macros-3): Update to 3.14.1. Change-Id: Iaa58a99d0eb053cbfef89ae72785b2f9d134265e --- gnu/packages/crates-io.scm | 55 +++++++++++++++++++ 1 file changed, 28 insertions(+), 27 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-zbus-3, rust-zbus-macros-3): Update to 3.14.1. Change-Id: Iaa58a99d0eb053cbfef89ae72785b2f9d134265e --- gnu/packages/crates-io.scm | 55 +++++++++++++++++++ 1 file changed, 28 insertions(+), 27 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-zbus-3, rust-zbus-macros-3): Update to 3.14.1. Change-Id: Iaa58a99d0eb053cbfef89ae72785b2f9d134265e --- gnu/packages/crates-io.scm | 55 +++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index e122ce8af4..6657be60d8 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -77169,38 +77169,39 @@ (define-public rust-zbase32-0.1 (define-public rust-zbus-3 (package (name "rust-zbus") - (version "3.7.0") - (source (origin - (method url-fetch) - (uri (crate-uri "zbus" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "0pl5ri4lihzzxzxgvw1m0lpq90pnack0hi6gg48jsqyb1iy5i79p")))) + (version "3.14.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "zbus" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0j5rxgszrmkk5pbpwccrvj3gflwqw8jv8wfx9v84qbl75l53kpii")))) (build-system cargo-build-system) (arguments `(#:tests? #f ; Not all files included. #:cargo-inputs (("rust-async-broadcast" ,rust-async-broadcast-0.5) ("rust-async-executor" ,rust-async-executor-1) + ("rust-async-fs" ,rust-async-fs-1) ("rust-async-io" ,rust-async-io-1) ("rust-async-lock" ,rust-async-lock-2) + ("rust-async-process" ,rust-async-process-1) ("rust-async-recursion" ,rust-async-recursion-1) ("rust-async-task" ,rust-async-task-4) ("rust-async-trait" ,rust-async-trait-0.1) + ("rust-blocking" ,rust-blocking-1) ("rust-byteorder" ,rust-byteorder-1) ("rust-derivative" ,rust-derivative-2) - ("rust-dirs" ,rust-dirs-4) ("rust-enumflags2" ,rust-enumflags2-0.7) ("rust-event-listener" ,rust-event-listener-2) ("rust-futures-core" ,rust-futures-core-0.3) ("rust-futures-sink" ,rust-futures-sink-0.3) ("rust-futures-util" ,rust-futures-util-0.3) ("rust-hex" ,rust-hex-0.4) - ("rust-lazy-static" ,rust-lazy-static-1) - ("rust-nix" ,rust-nix-0.25) + ("rust-nix" ,rust-nix-0.26) ("rust-once-cell" ,rust-once-cell-1) - ("rust-ordered-stream" ,rust-ordered-stream-0.1) + ("rust-ordered-stream" ,rust-ordered-stream-0.2) ("rust-quick-xml" ,rust-quick-xml-0.27) ("rust-rand" ,rust-rand-0.8) ("rust-serde" ,rust-serde-1) @@ -77214,6 +77215,7 @@ (define-public rust-zbus-3 ("rust-uds-windows" ,rust-uds-windows-1) ("rust-vsock" ,rust-vsock-0.3) ("rust-winapi" ,rust-winapi-0.3) + ("rust-xdg-home" ,rust-xdg-home-1) ("rust-zbus-macros" ,rust-zbus-macros-3) ("rust-zbus-names" ,rust-zbus-names-2) ("rust-zvariant" ,rust-zvariant-3)) @@ -77270,26 +77272,25 @@ (define-public rust-zbus-1 (define-public rust-zbus-macros-3 (package (name "rust-zbus-macros") - (version "3.7.0") - (source (origin - (method url-fetch) - (uri (crate-uri "zbus_macros" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "1y4cw7x8hrpz9xd43spd0vzvfbm1991bik1yb2873py0j0p2ljb6")))) + (version "3.14.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "zbus_macros" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "17dwc1vvvwxlgn78cpds72hcf7y1hxqkjnpm0zlc0y38ji57kla1")))) (build-system cargo-build-system) (arguments `(#:tests? #f ; Tests need a running dbus instance. - #:cargo-inputs - (("rust-proc-macro-crate" ,rust-proc-macro-crate-1) - ("rust-proc-macro2" ,rust-proc-macro2-1) - ("rust-quote" ,rust-quote-1) - ("rust-regex" ,rust-regex-1) - ("rust-syn" ,rust-syn-1)) + #:cargo-inputs (("rust-proc-macro-crate" ,rust-proc-macro-crate-1) + ("rust-proc-macro2" ,rust-proc-macro2-1) + ("rust-quote" ,rust-quote-1) + ("rust-regex" ,rust-regex-1) + ("rust-syn" ,rust-syn-1) + ("rust-zvariant-utils" ,rust-zvariant-utils-1)) #:cargo-development-inputs (("rust-async-io" ,rust-async-io-1) - ("rust-doc-comment" ,rust-doc-comment-0.3) ("rust-futures-util" ,rust-futures-util-0.3) ("rust-rustversion" ,rust-rustversion-1) ("rust-serde" ,rust-serde-1) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:02:05 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:02:05 +0000 Received: from localhost ([127.0.0.1]:36456 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYm-0000Mx-3L for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:02:04 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:49587 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYZ-0000Jm-48 for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706630492; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=710SH+5PV4KP2zxMF+zgqPO82ItBrpfANzJGpK9yt1A=; b=jbha00czFSVY3pg5kCQ3UBR3W1d4IAOeUsQJIyTYjdPyfL3e+TV3Z4Te8taQdEEVtfV3iK uRsOcK2sNeQduYwC79qsn0zhZi5if7hqC6ZFMS5PLbAJf3xDr48b6YZRVJNoa2BcXUMPiS is9sV3sFWNe6aeIEviE8V+SVXmnltBWH+STjcUSr+01bUK9KYK1Ozc6r0P+N65EuOI+fD2 jmd9ZkYf9I4amIfHVuxYw0n40Xp4FVqXqCr9sRcJ9hFX/LEadHu5yUpAmxHKoswlPDDvcA FMMsUN5l97Uwl21PkmNdSDCD92G6MOACNj8Mkr3xmgDKAFoUXAje1OlKzbRjUg== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 5bd14acc (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 16:01:32 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 40/49] gnu: i3status-rust: Update to 0.32.3. Date: Tue, 30 Jan 2024 17:00:40 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/rust-apps.scm (i3status-rust): Update to 0.32.3. Change-Id: I84e34ee0f60c3c10a013e3b8edc42f157db5732c --- gnu/local.mk | 1 - ...status-rust-enable-unstable-features.patch | 20 ---- gnu/packages/rust-apps.scm | 100 ++++++++++++------ 3 files changed, [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/rust-apps.scm (i3status-rust): Update to 0.32.3. Change-Id: I84e34ee0f60c3c10a013e3b8edc42f157db5732c --- gnu/local.mk | 1 - ...status-rust-enable-unstable-features.patch | 20 ---- gnu/packages/rust-apps.scm | 100 ++++++++++++------ 3 files changed, [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/rust-apps.scm (i3status-rust): Update to 0.32.3. Change-Id: I84e34ee0f60c3c10a013e3b8edc42f157db5732c --- gnu/local.mk | 1 - ...status-rust-enable-unstable-features.patch | 20 ---- gnu/packages/rust-apps.scm | 100 ++++++++++++------ 3 files changed, 65 insertions(+), 56 deletions(-) delete mode 100644 gnu/packages/patches/i3status-rust-enable-unstable-features.patch diff --git a/gnu/local.mk b/gnu/local.mk index a215c1e84b..c036dd4894 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2003,7 +2003,6 @@ dist_patch_DATA = \ %D%/packages/patches/rust-1.70-fix-rustix-build.patch \ %D%/packages/patches/rust-cargo-edit-remove-ureq.patch \ %D%/packages/patches/rust-ring-0.17-ring-core.patch \ - %D%/packages/patches/i3status-rust-enable-unstable-features.patch \ %D%/packages/patches/rust-ndarray-remove-blas-src-dep.patch \ %D%/packages/patches/rust-ndarray-0.13-remove-blas-src.patch \ %D%/packages/patches/rust-ndarray-0.14-remove-blas-src.patch \ diff --git a/gnu/packages/patches/i3status-rust-enable-unstable-features.patch b/gnu/packages/patches/i3status-rust-enable-unstable-features.patch deleted file mode 100644 index 535b45d865..0000000000 --- a/gnu/packages/patches/i3status-rust-enable-unstable-features.patch +++ /dev/null @@ -1,20 +0,0 @@ -From 3006390c0058f06c255d9850327163aebcdc3b40 Mon Sep 17 00:00:00 2001 -From: Petr Hodina -Date: Mon, 11 Oct 2021 22:35:39 +0200 -Subject: [PATCH] Enable unstable features. - - -diff --git a/src/main.rs b/src/main.rs -index d9e964b..820e22e 100644 ---- a/src/main.rs -+++ b/src/main.rs -@@ -1,3 +1,6 @@ -+#![feature(bool_to_option)] -+#![feature(clamp)] -+ - #[macro_use] - mod de; - #[macro_use] --- -2.33.0 - diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 2d714c4861..8b21080e31 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -768,7 +768,7 @@ (define-public hyperfine (define-public i3status-rust (package (name "i3status-rust") - (version "0.20.1") + (version "0.32.3") (source (origin (method git-fetch) @@ -776,42 +776,71 @@ (define-public i3status-rust (url "https://github.com/greshake/i3status-rust") (commit (string-append "v" version)))) (file-name (git-file-name name version)) - (patches (search-patches "i3status-rust-enable-unstable-features.patch")) (sha256 - (base32 "00gzm3g297s9bfp13vnb623p7dfac3g6cdhz2b3lc6l0kmnnqs1s")))) + (base32 "11n32kkfwlv38mj9018hp5rbg4w3d1vq9f6x8rhqahs19mm5amqa")))) (build-system cargo-build-system) (arguments - `(#:features '("pulseaudio" "libpulse-binding") - #:install-source? #f + `(#:install-source? #f #:cargo-inputs - (("rust-chrono" ,rust-chrono-0.4) - ("rust-chrono-tz" ,rust-chrono-tz-0.5) - ("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5) - ("rust-curl" ,rust-curl-0.4) - ("rust-dbus" ,rust-dbus-0.9) - ("rust-dbus-tree" ,rust-dbus-tree-0.9) - ("rust-lazy-static" ,rust-lazy-static-1) - ("rust-nix" ,rust-nix-0.20) - ("rust-nl80211" ,rust-nl80211-0.0.2) + (("rust-anyhow" ,rust-anyhow-1) ; Dependency of xtask. + ("rust-async-once-cell" ,rust-async-once-cell-0.5) + ("rust-async-trait" ,rust-async-trait-0.1) + ("rust-backon" ,rust-backon-0.4) + ("rust-calibright" ,rust-calibright-0.1) + ("rust-chrono" ,rust-chrono-0.4) + ("rust-chrono-tz" ,rust-chrono-tz-0.8) + ("rust-clap" ,rust-clap-4) ; Dependency of xtask also. + ("rust-dirs" ,rust-dirs-5) + ("rust-env-logger" ,rust-env-logger-0.10) + ("rust-futures" ,rust-futures-0.3) + ("rust-glob" ,rust-glob-0.3) + ("rust-hyper" ,rust-hyper-0.14) + ("rust-inotify" ,rust-inotify-0.10) + ("rust-libc" ,rust-libc-0.2) + ("rust-libpulse-binding" ,rust-libpulse-binding-2) + ("rust-log" ,rust-log-0.4) + ("rust-maildir" ,rust-maildir-0.6) + ("rust-neli" ,rust-neli-0.6) + ("rust-neli-wifi" ,rust-neli-wifi-0.6) + ("rust-nix" ,rust-nix-0.27) + ("rust-nom" ,rust-nom-7) + ("rust-notmuch" ,rust-notmuch-0.8) + ("rust-once-cell" ,rust-once-cell-1) + ("rust-pandoc" ,rust-pandoc-0.8) ; Dependency of xtask. + ("rust-regex" ,rust-regex-1) + ("rust-reqwest" ,rust-reqwest-0.11) + ("rust-sensors" ,rust-sensors-0.2) ("rust-serde" ,rust-serde-1) - ("rust-serde-derive" ,rust-serde-derive-1) ("rust-serde-json" ,rust-serde-json-1) + ("rust-serde-with" ,rust-serde-with-3) + ("rust-shellexpand" ,rust-shellexpand-3) ("rust-signal-hook" ,rust-signal-hook-0.3) - ("rust-swayipc" ,rust-swayipc-2) - ("rust-toml" ,rust-toml-0.5) - ("rust-cpuprofiler" ,rust-cpuprofiler-0.0) - ("rust-inotify" ,rust-inotify-0.9) - ("rust-libpulse-binding" ,rust-libpulse-binding-2) - ("rust-maildir" ,rust-maildir-0.5) - ("rust-notmuch" ,rust-notmuch-0.6) - ("rust-progress" ,rust-progress-0.2)) - #:cargo-development-inputs - (("rust-assert-fs" ,rust-assert-fs-1)) + ("rust-signal-hook-tokio" ,rust-signal-hook-tokio-0.3) + ("rust-smart-default" ,rust-smart-default-0.7) + ("rust-swayipc-async" ,rust-swayipc-async-2) + ("rust-thiserror" ,rust-thiserror-1) + ("rust-tokio" ,rust-tokio-1) + ("rust-toml" ,rust-toml-0.8) + ("rust-unicode-segmentation" ,rust-unicode-segmentation-1) + ("rust-wayrs-client" ,rust-wayrs-client-1) + ("rust-wayrs-protocols" ,rust-wayrs-protocols-0.13) + ("rust-clap-mangen" ,rust-clap-mangen-0.2) ; Dependency of xtask. + ("rust-zbus" ,rust-zbus-3)) #:phases (modify-phases %standard-phases - (add-after 'unpack 'enable-unstable-features + (add-after 'unpack 'remove-optional-icu-deps (lambda _ - (setenv "RUSTC_BOOTSTRAP" "1"))) + (substitute* "Cargo.toml" + (("^icu_calendar.*") "") + (("^icu_datetime.*") "") + (("^icu_locid.*") "")))) + (add-after 'unpack 'fix-wayrs-versions + (lambda _ + (substitute* "Cargo.toml" + (("^(wayrs-client = \\{ version = \")0.12\"" all most) + (string-append most "1.0\"")) + (("^(wayrs-protocols = \\{ version = \"0.1)2\"" all most) + (string-append most "3\""))))) (add-after 'unpack 'fix-resources-path (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) @@ -827,11 +856,12 @@ (define-public i3status-rust (let ((out (assoc-ref outputs "out")) (paths (map (lambda (input) - (string-append (assoc-ref inputs input) "/bin")) - '("alsa-utils" "coreutils" "curl" "dbus" "ibus" "iproute" - "kdeconnect" "lm-sensors" "pulseaudio" - "openssl" - "setxkbmap" "speedtest-cli" "xdg-utils" "xrandr" + (string-append + (assoc-ref inputs input) "/bin")) + '("alsa-utils" "coreutils" "curl" "dbus" + "ibus" "iproute" "kdeconnect" "lm-sensors" + "pulseaudio" "openssl" "setxkbmap" + "speedtest-cli" "xdg-utils" "xrandr" "zlib")))) (wrap-program (string-append out "/bin/i3status-rs") `("PATH" prefix ,paths)))))))) @@ -846,7 +876,7 @@ (define-public i3status-rust ("ibus" ,ibus) ("iproute" ,iproute) ("kdeconnect" ,kdeconnect) - ("lm-sensors" ,lm-sensors) + ("lm-sensors" ,lm-sensors "lib") ("pulseaudio" ,pulseaudio) ("openssl" ,openssl) ("setxkbmap" ,setxkbmap) @@ -854,8 +884,8 @@ (define-public i3status-rust ("xdg-utils" ,xdg-utils) ("xrandr" ,xrandr) ("zlib" ,zlib))) - (home-page "https://github.com/greshake/i3status-rust") - (synopsis "i3status, written in pure Rust") + (home-page "https://github.com/greshake/i3status-rust/") + (synopsis "Replacement for i3status, written in Rust") (description "@code{i3status-rs} is a feature-rich and resource-friendly replacement for i3status, written in pure Rust. It provides a way to display @code{blocks} of system information (time, battery status, volume, etc) on the i3 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:02:05 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:02:05 +0000 Received: from localhost ([127.0.0.1]:36460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYn-0000NG-3v for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:02:05 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:44613 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYa-0000Jt-6o for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706630494; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vNDWWYE/L5eFl0YDp5l0jKbZryCY2gAe6/4McSa/g1s=; b=qT0wZArUXnu/W0bjXatpeZMhskZcTzkSUOPL/pVG9ipkhvfkGmkfMWdN5TRuLESl3FR/7B M/KfrhDrCuWrYlHBdGoTHO9rXOmcUQEu7jZWX0a4AKjpdQT5YgmNo6UDe2m8NnOS4w0yXr T90zeNZ4ijsrj6UTIEnO7Aa86W0shewLdb66if8kk+y+auERuIHeS1VkJb6DSEw4JEcPK+ KP7Io/owNELnD981Ra/idsV7MTZaKVR1sLrub6n+TGORv5HWgMHDJsHy9yZqoZF0+I2kaC ISOM+DS2rw9plamWPduEwvebF+4lqFM6ShmwUReAHgjMS7bEKds5ruagSY06fQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 7f479619 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 16:01:34 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 43/49] gnu: Remove rust-notmuch-0.6. Date: Tue, 30 Jan 2024 17:00:41 +0100 Message-ID: <3d8570d0f9f7beb006b7c288946f48c187c727fc.1706630138.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-notmuch-0.6): Remove variable. Change-Id: I41cef7661845b3ae5c5207b966c8067bf689883a --- gnu/packages/crates-io.scm | 32 1 file changed, 32 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-notmuch-0.6): Remove variable. Change-Id: I41cef7661845b3ae5c5207b966c8067bf689883a --- gnu/packages/crates-io.scm | 32 1 file changed, 32 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-notmuch-0.6): Remove variable. Change-Id: I41cef7661845b3ae5c5207b966c8067bf689883a --- gnu/packages/crates-io.scm | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index aa40575ffa..18f4edf8e6 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -40505,38 +40505,6 @@ (define-public rust-notmuch-0.8 "This crate provides a Rust interface and bindings for Notmuch.") (license license:gpl3+))) -(define-public rust-notmuch-0.6 - (package - (inherit rust-notmuch-0.8) - (name "rust-notmuch") - (version "0.6.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "notmuch" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "19q93iyvx4liksm09mhq9ibm8zj7i3dizc1s40f916z0kbpn9k5w")))) - (arguments - `(#:tests? #f ;see https://github.com/vhdirk/notmuch-rs/issues/35 - #:cargo-inputs - (("rust-libc" ,rust-libc-0.2) - ("rust-supercow" ,rust-supercow-0.1)) - #:cargo-development-inputs - (("rust-dirs" ,rust-dirs-1) - ("rust-gethostname" ,rust-gethostname-0.2) - ("rust-lettre" ,rust-lettre-0.9) - ("rust-lettre-email" ,rust-lettre-email-0.9) - ("rust-maildir" ,rust-maildir-0.5) - ("rust-tempfile" ,rust-tempfile-3)) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-maildir-version - (lambda* _ - (substitute* "Cargo.toml" - (("version = \"0.3.2\"") "version = \"0.5.0\""))))))))) - - (define-public rust-ntapi-0.4 (package (name "rust-ntapi") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:02:06 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:02:06 +0000 Received: from localhost ([127.0.0.1]:36464 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYn-0000NU-K0 for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:02:05 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:49587 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYb-0000Jm-0Y for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706630495; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=v34TZEjqUVLdSEQ4QnUIVOo9IyKw0EF5QIPCmLUrp04=; b=b62cfp7JrBHX13rBz01bQcektR6dH6k3ekHl5lezdF7bo7Lr/TApkUTCklxeJbxH7FU0nh HATsypNVHtluxkx0wWAzrbD0VXBmyUsGviI/6/Ue5pin8jv5ObN8CGJLzH9nJQiUXFWrmw NcQR3iS26WPXbRvcAt5uGQ7624IGMuxtwaltE1DBKAD+lTWmnlKQnhciO1l9V/G3G+5k8J /KsPDGNxTqe/5alQ3xxvf4GddRrt9Uz8kXgKUhFBIwC0EmB88SmMEEP2fXebPUDnrN/cKG GY5v3DMhELlrmp25zdtgZrao2LcLCxGp3RafqI0giv9Kc3OSf/rQuQlJSfCLEQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 73727f88 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 16:01:35 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 46/49] gnu: Remove rust-buffering-0.3. Date: Tue, 30 Jan 2024 17:00:42 +0100 Message-ID: <8ae3882c3a377c1845c62451155de67bec0b0655.1706630139.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io (rust-buffering-0.3): Delete variable. Change-Id: I6125c89b980d4ee24ce9a26d53f140b0a67a9950 --- gnu/packages/crates-io.scm | 18 1 file changed, 18 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io (rust-buffering-0.3): Delete variable. Change-Id: I6125c89b980d4ee24ce9a26d53f140b0a67a9950 --- gnu/packages/crates-io.scm | 18 1 file changed, 18 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io (rust-buffering-0.3): Delete variable. Change-Id: I6125c89b980d4ee24ce9a26d53f140b0a67a9950 --- gnu/packages/crates-io.scm | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index d9168ac2f5..e861b4f613 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -7698,24 +7698,6 @@ (define-public rust-buffering-0.4 buffer operations.") (license license:bsd-3))) -(define-public rust-buffering-0.3 - (package - (inherit rust-buffering-0.4) - (name "rust-buffering") - (version "0.3.4") - (source - (origin - (method url-fetch) - (uri (crate-uri "buffering" version)) - (file-name - (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "11cyq2nm569j028g93jxk00h8nfwc3l6n3hqw79w34na01p3lq97")))) - (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-buffering-nocopy-macro" ,rust-buffering-nocopy-macro-0.1)))))) - (define-public rust-buffering-nocopy-macro-0.2 (package (name "rust-buffering-nocopy-macro") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:02:06 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:02:06 +0000 Received: from localhost ([127.0.0.1]:36468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYo-0000Ni-0o for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:02:06 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:44613 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYb-0000Jt-1y for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706630495; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=uSC4VRjupcqKmpZNPu3TEK2OUk0rX4nEXFfHFh0cN+8=; b=m/KlMZBWuPwZ3qRuLBme074nmoUBH/jkrTojihxmG6T5sIuzXGLBtDViHsJPZ2/DsjXVvO Hl5Jx/YVtrjqG/Iqobw7jDEFCQ648x1KN9R/yr03ZpXL5l1C4gjqQZJQRPpeScIYPHZku0 iCOyW3jqU+BVZGgzRUk/wAReoHEPCJnrXo9irTaqEUPGbuqh5Kf4qgbe++CdbOZL327Zmd FtFZijryNHV61MiTizIOZnjjzWYaXmQjceeHikQJzswhyLrVoQZeb5WQjS5R02QZt2vqCE qh/JXjKIcM8qf0tVDUnQd7+ztgE6bnGfVeEkQLdbWYzSulWuB8mkiaNQD6SpiA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id b5326261 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 16:01:35 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 47/49] gnu: Remove rust-supercow-0.1. Date: Tue, 30 Jan 2024 17:00:43 +0100 Message-ID: <9b9237d939ac3b76a2a172fcb45c3955d342c5f2.1706630139.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io (rust-supercow-0.1): Delete variable. Change-Id: I56d7d46b7920724d6511ee842aa8f85f04b49d22 --- gnu/packages/crates-io.scm | 19 1 file changed, 19 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io (rust-supercow-0.1): Delete variable. Change-Id: I56d7d46b7920724d6511ee842aa8f85f04b49d22 --- gnu/packages/crates-io.scm | 19 1 file changed, 19 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io (rust-supercow-0.1): Delete variable. Change-Id: I56d7d46b7920724d6511ee842aa8f85f04b49d22 --- gnu/packages/crates-io.scm | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index e861b4f613..f627940f78 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -64088,25 +64088,6 @@ (define-public rust-subprocess-0.2 inspired by Python's subprocess module, with Rust-specific extensions.") (license (list license:asl2.0 license:expat)))) -(define-public rust-supercow-0.1 - (package - (name "rust-supercow") - (version "0.1.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "supercow" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "0qxxk2z4pa7ni17bdhix9syhax0nnnpbjjpsinkhd8vsnknmh5qp")))) - (build-system cargo-build-system) - (home-page "https://github.com/altsysrq/supercow") - (synopsis "Generic way to accept general reference-like values") - (description - "This package provides a generic way to accept general reference-like -values without proliferating generics.") - (license (list license:expat license:asl2.0)))) - (define-public rust-superluminal-perf-0.1 (package (name "rust-superluminal-perf") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:02:07 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:02:07 +0000 Received: from localhost ([127.0.0.1]:36472 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYo-0000Nz-Ik for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:02:06 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:49587 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqYb-0000Jm-Po for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 11:01:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706630495; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=69V+S+EtB3Kkjw/M+NFeWIiy3Zysa1ljDlwpqq4lbsM=; b=ioTpM9JCNCzPK2tGPBbE/RzsXTAjGvPYlVJ+OVmZqxb6G35/uAZbJwz5cQiuvoQp3aZjv9 DHEcBl0+Qiwxkrr3RYcDqMHhDX7MM8qZtv/kxZ/V2BK7Ly1ECYVX2sRnfosUrsscScr6zn uZH0PVY9A0VnHkKtJ+cfbcbeVKwwdCnxerZwBa7FvX2RPaqRJUy+sgldCbuUJBoP5mQ2Ch pyMwFSjxRk3WIemYBRQXUc34uRoItUBZoaNy3wGyXanLkkZVO1ntIJ8kvn3UR6SJJW+KFY Xyy17D9uI2kW5HNFwqt/qBqOBQzC3fIb3bmpSdYdK28R7ObK8+fgIc7Knir+Tw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 5d6338d2 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 30 Jan 2024 16:01:35 +0000 (UTC) From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 49/49] gnu: Remove rust-ordered-stream-0.1. Date: Tue, 30 Jan 2024 17:00:44 +0100 Message-ID: <3fcb9a063ef8bf3469d703925d2b25f3b43a955f.1706630139.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-ordered-stream-0.1): Delete variable. Change-Id: I9ee8e3ff018e50cc7f39bc1184b9d3996a236527 --- gnu/packages/crates-io.scm | 13 1 file changed, 13 deletions(-) Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 TVD_RCVD_IP Message was received from an IP address -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/crates-io.scm (rust-ordered-stream-0.1): Delete variable. Change-Id: I9ee8e3ff018e50cc7f39bc1184b9d3996a236527 --- gnu/packages/crates-io.scm | 13 1 file changed, 13 deletions(-) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/crates-io.scm (rust-ordered-stream-0.1): Delete variable. Change-Id: I9ee8e3ff018e50cc7f39bc1184b9d3996a236527 --- gnu/packages/crates-io.scm | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 71aa8fea52..4ca6e722f5 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -42730,19 +42730,6 @@ (define-public rust-ordered-stream-0.2 external events in Rust.") (license (list license:expat license:asl2.0)))) -(define-public rust-ordered-stream-0.1 - (package - (inherit rust-ordered-stream-0.2) - (name "rust-ordered-stream") - (version "0.1.4") - (source (origin - (method url-fetch) - (uri (crate-uri "ordered-stream" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "140c0h0ap30mcfhdk2xy1q9iqyb450wh11dglshh2y6vmjyj82in")))))) - (define-public rust-ordermap-0.3 (package (name "rust-ordermap") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 11:14:59 2024 Received: (at 68819) by debbugs.gnu.org; 30 Jan 2024 16:15:00 +0000 Received: from localhost ([127.0.0.1]:36536 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqlE-0000ne-73 for submit@debbugs.gnu.org; Tue, 30 Jan 2024 11:14:59 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:33581 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUqlC-0000nK-GU for 68819@debbugs.gnu.org; Tue, 30 Jan 2024 11:14:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1706631277; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+sOdPi6I4w4mzrZgYltgCUwicV3BmwmJkwDOT6Wt04Y=; b=HIkbQBLNf/9Lekz2hJGShcX5EGHbS9jQPwglzbgy1uzp/0wHcjfzTvEMLEZASbs7pJDSjC H7QRI+YlBk0Ym5iZuKMzIDAt1b0Afknz/3vYXy60FdyldiMZ8V9NhCDgJ8FpqGBtkLjI3Z VkwNatjZpOJvNAP/11VZTmFQczrMdhygarclUb5RXqyyHmoENTKlx5B9UpPC0ySeuTW2HX T1/JvENoxs6cpAhP7d1F0iWeGA8hQGAlwSa3uh6xPtrUqhOXpu7WdqiZGRBjaHmWdMfJav LX0QQWN2TwsssAxIswZigZ5jIqINWB1kF3ws2cbYzjYl+E7hOxn4vqOWLxa/ZA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id f5bcd018 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for <68819@debbugs.gnu.org>; Tue, 30 Jan 2024 16:14:37 +0000 (UTC) Date: Tue, 30 Jan 2024 17:14:32 +0100 From: Herman Rimm To: 68819@debbugs.gnu.org Subject: [PATCH 00/49 rust-team] Update i3status-rust to 0.32.3. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, I sent a a few duplicated patches at 10:52. Why don't all patches show up at the same time on [1] or [2]? Cheers, Herman Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 TVD_RCVD_IP Message was received from an IP address 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68819 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, I sent a a few duplicated patches at 10:52. Why don't all patches show up at the same time on [1] or [2]? Cheers, Herman Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager Hi, I sent a a few duplicated patches at 10:52. Why don't all patches show up at the same time on [1] or [2]? Cheers, Herman [1]: https://lists.gnu.org/archive/html/guix-patches/2024-01/index.html [2]: https://issues.guix.gnu.org/68819 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 12 07:45:12 2024 Received: (at 68819-done) by debbugs.gnu.org; 12 Feb 2024 12:45:13 +0000 Received: from localhost ([127.0.0.1]:54488 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rZVgN-00021S-UW for submit@debbugs.gnu.org; Mon, 12 Feb 2024 07:45:12 -0500 Received: from mail-wm1-f53.google.com ([209.85.128.53]:42072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rZVgL-00020l-HJ for 68819-done@debbugs.gnu.org; Mon, 12 Feb 2024 07:45:10 -0500 Received: by mail-wm1-f53.google.com with SMTP id 5b1f17b1804b1-411a6dee71fso353265e9.0 for <68819-done@debbugs.gnu.org>; Mon, 12 Feb 2024 04:44:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707741886; x=1708346686; darn=debbugs.gnu.org; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender:from:to :cc:subject:date:message-id:reply-to; bh=HTzX2l24DIe4wEzfA3ZcPxU//Sm2aOnp7mN586BpB7I=; b=ljSd02SA8x3dxuxEV3OXV6jTrB3TI1H01kt6sHhkFgIXCu47gXzeNGgrAmJcG46IFb DNmHg+n0/sWQvvgILtK8EqI5ZFxoIQ9ClOuJnCqXNpwyNiWuYvPtR4O6PQGraDrm26MJ +mFgE49PMPOR9bk2Tt+NUvmfyAVPj7ts+93xyDc9a9+/MPIuiQjaepRHIiMKvEHJQGJ8 8C+cyzv7rX2C/8vULa3soYJFW5ax0VCfkpNjQjQSvYjyNT4EvZoIe5FmZhxukLJNVQj1 Cucaq0IwNy9knD/zdQeSqPqp7WibZgfh5CyWCN+hwHMXf5P/8LX9CP1Z/GJjXvatoRbV cI8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707741886; x=1708346686; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=HTzX2l24DIe4wEzfA3ZcPxU//Sm2aOnp7mN586BpB7I=; b=I2eEykfJRIf0OaP3h92Wc1q3G79wYbrnuMZ6nlbas3DAmXFZo17E+xluIZO/RIG0QO L/hkRJ4W870ODZ/XnVacIqE+h/bkEZeEz35nFB2Ua/BqZ9GxZ8N/cdDZHj+8jDrIXem7 gJW2uDrnSyP3Mz4WeEg7Qmp5QMQGVu19hVmaKhmf4IDwa5PKZe0+2HWQCU82y83qgAko MVsCl8nwqRsKrsK+szrJSflGVUz54PoHfjllxtxE6xqJrdnebHpaY+zzxMWrG45ujHQk yQrlAAEw8T0bxF3MT7qeIm1HuDodlLTt2w/KGbos20YWsltqgzu/+K0+uzPrSp1sdjUO J+nQ== X-Gm-Message-State: AOJu0YxB6wM1c5+yZD/di16DsajFVHH9zTHBAzMIBn5S0/RmQxlPl14+ vX2ktsdw0tRlnq0e5cA133Ofyby+OmgC0D/Wc0lSH/2sbR5TN/Ga7DwtWijMVEA= X-Google-Smtp-Source: AGHT+IHatkNZzqtHrTbIO4AYABAON3hBqnPqt56FzA+DKJhlf4OYXi0erZ+WxXTf/fZ28SMdRdDYrw== X-Received: by 2002:a05:600c:4f4b:b0:410:ce61:8609 with SMTP id m11-20020a05600c4f4b00b00410ce618609mr2532918wmq.11.1707741886267; Mon, 12 Feb 2024 04:44:46 -0800 (PST) Received: from localhost ([141.226.12.177]) by smtp.gmail.com with ESMTPSA id fa26-20020a05600c519a00b00410dad58533sm2452797wmb.1.2024.02.12.04.44.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Feb 2024 04:44:45 -0800 (PST) Date: Mon, 12 Feb 2024 14:44:44 +0200 From: Efraim Flashner To: Herman Rimm Subject: Re: [bug#68819] [PATCH 00/49 rust-team] Update i3status-rust to 0.32.3. Message-ID: Mail-Followup-To: Efraim Flashner , Herman Rimm , 68819-done@debbugs.gnu.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="FtRWwFvyEJPPYTyR" Content-Disposition: inline In-Reply-To: X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 68819-done Cc: 68819-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.8 (/) --FtRWwFvyEJPPYTyR Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patches pushed to the rust-team branch with a few changes. I'll answer your questions inline. On Tue, Jan 30, 2024 at 04:03:34PM +0100, Herman Rimm wrote: > Hi rust-team, >=20 > When I started using Guix, my i3status-rust config was for a newer > version, now I got around to updating the package. I understand why > noone had updated it, as it was quite tedious. Anyway, I added the > dependencies required for the new version. Some notes: >=20 > I shortened synopses and punctuated descriptions, but mostly left the > #:cargo-inputs indentation as guix import had generated it. I want guix > import crate to generate appropriate indentation. >=20 > rust-arrow2 and rust-tera are patched and build with rust-chrono-tz-0.8 > so that it can replace rust-chrono-tz-0.6 in a single commit. >=20 > rust-zbus-3 and rust-zbus-macros-3 dependency are updated in a single > commit, instead of relaxing rust-zbus-3 dependency versioning. Probably could have updated rust-zbus-macros-3 first and then rust-zbus-3, but if the two commits are next to each other its generally fine. Or doing both in one commit is also fine. > Enabled tests on rust-notmuch. >=20 > Although ordered-stream-0.2 is not adjacent to ordered-stream-0.1, the > latter is removed in a later commit. >=20 > Lastly, i3status-rust is updated and any dependencies that become unused > are removed recursively. >=20 > Assorted questions: >=20 > 1. Should rust-from-variants-impl-0.6 be public? Yes, we have (almost?) all the rust packages as public. > 2. I updated wayrs-client to 1.0, because adding a #[macro_use] made > the wayrs-scanner-0.12 generate! macro available, so wayrs-client 0.12 > would build in isolation, but not as a dependency of i3status-rust. > Adding #[macro_export] to the macro in wayrs-scanner-0.12 did not have > any effect. Does this issue seem familiar? I tried to build i3status-rust with the 0.12 versions but ran into build issues so I left it as you have it. That issue specifically I don't remember seeing, but I haven't played around with it as much as I could have. > 3. rust-async-io-2 and rust-async-net-2 form a cyclical dependency, > should they be added as separate packages anyway? I would generally do it as two separate commits, even though each depends on the other. Doing both in one commit is technically more correct. > 4. When to #:skip-build? I generally do it when a package actually doesn't build (like if it only builds on macOS or on Windows) or if we can't get all the dependencies packaged, like rust-clap-derive-4 (I think) which has a dependency which wants a newer version of nushell. Most of the time I leave a comment about cutting the dependency chain. There was a period where intermediate crates which were imported defaulted to '#:skip-build? #t' but it made it harder to check that the inputs were correct. > 5. Why is a rust package name defined when inheriting the same name? We use the name field as part of the source file-name, and if we leave it as inherited then the name field shows up as undeclared. > Cheers, > Herman >=20 > Herman Rimm (49): > gnu: Add rust-async-once-cell-0.5. > gnu: Add rust-backon-0.4. > gnu: Add rust-calibright-0.1. > gnu: Add rust-neli-proc-macros-0.1. > gnu: Add rust-neli-0.6. > gnu: Add rust-neli-wifi-0.6. > gnu: Add rust-chrono-tz-build-0.2. > gnu: Replace rust-chrono-tz-0.6 with rust-chrono-tz-0.8. > gnu: Add rust-from-variants-impl-0.6. > gnu: Add rust-from-variants-0.6. > gnu: Add rust-notmuch-0.8. > gnu: rust-gethostname-0.2: Update to 0.2.3. > gnu: Add rust-maildir-0.6. > gnu: Add rust-libsensors-sys-0.2. > gnu: Add rust-sensors-0.2. > gnu: Add rust-signal-hook-tokio-0.3. > gnu: rust-swayipc-types-1: Update to 1.3.1. > gnu: Add rust-async-pidfd-0.1. > gnu: rust-parking-2: Update to 2.2.0. > gnu: Add rust-futures-lite-2. > gnu: Add rust-swayipc-async-2. > gnu: Add rust-proc-macro-crate-3. > gnu: Add rust-wayrs-proto-parser-2 > gnu: Add rust-wayrs-scanner-0.13. > gnu: Add rust-wayrs-client-1. > gnu: Add rust-wayrs-protocols-0.13. > gnu: Add rust-event-listener-4. > gnu: Add rust-event-listener-strategy-0.4. > gnu: Add rust-async-channel-2. > gnu: Add rust-async-lock-3. > gnu: Add rust-async-io-2 and rust-async-net-2 cyclical dependency. > gnu: Add rust-ordered-stream-0.2. > gnu: Add rust-xdg-home-1. > gnu: Add rust-async-signal-0.2. > gnu: Add rust-event-listener-3. > gnu: rust-async-process-1: Update to 1.8.1. > gnu: rust-async-fs-1: Update to 1.6.0. > gnu: rust-zbus-3: Update to 3.14.1. > gnu: Add rust-pandoc-0.8. > gnu: i3status-rust: Update to 0.32.3. These ones I left for now in case another package later needs them. > gnu: Deprecate rust-nl80211-0.0.2. > gnu: Remove rust-neli-0.4. > gnu: Remove rust-notmuch-0.6. > gnu: Remove rust-cpuprofiler-0.0. > gnu: Remove rust-progress-0.2. > gnu: Remove rust-buffering-0.3. > gnu: Remove rust-supercow-0.1. > gnu: Remove rust-buffering-nocopy-macro-0.1. > gnu: Remove rust-ordered-stream-0.1. >=20 > gnu/local.mk | 1 - > gnu/packages/crates-graphics.scm | 88 ++ > gnu/packages/crates-io.scm | 1133 ++++++++++++----- > ...status-rust-enable-unstable-features.patch | 20 - > gnu/packages/rust-apps.scm | 100 +- > 5 files changed, 959 insertions(+), 383 deletions(-) > delete mode 100644 gnu/packages/patches/i3status-rust-enable-unstable-fe= atures.patch >=20 >=20 > base-commit: 36315bde09efa660d38198f666b4e1582cb71db3 > --=20 > 2.41.0 >=20 >=20 >=20 --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --FtRWwFvyEJPPYTyR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmXKErwACgkQQarn3Mo9 g1HA5A/9GWU8aMZ9PtiO9EVOXQ8+dGUFqYk8Y+px+IqyBjlnIbas7xRL88vROxpP aQUPQ0/kRm16YO0T14h8kGE4ndXErY0MNYkr9g5ufgrtL/7jx7XLL5OsUosEKceZ o10MUGla2LCE5J3A6usDoL2Db4lXvUcEEP5XDw6rqM7lkQuZWUkkq+tTls2kQmwh mfMasqRX7uWdiB8ONkqUlYL80TuD/aCtcq6duo0l5nEO6Ksnbb3XzcZuDuZxrXbC qqQhNNt16D7qlaebJ/2VDZm4uybQqY3/sjzBrl6HHksSWOU1suLqfGV6pFnoJtvh n2mIIY7Ne6KROikaz1D3O9I1njRcPvVymb4DrkLnAGdn+b1Y7Zagn5FDBZTrE1W8 j9ihbEFev+kO7uoPSC53z961aBcP2boVH8/fENdl5WXkmMgT2dDyvmXDXx55WpLI e4BdfnHObwjqnxQzhdou/gI5qVxC9uWOCzW3ByFmEgS5xdQ1C+cmLY4aPtUuSb9t auNBao0d3+iWkOx7d/OYd78NofYFrcMp7SH8eolK87JJOSDq4Y9vpVqMlX2v00Az dOIIataAI/ziH9Kf41ZAKzZcQwBAHRd5Ls5hK1HzwqE3Jwqx0lMRLaFHiGHPE0ia AJFLmGaOG+15yLH48NAFFNf0uT788kIXSDitWv6XJCEsLmmI668= =f4PI -----END PGP SIGNATURE----- --FtRWwFvyEJPPYTyR-- From unknown Thu Aug 21 12:10:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 12 Mar 2024 11:24:19 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator