[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40874] [PATCH 63/94] gnu: Add rust-rspec-1.
From: |
Hartmut Goebel |
Subject: |
[bug#40874] [PATCH 63/94] gnu: Add rust-rspec-1. |
Date: |
Sun, 26 Apr 2020 18:45:42 +0200 |
* gnu/packages/crates-io.scm (rust-rspec-1.0): 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 c016bc1e17..1755411907 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16590,6 +16590,34 @@ uses finite automata and guarantees linear time
matching on all inputs.")
(license (list license:asl2.0
license:expat))))
+(define-public rust-rspec-1
+ (package
+ (name "rust-rspec")
+ (version "1.0.0-beta.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rspec" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1abfzwkbxlwahb243k8d3fp6i135lx1aqmbfl79w9zlpng182ndk"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t ;; TODO unpackaged dev-dependencies
+ #:cargo-inputs
+ (("rust-colored" ,rust-colored-1)
+ ("rust-derive-new" ,rust-derive-new-0.5)
+ ("rust-derive-builder" ,rust-derive-builder-0.5)
+ ("rust-expectest" ,rust-expectest-0.9)
+ ("rust-rayon" ,rust-rayon-0.8))
+ #:cargo-development-inputs
+ (("rust-clippy" ,rust-clippy-0.0)))) ;; requires 0.0.153
+ (home-page "https://github.com/rust-rspec/rspec")
+ (synopsis "Write Rspec-like tests with stable rust")
+ (description "This package helps writing Rspec-like tests with stable
+rust.")
+ (license license:mpl2.0)))
+
(define-public rust-rpassword-4
(package
(name "rust-rpassword")
--
2.21.3
- [bug#40874] [PATCH 54/94] gnu: Add rust-pin-project-lite-0.1., (continued)
- [bug#40874] [PATCH 54/94] gnu: Add rust-pin-project-lite-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 57/94] gnu: Add rust-pretty-env-logger-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 59/94] gnu: Add rust-rayon-0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 58/94] gnu: Add rust-pulldown-cmark-0.0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 55/94] gnu: Add rust-prettytable-rs-0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 56/94] gnu: Add rust-pretty-assertions-0.2., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 53/94] gnu: Add rust-parity-tokio-ipc-0.4., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 61/94] gnu: Add rust-ring-0.13., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 60/94] gnu: Add rust-ring-0.16., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 64/94] gnu: Add rust-rusqlite-0.19., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 63/94] gnu: Add rust-rspec-1.,
Hartmut Goebel <=
- [bug#40874] [PATCH 66/94] gnu: Add rust-rustls-0.12., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 67/94] gnu: Add rust-sct-0.6., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 69/94] gnu: Add rust-sha2-asm-0.5., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 62/94] gnu: Add rust-rpassword-4., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 65/94] gnu: Add rust-rustls-0.16., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 68/94] gnu: Add rust-sct-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 70/94] gnu: Add rust-sha2-0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 71/94] gnu: Add rust-skeptic-0.9., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 72/94] gnu: Add rust-spmc-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 73/94] gnu: Add rust-string-0.2., Hartmut Goebel, 2020/04/26