emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46664: closed ([PATCH] Update rust-cbindgen to 0.17.0)


From: GNU bug Tracking System
Subject: bug#46664: closed ([PATCH] Update rust-cbindgen to 0.17.0)
Date: Sat, 27 Feb 2021 11:28:01 +0000

Your message dated Sat, 27 Feb 2021 12:27:25 +0100
with message-id <87eeh13g4i.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#46664] [PATCH] Update rust-cbindgen to 0.17.0
has caused the debbugs.gnu.org bug report #46664,
regarding [PATCH] Update rust-cbindgen to 0.17.0
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46664: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46664
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Update rust-cbindgen to 0.17.0 Date: Sun, 21 Feb 2021 00:11:10 +0900 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Icedove/78.7.1
From fa04b36a2a751019b2c63ad722a3ff44abf203a4 Mon Sep 17 00:00:00 2001
From: la snesne <lasnesne@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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46664] [PATCH] Update rust-cbindgen to 0.17.0 Date: Sat, 27 Feb 2021 12:27:25 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

".i mi" <lasnesne@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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]