GNU bug report logs - #67381
[PATCH 10/10] gnu: Add rust-wchisp 0.2.2

Previous Next

Package: guix-patches;

Reported by: gravitydiv10 <gravitydiv10 <at> protonmail.com>

Date: Wed, 22 Nov 2023 14:32:02 UTC

Severity: normal

Tags: moreinfo, patch

Done: Hilton Chain <hako <at> ultrarare.space>

To reply to this bug, email your comments to 67381 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#67381; Package guix-patches. (Wed, 22 Nov 2023 14:32:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to gravitydiv10 <gravitydiv10 <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 22 Nov 2023 14:32:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: gravitydiv10 <gravitydiv10 <at> protonmail.com>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Cc: "gravitydiv10 <at> protonmail.com" <gravitydiv10 <at> protonmail.com>
Subject: [PATCH 10/10] gnu: Add rust-wchisp 0.2.2
Date: Wed, 22 Nov 2023 14:31:07 +0000
From 23baa78377cda046c12cd4563d048727d869ea72 Mon Sep 17 00:00:00 2001
Message-ID: <23baa78377cda046c12cd4563d048727d869ea72.1700662237.git.gravitydiv10 <at> protonmail.com>
In-Reply-To: <a61e0dec65d0b4c9f04dc5bc6bb4768d0ff170d9.1700662237.git.gravitydiv10 <at> protonmail.com>
References: <a61e0dec65d0b4c9f04dc5bc6bb4768d0ff170d9.1700662237.git.gravitydiv10 <at> protonmail.com>
From: Lu <gravitydiv10 <at> protonmail.com>
Date: Wed, 22 Nov 2023 22:09:56 +0800
Subject: [PATCH 10/10] gnu: Add rust-wchisp 0.2.2

* gnu/packages/crates-io.scm (rust-wchisp-0.2): New variable.

Change-Id: Ia6c47e19041761034553f105410dc8d008b91e87
---
 gnu/packages/crates-io.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7904795af6..09034d03da 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -82121,6 +82121,42 @@ (define-public rust-watchexec-1
 modifications.")
     (license license:asl2.0)))
 
+(define-public rust-wchisp-0.2
+  (package
+    (name "rust-wchisp")
+    (version "0.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "wchisp" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1n5il94d6v4gvq0xjsdbjgdgfa769iglp395v0h3l1yjngb8b53f"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
+                       ("rust-bitfield" ,rust-bitfield-0.14)
+                       ("rust-clap" ,rust-clap-4)
+                       ("rust-hex" ,rust-hex-0.4)
+                       ("rust-hxdmp" ,rust-hxdmp-0.2)
+                       ("rust-ihex" ,rust-ihex-3)
+                       ("rust-indicatif" ,rust-indicatif-0.17)
+                       ("rust-log" ,rust-log-0.4)
+                       ("rust-object" ,rust-object-0.30)
+                       ("rust-rand" ,rust-rand-0.8)
+                       ("rust-rusb" ,rust-rusb-0.9)
+                       ("rust-scroll" ,rust-scroll-0.11)
+                       ("rust-serde" ,rust-serde-1)
+                       ("rust-serde-yaml" ,rust-serde-yaml-0.9)
+                       ("rust-simplelog" ,rust-simplelog-0.12))))
+    (home-page "https://github.com/ch32-rs/wchisp")
+    (synopsis
+     "Command-line implementation of WCHISPTool, for flashing ch32 MCUs")
+    (description
+     "This package provides a command-line implementation of WCHISPTool, for flashing
+ch32 MCUs")
+    (license license:gpl2)))
+
 (define-public rust-wl-clipboard-rs-0.4
   (package
     (name "rust-wl-clipboard-rs")
-- 
2.41.0




Information forwarded to guix-patches <at> gnu.org:
bug#67381; Package guix-patches. (Sun, 09 Mar 2025 18:11:02 GMT) Full text and rfc822 format available.

Message #8 received at 67381 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: gravitydiv10 <gravitydiv10 <at> protonmail.com>
Cc: 67381 <at> debbugs.gnu.org
Subject: Re: [bug#67381] [PATCH 10/10] gnu: Add rust-wchisp 0.2.2
Date: Sun, 09 Mar 2025 19:09:38 +0100
Hello,

gravitydiv10 <gravitydiv10 <at> protonmail.com> writes:

> * gnu/packages/crates-io.scm (rust-wchisp-0.2): New variable.

Thank you. I tried to apply the patch, but the package fails to build
because of a failure in rust-rusb.

Would you want to take a look?

Regards,
-- 
Nicolas Goaziou






Added tag(s) moreinfo. Request was from Steve George <steve <at> futurile.net> to control <at> debbugs.gnu.org. (Mon, 07 Apr 2025 09:28:01 GMT) Full text and rfc822 format available.

Reply sent to Hilton Chain <hako <at> ultrarare.space>:
You have taken responsibility. (Sun, 15 Jun 2025 18:14:02 GMT) Full text and rfc822 format available.

Notification sent to gravitydiv10 <gravitydiv10 <at> protonmail.com>:
bug acknowledged by developer. (Sun, 15 Jun 2025 18:14:02 GMT) Full text and rfc822 format available.

Message #15 received at 67381-close <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: 67381-close <at> debbugs.gnu.org
Subject: Re: [PATCH 10/10] gnu: Add rust-wchisp 0.2.2
Date: Mon, 16 Jun 2025 02:08:21 +0800
Closing since crates-io module will be removed.




This bug report was last modified 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.