unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Gabriel Arazas <foo.dogsquared@gmail.com>
To: 43514@debbugs.gnu.org
Cc: Gabriel Arazas <foo.dogsquared@gmail.com>
Subject: [bug#43514] [PATCH 3/3] gnu: Add rust-path-abs.
Date: Sun, 20 Sep 2020 00:14:50 +0800	[thread overview]
Message-ID: <20200919161450.1343-2-foo.dogsquared@gmail.com> (raw)
In-Reply-To: <20200919161450.1343-1-foo.dogsquared@gmail.com>

* gnu/packages/crates-io.scm (rust-path-abs-0.5): New variable.
---
 gnu/packages/crates-io.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 81fabc6e72..b32e9decaf 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -17199,6 +17199,38 @@ synchronization primitives.")
      "Implementation detail of the paste crate.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-path-abs-0.5
+  (package
+    (name "rust-path-abs")
+    (version "0.5.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "path_abs" version))
+        (file-name
+          (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32
+            "131qi5j201caraqz9rwbzk4mybd9bcrryrhf63lr9gz0xmnqwszb"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:cargo-inputs
+        (("rust-serde" ,rust-serde-1)
+         ("rust-serde-derive" ,rust-serde-derive-1)
+         ("rust-std-prelude" ,rust-std-prelude-0.2)
+         ("rust-stfu8" ,rust-stfu8-0.2))
+        #:cargo-development-inputs
+        (("rust-pretty-assertions"
+          ,rust-pretty-assertions-0.4)
+         ("rust-regex" ,rust-regex-0.2)
+         ("rust-serde-json" ,rust-serde-json-1)
+         ("rust-tempdir" ,rust-tempdir-0.3))))
+    (home-page "https://github.com/vitiral/path_abs")
+    (synopsis "Ergonomic paths and files in Rust")
+    (description
+      "Ergonomic paths and files in Rust.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-pbkdf2-0.4
   (package
     (name "rust-pbkdf2")
-- 
2.28.0





  reply	other threads:[~2020-09-19 16:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-19 16:04 [bug#43514] [PATCH 1/3] gnu: Add rust-stfu8 Gabriel Arazas
2020-09-19 16:14 ` [bug#43514] [PATCH 2/3] gnu: Add rust-std-prelude Gabriel Arazas
2020-09-19 16:14   ` Gabriel Arazas [this message]
2020-09-19 16:29     ` [bug#43514] [PATCH 3/3] gnu: Add rust-path-abs Gabriel Arazas
2020-09-23  5:56 ` [bug#43514] [PATCH 1/3] gnu: Add rust-stfu8 Efraim Flashner
2020-09-24 17:53 ` [bug#43514] Gabriel Arazas
2020-09-24 17:53   ` [bug#43514] [PATCH 1/6] gnu: Add rust-bit-vec@0.4 Gabriel Arazas
2020-09-24 17:53   ` [bug#43514] [PATCH 2/6] gnu: Add rust-bit-set@0.4 Gabriel Arazas
2020-09-24 17:53   ` [bug#43514] [PATCH 3/6] gnu: Add rust-ansi-term@0.9 Gabriel Arazas
2020-09-24 17:53   ` [bug#43514] [PATCH 4/6] gnu: Add rust-pretty-assertions@0.4 Gabriel Arazas
2020-09-24 17:53   ` [bug#43514] [PATCH 5/6] gnu: Add rust-proptest@0.3 Gabriel Arazas
2020-09-24 17:53   ` [bug#43514] [PATCH 6/6] gnu: Add rust-stfu8 Gabriel Arazas
2020-09-29  6:58   ` bug#43514: Efraim Flashner

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20200919161450.1343-2-foo.dogsquared@gmail.com \
    --to=foo.dogsquared@gmail.com \
    --cc=43514@debbugs.gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).