GNU bug report logs - #71278
[PATCH rust-team 00/44] Add eww.

Previous Next

Package: guix-patches;

Reported by: Murilo <murilo <at> disroot.org>

Date: Thu, 30 May 2024 15:14:02 UTC

Severity: normal

Tags: patch

Full log


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

From: Murilo <murilo <at> disroot.org>
To: 71278 <at> debbugs.gnu.org
Cc: Murilo <murilo <at> disroot.org>
Subject: [PATCH 10/44] gnu: Add rust-cached-proc-macro-0.19.
Date: Thu, 30 May 2024 12:17:37 -0300
* gnu/packages/crates-io.scm (rust-cached-proc-macro-0.19): New variable.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a9fb2cb476..551e8bd602 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10515,6 +10515,31 @@ (define-public rust-cachedir-0.3
 others, add a tag, ensure/check a tag exists and get the state of a tag.")
     (license license:expat)))
 
+(define-public rust-cached-proc-macro-0.19
+  (package
+    (name "rust-cached-proc-macro")
+    (version "0.19.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "cached_proc_macro" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "18g6fv3f70rqi8x30b4jaq2jkxm9ck4shv45jsr7bj6bywkgallx"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-syn" ,rust-syn-1)
+                       ("rust-quote" ,rust-quote-1)
+                       ("rust-proc-macro2" ,rust-proc-macro2-1)
+                       ("rust-darling" ,rust-darling-0.14))))
+    (home-page "https://github.com/jaemk/cached")
+    (synopsis
+     "Generic cache implementations and simplified function memoization")
+    (description
+     "Generic cache implementations and simplified function memoization")
+    (license license:expat)))
+
 (define-public rust-calamine-0.24
   (package
     (name "rust-calamine")
-- 
2.41.0





This bug report was last modified 1 year and 18 days ago.

Previous Next


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