[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/100: gnu: Add rust-proptest-derive-0.5.
From: |
guix-commits |
Subject: |
85/100: gnu: Add rust-proptest-derive-0.5. |
Date: |
Thu, 19 Dec 2024 15:50:25 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 05b33a03a9873a8a4f2e214c7dae92d44009d4df
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 19 21:20:38 2024 +0200
gnu: Add rust-proptest-derive-0.5.
* gnu/packages/crates-io.scm (rust-proptest-derive-0.5): New variable.
(rust-proptest-derive-0.4): Inherit from rust-proptest-derive-0.5.
Change-Id: If56ef6dcc5181818d29ebeaef726c800808c4bd2
---
gnu/packages/crates-io.scm | 37 +++++++++++++++++++++++++++++--------
1 file changed, 29 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3c9ae10ca7..96ec8c2ab2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -61573,8 +61573,36 @@ including most strategies and the testing framework
itself.")
#:cargo-development-inputs
(("rust-regex" ,rust-regex-0.2))))))
+(define-public rust-proptest-derive-0.5
+ (package
+ (name "rust-proptest-derive")
+ (version "0.5.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "proptest-derive" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0jay6jwfvrwzz5bqpi4hxx3ax6kax06p0h29vgkxb0vl42nckqaf"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f ; `#![feature]` may not be used on the stable release
channel
+ #:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-2))
+ #:cargo-development-inputs (("rust-compiletest-rs"
,rust-compiletest-rs-0.11)
+ ("rust-criterion" ,rust-criterion-0.5)
+ ("rust-proptest" ,rust-proptest-1))))
+ (home-page
+ "https://proptest-rs.github.io/proptest/proptest-derive/index.html")
+ (synopsis "Custom-derive for the Arbitrary trait of proptest")
+ (description "This package provides a custom-derive for the Arbitrary
+trait of proptest.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-proptest-derive-0.4
(package
+ (inherit rust-proptest-derive-0.5)
(name "rust-proptest-derive")
(version "0.4.0")
(source
@@ -61589,7 +61617,6 @@ including most strategies and the testing framework
itself.")
(snippet '(begin (delete-file "tests/uninhabited-pass.rs")
(delete-file "tests/enum.rs")
(delete-file "tests/skip.rs")))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-test-flags
'("--release" "--"
@@ -61601,13 +61628,7 @@ including most strategies and the testing framework
itself.")
#:cargo-development-inputs
(("rust-compiletest-rs" ,rust-compiletest-rs-0.9)
("rust-criterion" ,rust-criterion-0.5)
- ("rust-proptest" ,rust-proptest-1))))
- (home-page
- "https://proptest-rs.github.io/proptest/proptest-derive/index.html")
- (synopsis "Custom-derive for the Arbitrary trait of proptest")
- (description "This package provides a custom-derive for the Arbitrary
-trait of proptest.")
- (license (list license:expat license:asl2.0))))
+ ("rust-proptest" ,rust-proptest-1))))))
(define-public rust-proptest-derive-0.3
(package
- 77/100: gnu: rust-atomic-polyfill-0.1: Mark as deprecated., (continued)
- 77/100: gnu: rust-atomic-polyfill-0.1: Mark as deprecated., guix-commits, 2024/12/19
- 78/100: gnu: rust-addr2line-0.24: Update to 0.24.2., guix-commits, 2024/12/19
- 81/100: gnu: rust-alloc-no-stdlib-2: Update to 2.0.4., guix-commits, 2024/12/19
- 82/100: gnu: rust-alloc-stdlib-0.2: Update to 0.2.2., guix-commits, 2024/12/19
- 92/100: gnu: rust-async-stream-0.3: Update to 0.3.6., guix-commits, 2024/12/19
- 94/100: gnu: rust-async-once-cell-0.5: Update to 0.5.4., guix-commits, 2024/12/19
- 99/100: gnu: rust-async-stream-impl-0.3: Update to 0.3.6., guix-commits, 2024/12/19
- 73/100: gnu: rust-ghost-0.1: Update to 0.1.18., guix-commits, 2024/12/19
- 80/100: gnu: rust-allocator-api2-0.2: Update to 0.2.21., guix-commits, 2024/12/19
- 97/100: gnu: rust-async-net-1: Update to 1.8.0., guix-commits, 2024/12/19
- 85/100: gnu: Add rust-proptest-derive-0.5.,
guix-commits <=
- 93/100: gnu: rust-async-signal-0.2: Update to 0.2.10., guix-commits, 2024/12/19
- 67/100: gnu: rust-num-enum-0.7: Update to 0.7.3., guix-commits, 2024/12/19
- 72/100: gnu: rust-gjson-0.8: Update to 0.8.1., guix-commits, 2024/12/19
- 84/100: gnu: rust-async-compat-0.2: Update to 0.2.4., guix-commits, 2024/12/19
- 87/100: gnu: rust-async-compression-0.4: Update to 0.4.18., guix-commits, 2024/12/19
- 88/100: gnu: rust-async-dup-1: Update to 1.2.4., guix-commits, 2024/12/19
- 90/100: gnu: rust-futures-lite-2: Update to 2.5.0., guix-commits, 2024/12/19
- 96/100: gnu: rust-async-mutex-1: Fix the build., guix-commits, 2024/12/19
- 100/100: gnu: rust-async-std-0.99: Fix build., guix-commits, 2024/12/19
- 98/100: gnu: rust-async-generic-1: Update to 1.1.2., guix-commits, 2024/12/19