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

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

bug#68330: closed ([PATCH] gnu: Add rust-cachedir-0.3.)


From: GNU bug Tracking System
Subject: bug#68330: closed ([PATCH] gnu: Add rust-cachedir-0.3.)
Date: Fri, 19 Jan 2024 09:39:06 +0000

Your message dated Fri, 19 Jan 2024 11:38:34 +0200
with message-id <ZapDGm7zadjwzHF3@3900XT>
and subject line Re: [bug#68330] [PATCH] gnu: Add rust-cachedir-0.3.
has caused the debbugs.gnu.org bug report #68330,
regarding [PATCH] gnu: Add rust-cachedir-0.3.
to be marked as done.

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


-- 
68330: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68330
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add rust-cachedir-0.3. Date: Mon, 8 Jan 2024 18:18:44 +0100
* gnu/packages/crates-io.scm (rust-cachedir-0.3): New variable.
---
 gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1bfd8fb143..ac0be483f5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11057,6 +11057,30 @@ (define-public rust-cache-padded-1
 cached data.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-cachedir-0.3
+  (package
+    (name "rust-cachedir")
+    (version "0.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "cachedir" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0wyqx30crm2qsq4ny57hhljyq6iw6j4qfg7fbfiqznvpf29z60s7"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-tempfile" ,rust-tempfile-3))))
+    (home-page "https://github.com/jstasiak/cachedir";)
+    (synopsis "Interact with cache directories and @file{CACHEDIR.TAG} files")
+    (description
+     "This package provides a library to help interacting with cache
+directories and @file{CACHEDIR.TAG} files as defined by the Cache Directory
+Tagging Specification.  This library comes with functionality to, among
+others, add a tag, ensure/check a tag exists and get the state of a tag.")
+    (license license:expat)))
+
 (define-public rust-calamine-0.18
   (package
     (name "rust-calamine")

base-commit: 5f8a993aa85554ca09bd27139230d7664107e1b6
-- 
2.42.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#68330] [PATCH] gnu: Add rust-cachedir-0.3. Date: Fri, 19 Jan 2024 11:38:34 +0200
Thanks. I pushed this to the rust-team branch

-- 
Efraim Flashner   <efraim@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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