GNU bug report logs - #48420
[PATCH 1/9] gnu: Add rust-bindgen-0.48.

Previous Next

Package: guix-patches;

Reported by: aecepoglu <aecepoglu <at> fastmail.fm>

Date: Fri, 14 May 2021 16:07:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: aecepoglu <aecepoglu <at> fastmail.fm>
Subject: bug#48420: closed (Re: [bug#48420] [PATCH 9/9] gnu: Add
 parinfer-rust.)
Date: Sun, 11 Jul 2021 08:12:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#48420: [PATCH 1/9] gnu: Add rust-bindgen-0.48.

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 48420 <at> debbugs.gnu.org.

-- 
48420: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48420
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: aecepoglu <aecepoglu <at> fastmail.fm>
Cc: 48420-done <at> debbugs.gnu.org
Subject: Re: [bug#48420] [PATCH 9/9] gnu: Add parinfer-rust.
Date: Sun, 11 Jul 2021 11:09:34 +0300
[Message part 3 (text/plain, inline)]
Sorry for the long delay. Patches pushed with some changes to
indentation and rounding out some descriptions.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: aecepoglu <aecepoglu <at> fastmail.fm>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/9] gnu: Add rust-bindgen-0.48.
Date: Fri, 14 May 2021 19:12:11 +0300
* gnu/packages/crates-io.scm (rust-bindgen-0.48): New variable.
---
 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 678fa6f93c..e801f5bd4e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4314,6 +4314,41 @@ bindings to C and C++ libraries.")
         ("rust-diff" ,rust-diff-0.1)
         ("rust-shlex" ,rust-shlex-0.1))))))
 
+(define-public rust-bindgen-0.48
+  (package
+    (inherit rust-bindgen-0.57)
+    (name "rust-bindgen")
+    (version "0.48.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "bindgen" version))
+        (file-name
+          (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32
+            "1jpk0p4l4dg1lpvciq9q8wm94sjsflb1vb5x2gk9dlizv4gl2gcx"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:skip-build?
+        #t
+        #:cargo-inputs
+        (("rust-bitflags" ,rust-bitflags-1)
+         ("rust-cexpr" ,rust-cexpr-0.3)
+         ("rust-cfg-if" ,rust-cfg-if-0.1)
+         ("rust-clang-sys" ,rust-clang-sys-0.26)
+         ("rust-clap" ,rust-clap-2)
+         ("rust-env-logger" ,rust-env-logger-0.6)
+         ("rust-hashbrown" ,rust-hashbrown-0.1)
+         ("rust-lazy-static" ,rust-lazy-static-1)
+         ("rust-log" ,rust-log-0.4)
+         ("rust-peeking-take-while"
+          ,rust-peeking-take-while-0.1)
+         ("rust-proc-macro2" ,rust-proc-macro2-0.4)
+         ("rust-quote" ,rust-quote-0.6)
+         ("rust-regex" ,rust-regex-1)
+         ("rust-which" ,rust-which-2))))))
+
 (define-public rust-bindgen-0.47
   (package
     (inherit rust-bindgen-0.50)
-- 
2.31.1




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

Previous Next


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