all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 52296@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#52296] [PATCH 3/4] gnu: Add rust-tempfile-3.1.
Date: Sun,  5 Dec 2021 02:01:27 -0500	[thread overview]
Message-ID: <20211205070128.1212-3-jgart@dismail.de> (raw)
In-Reply-To: <20211205070128.1212-1-jgart@dismail.de>

* gnu/packages/crates-io.scm (rust-tempfile-3.1): New variable.
---
 gnu/packages/crates-io.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 73244fdd6e..ad90a2d4a4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53408,6 +53408,34 @@ (define-public rust-tempdir-0.3
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-tempfile-3.1
+  (package
+    (name "rust-tempfile")
+    (version "3.1.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "tempfile" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32 "1a9cfdqw70n7bcnkx05aih9xdba8lqazmqlkjpkmn2la6gcj8vks"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:skip-build?
+        #t
+        #:cargo-inputs
+        (("rust-cfg-if" ,rust-cfg-if-0.1)
+         ("rust-libc" ,rust-libc-0.2)
+         ("rust-rand" ,rust-rand-0.7)
+         ("rust-redox-syscall" ,rust-redox-syscall-0.1)
+         ("rust-remove-dir-all" ,rust-remove-dir-all-0.5)
+         ("rust-winapi" ,rust-winapi-0.3))))
+    (home-page "http://stebalien.com/projects/tempfile-rs")
+    (synopsis "A library for managing temporary files and directories.")
+    (description
+      "This package provides a library for managing temporary files and directories.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-tempfile-3
   (package
     (name "rust-tempfile")
-- 
2.34.0





  parent reply	other threads:[~2021-12-05  7:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-05  6:57 [bug#52296] [PATCH 1/4] gnu: Add git-absorb jgart via Guix-patches via
2021-12-05  7:01 ` [bug#52296] [PATCH 1/4] gnu: Add rust-memchr-2.3 jgart via Guix-patches via
2021-12-05  7:01   ` [bug#52296] [PATCH 2/4] gnu: Add rust-slog-async-2.5 jgart via Guix-patches via
2021-12-05  7:01   ` jgart via Guix-patches via [this message]
2021-12-05  7:01   ` [bug#52296] [PATCH 4/4] gnu: Add git-absorb jgart via Guix-patches via
2021-12-05 13:05   ` [bug#52296] [PATCH 1/4] gnu: Add rust-memchr-2.3 Nicolas Goaziou
2021-12-05 15:06     ` jgart via Guix-patches via
2021-12-05 18:13       ` Nicolas Goaziou
2021-12-06  3:16 ` [bug#52296] [PATCH v2] gnu: Add git-absorb jgart via Guix-patches via
2021-12-06  9:49   ` Nicolas Goaziou
2021-12-06  9:56     ` jgart via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211205070128.1212-3-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=52296@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.