GNU bug report logs - #46664
[PATCH] Update rust-cbindgen to 0.17.0

Previous Next

Package: guix-patches;

Reported by: ".i mi" <lasnesne <at> lagunposprasihopre.org>

Date: Sat, 20 Feb 2021 16:27:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46664 in the body.
You can then email your comments to 46664 AT debbugs.gnu.org in the normal way.

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#46664; Package guix-patches. (Sat, 20 Feb 2021 16:27:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to ".i mi" <lasnesne <at> lagunposprasihopre.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 20 Feb 2021 16:27:01 GMT) Full text and rfc822 format available.

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

From: ".i mi" <lasnesne <at> lagunposprasihopre.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] Update rust-cbindgen to 0.17.0
Date: Sun, 21 Feb 2021 00:11:10 +0900
From fa04b36a2a751019b2c63ad722a3ff44abf203a4 Mon Sep 17 00:00:00 2001
From: la snesne <lasnesne <at> lagunposprasihopre.org>
Date: Sat, 20 Feb 2021 23:47:52 +0900
Subject: [PATCH] Update rust-cbindgen to 0.17.0

---
 gnu/packages/rust-apps.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index d10008c9ca..d5567b8873 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -41,6 +41,7 @@
   #:use-module (gnu packages jemalloc)
   #:use-module (gnu packages pcre)
   #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages version-control))

@@ -453,6 +454,38 @@ gitignore rules.")
      "This package provides a tool for generating C/C++ bindings to 
Rust code.")
     (license license:mpl2.0)))

+(define-public rust-cbindgen-0.17
+  (package
+    (inherit rust-cbindgen)
+    (name "rust-cbindgen")
+    (version "0.17.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "cbindgen" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+ "1f40hxj6h7wqmsj8dzxjm3m421hjqpz2m5zxasbn8kgnr6scykvl"))))
+    (arguments
+     `(#:cargo-inputs
+       (("rust-clap" ,rust-clap-2)
+        ("rust-heck" ,rust-heck-0.3)
+        ("rust-indexmap" ,rust-indexmap-1)
+        ("rust-log" ,rust-log-0.4)
+        ("rust-proc-macro2" ,rust-proc-macro2-1)
+        ("rust-quote" ,rust-quote-1)
+        ("rust-serde" ,rust-serde-1)
+        ("rust-serde-json" ,rust-serde-json-1)
+        ("rust-syn" ,rust-syn-1)
+        ("rust-tempfile" ,rust-tempfile-3)
+        ("rust-toml" ,rust-toml-0.5))
+       #:cargo-development-inputs
+       (("rust-serial-test" ,rust-serial-test-0.5))))
+    (native-inputs
+     `(("python-cython" ,python-cython)))))
+
 (define-public rust-cbindgen-0.16
   (package
     (inherit rust-cbindgen)
-- 
2.30.1





Information forwarded to guix-patches <at> gnu.org:
bug#46664; Package guix-patches. (Sat, 27 Feb 2021 01:04:02 GMT) Full text and rfc822 format available.

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

From: ".i mi" <lasnesne <at> lagunposprasihopre.org>
To: 46664 <at> debbugs.gnu.org
Subject: [PATCH] Update rust-cbindgen to 0.17.0
Date: Sat, 27 Feb 2021 10:03:23 +0900
[Message part 1 (text/plain, inline)]

[0001-Update-rust-cbindgen-to-0.17.0.patch (text/x-patch, attachment)]
[OpenPGP_0x3DCFB2469F9A726F.asc (application/pgp-keys, attachment)]
[OpenPGP_signature (application/pgp-signature, attachment)]

Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sat, 27 Feb 2021 11:28:01 GMT) Full text and rfc822 format available.

Notification sent to ".i mi" <lasnesne <at> lagunposprasihopre.org>:
bug acknowledged by developer. (Sat, 27 Feb 2021 11:28:01 GMT) Full text and rfc822 format available.

Message #13 received at 46664-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: ".i mi" <lasnesne <at> lagunposprasihopre.org>
Cc: 46664-done <at> debbugs.gnu.org
Subject: Re: [bug#46664] [PATCH] Update rust-cbindgen to 0.17.0
Date: Sat, 27 Feb 2021 12:27:25 +0100
Hello,

".i mi" <lasnesne <at> lagunposprasihopre.org> writes:

> Subject: [PATCH] Update rust-cbindgen to 0.17.0

I changed the commit message, because you're adding a new variable.

Applied. Thank you!

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 28 Mar 2021 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 28 days ago.

Previous Next


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