From unknown Mon Jun 23 04:15:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#67378] [PATCH 07/10] gnu: Add rust-ihex 3.0.0 Resent-From: gravitydiv10 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Nov 2023 14:31:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 67378 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67378@debbugs.gnu.org Cc: "gravitydiv10@protonmail.com" X-Debbugs-Original-To: "guix-patches@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.170066346215653 (code B ref -1); Wed, 22 Nov 2023 14:31:06 +0000 Received: (at submit) by debbugs.gnu.org; 22 Nov 2023 14:31:02 +0000 Received: from localhost ([127.0.0.1]:58490 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r5oFp-00044E-28 for submit@debbugs.gnu.org; Wed, 22 Nov 2023 09:31:01 -0500 Received: from lists.gnu.org ([2001:470:142::17]:48558) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r5oDM-0003yC-9Z for submit@debbugs.gnu.org; Wed, 22 Nov 2023 09:28:29 -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 1r5oD9-0007rJ-Ea for guix-patches@gnu.org; Wed, 22 Nov 2023 09:28:15 -0500 Received: from mail-40135.protonmail.ch ([185.70.40.135]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r5oCr-0003mj-OO for guix-patches@gnu.org; Wed, 22 Nov 2023 09:28:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1700663273; x=1700922473; bh=DidJ4sUg+vZi4Fj63YTOxUrotx11lkpnmvyDwXwCGf0=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=zGv9PqdZwb2G3Q8l40fLZLX/qKCUhpMGyTapOqTYUiqWhB1S6guC0MDwoGqnHF7PH 1yqzfhpx9006iHSpZ5RU8mipErdqPVjE68H21ZjJHGWimJ+TQu1xxwtWnJGQvkbspQ 1JuHkKA6W6fP1SzjPT4bc5YzRw4hKDVuA5BSUo6mtpDpLXDQQWDwOmWDlagLpPHQrs 1TIALq8E5UpJ3ALYC8G4WLToWI7zTTMw3Xah/VXznqAv17+AlTd+QM20Y5oCsrSNgM TVJ1DypHcXJM6JeJ0XjUqP4fjlqy0STOqc+x8V1i0nJGaz5jlMO6VzqKON/BQi5Foq zZQpF+aWk5Rtw== Date: Wed, 22 Nov 2023 14:27:33 +0000 From: gravitydiv10 Message-ID: Feedback-ID: 88626488:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.135; envelope-from=gravitydiv10@protonmail.com; helo=mail-40135.protonmail.ch X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 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, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.2 (+) 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: From e959a0467aecbe8103e2bf0248270d41da202db6 Mon Sep 17 00:00:00 2001 Message-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.2 (/) >From e959a0467aecbe8103e2bf0248270d41da202db6 Mon Sep 17 00:00:00 2001 Message-ID: In-Reply-To: References: From: Lu Date: Wed, 22 Nov 2023 22:01:55 +0800 Subject: [PATCH 07/10] gnu: Add rust-ihex 3.0.0 * gnu/packages/crates-io.scm (rust-ihex-3): New variable. Change-Id: Icada28c0557d8d4a05ab7b11db438609642ca4a8 --- 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 abd2f3bd5f..f74fc6d19c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -33475,6 +33475,29 @@ (define-public rust-ignore-0.4 ignore files such as @file{.gitignore} against file paths.") (license (list license:unlicense license:expat)))) =20 +(define-public rust-ihex-3 + (package + (name "rust-ihex") + (version "3.0.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "ihex" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1wlzfyy5fsqgpki5vdapw0jjczqdm6813fgd3661wf5vfi3phnin")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t)) + (home-page "http://github.com/martinmroz/ihex") + (synopsis + "Rust library for parsing and generating Intel HEX (or IHEX) objects"= ) + (description + "This package provides a Rust library for parsing and generating Inte= l HEX (or +IHEX) objects. This format is commonly used for representing compiled pro= gram +code and data to be loaded into a microcontroller, flash memory or ROM.") + (license (list license:expat license:asl2.0)))) + (define-public rust-im-rc-15 (package (name "rust-im-rc") --=20 2.41.0 From unknown Mon Jun 23 04:15:39 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: gravitydiv10 Subject: bug#67378: closed (Re: [bug#67378] [PATCH 07/10] gnu: Add rust-ihex 3.0.0) Message-ID: References: <87v7si6q4z.fsf@nicolasgoaziou.fr> X-Gnu-PR-Message: they-closed 67378 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 67378@debbugs.gnu.org Date: Sun, 09 Mar 2025 18:01:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1741543262-9986-1" This is a multi-part message in MIME format... ------------=_1741543262-9986-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #67378: [PATCH 07/10] gnu: Add rust-ihex 3.0.0 which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 67378@debbugs.gnu.org. --=20 67378: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D67378 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1741543262-9986-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 67378-done) by debbugs.gnu.org; 9 Mar 2025 18:00:44 +0000 Received: from localhost ([127.0.0.1]:34225 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1trKxA-0002aM-76 for submit@debbugs.gnu.org; Sun, 09 Mar 2025 14:00:44 -0400 Received: from msg-3.mailo.com ([213.182.54.8]:38830 helo=mailo.com) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1trKx7-0002a6-Kq for 67378-done@debbugs.gnu.org; Sun, 09 Mar 2025 14:00:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1741543228; bh=Df0e5UQxbd5sTfWXkE2LVjTqEl+68hxV/E6V8NeW/l0=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type; b=OEFhir5X4zn8VYOGejtU4zrcSaIYNggHKGSgSoO7tWEnWBBNIBofbqOXa9YNIL9br dfgJUCGy76sgozJQAHStKgG2hQZRDXx3sEP4jvAKEayMJ6E8TnvuiU45B4yn9KBsjq Bqu2RDv+oWEd5DFhK5yrIPAaIHBgekPlazAPp1Hg= Received: by b221-7.in.mailobj.net [192.168.90.27] with ESMTP via ip-20.mailobj.net [213.182.54.20] Sun, 9 Mar 2025 19:00:28 +0100 (CET) X-EA-Auth: iraUCkIJCQaWtKjWYODZPDIDBb8DlaayFWSbNTc7V8FVob7JsiEAOxH0jrG0sGfe1TSVrX731wBOWsncAlB0ClpY0U6+5dt75f+Xp41S+b4= From: Nicolas Goaziou To: gravitydiv10 Subject: Re: [bug#67378] [PATCH 07/10] gnu: Add rust-ihex 3.0.0 In-Reply-To: (gravitydiv's message of "Wed, 22 Nov 2023 14:27:33 +0000") References: Date: Sun, 09 Mar 2025 19:00:12 +0100 Message-ID: <87v7si6q4z.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 67378-done Cc: 67378-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: -1.0 (-) Hello, gravitydiv10 writes: > * gnu/packages/crates-io.scm (rust-ihex-3): New variable. Thank you. I removed the "skip-build" part and applied your patch. However I somehow failed to handle attribution correctly. Sorry about that. Regards, -- Nicolas Goaziou ------------=_1741543262-9986-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Nov 2023 14:31:02 +0000 Received: from localhost ([127.0.0.1]:58490 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r5oFp-00044E-28 for submit@debbugs.gnu.org; Wed, 22 Nov 2023 09:31:01 -0500 Received: from lists.gnu.org ([2001:470:142::17]:48558) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r5oDM-0003yC-9Z for submit@debbugs.gnu.org; Wed, 22 Nov 2023 09:28:29 -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 1r5oD9-0007rJ-Ea for guix-patches@gnu.org; Wed, 22 Nov 2023 09:28:15 -0500 Received: from mail-40135.protonmail.ch ([185.70.40.135]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r5oCr-0003mj-OO for guix-patches@gnu.org; Wed, 22 Nov 2023 09:28:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1700663273; x=1700922473; bh=DidJ4sUg+vZi4Fj63YTOxUrotx11lkpnmvyDwXwCGf0=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=zGv9PqdZwb2G3Q8l40fLZLX/qKCUhpMGyTapOqTYUiqWhB1S6guC0MDwoGqnHF7PH 1yqzfhpx9006iHSpZ5RU8mipErdqPVjE68H21ZjJHGWimJ+TQu1xxwtWnJGQvkbspQ 1JuHkKA6W6fP1SzjPT4bc5YzRw4hKDVuA5BSUo6mtpDpLXDQQWDwOmWDlagLpPHQrs 1TIALq8E5UpJ3ALYC8G4WLToWI7zTTMw3Xah/VXznqAv17+AlTd+QM20Y5oCsrSNgM TVJ1DypHcXJM6JeJ0XjUqP4fjlqy0STOqc+x8V1i0nJGaz5jlMO6VzqKON/BQi5Foq zZQpF+aWk5Rtw== Date: Wed, 22 Nov 2023 14:27:33 +0000 To: "guix-patches@gnu.org" From: gravitydiv10 Subject: [PATCH 07/10] gnu: Add rust-ihex 3.0.0 Message-ID: Feedback-ID: 88626488:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.135; envelope-from=gravitydiv10@protonmail.com; helo=mail-40135.protonmail.ch X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 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, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.2 (+) 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: From e959a0467aecbe8103e2bf0248270d41da202db6 Mon Sep 17 00:00:00 2001 Message-ID: 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.2 (/) >From e959a0467aecbe8103e2bf0248270d41da202db6 Mon Sep 17 00:00:00 2001 Message-ID: In-Reply-To: References: From: Lu Date: Wed, 22 Nov 2023 22:01:55 +0800 Subject: [PATCH 07/10] gnu: Add rust-ihex 3.0.0 * gnu/packages/crates-io.scm (rust-ihex-3): New variable. Change-Id: Icada28c0557d8d4a05ab7b11db438609642ca4a8 --- 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 abd2f3bd5f..f74fc6d19c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -33475,6 +33475,29 @@ (define-public rust-ignore-0.4 ignore files such as @file{.gitignore} against file paths.") (license (list license:unlicense license:expat)))) =20 +(define-public rust-ihex-3 + (package + (name "rust-ihex") + (version "3.0.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "ihex" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1wlzfyy5fsqgpki5vdapw0jjczqdm6813fgd3661wf5vfi3phnin")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t)) + (home-page "http://github.com/martinmroz/ihex") + (synopsis + "Rust library for parsing and generating Intel HEX (or IHEX) objects"= ) + (description + "This package provides a Rust library for parsing and generating Inte= l HEX (or +IHEX) objects. This format is commonly used for representing compiled pro= gram +code and data to be loaded into a microcontroller, flash memory or ROM.") + (license (list license:expat license:asl2.0)))) + (define-public rust-im-rc-15 (package (name "rust-im-rc") --=20 2.41.0 ------------=_1741543262-9986-1--