me
/
guix
Archived
1
0
Fork 0

gnu: rust-rspec-1: Update to 1.0.0.

* gnu/packages/crates-io.scm (rust-rspec-1): Update to 1.0.0.
[arguments]: <#:skip-build?>: Remove.
<#:cargo-inputs>: Use rust-clippy-0.0.153, rust-colored-2,
rust-derive-builder-0.9, rust-expectest-0.12, rust-rayon-1, rust-time-0.2.

(rust-publicsuffix-1):
[arguments]: <#:skip-build?>: Set to #t.
<#:cargo-development-inputs>: Remove.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Aleksandr Vityazev 2022-01-17 13:25:55 +00:00 committed by Nicolas Goaziou
parent 09fdaaa7f5
commit 3d7c9d74c7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 12 additions and 14 deletions

View File

@ -42526,15 +42526,14 @@ compliant email address validation.")
(base32 (base32
"0yvmjpywfyypfr17kxiwy6ssykgv8nmcdhfakas6548pfn8a9fiv")))) "0yvmjpywfyypfr17kxiwy6ssykgv8nmcdhfakas6548pfn8a9fiv"))))
(arguments (arguments
`(#:cargo-inputs `(#:skip-build? #t
#:cargo-inputs
(("rust-error-chain" ,rust-error-chain-0.12) (("rust-error-chain" ,rust-error-chain-0.12)
("rust-idna" ,rust-idna-0.2) ("rust-idna" ,rust-idna-0.2)
("rust-lazy-static" ,rust-lazy-static-1) ("rust-lazy-static" ,rust-lazy-static-1)
("rust-native-tls" ,rust-native-tls-0.2) ("rust-native-tls" ,rust-native-tls-0.2)
("rust-regex" ,rust-regex-1) ("rust-regex" ,rust-regex-1)
("rust-url" ,rust-url-2)) ("rust-url" ,rust-url-2))))))
#:cargo-development-inputs
(("rust-rspec" ,rust-rspec-1))))))
(define-public rust-pulldown-cmark-0.8 (define-public rust-pulldown-cmark-0.8
(package (package
@ -46379,25 +46378,24 @@ wildcard segments")
(define-public rust-rspec-1 (define-public rust-rspec-1
(package (package
(name "rust-rspec") (name "rust-rspec")
(version "1.0.0-beta.4") (version "1.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "rspec" version)) (uri (crate-uri "rspec" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1abfzwkbxlwahb243k8d3fp6i135lx1aqmbfl79w9zlpng182ndk")))) (base32 "02hfwxqjdc39ygnjysvn5qz343fahmwm16rxvxayh403d5y9wf49"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t ;; TODO unpackaged dev-dependencies `(#:cargo-inputs
#:cargo-inputs (("rust-clippy" ,rust-clippy-0.0.153)
(("rust-colored" ,rust-colored-1) ("rust-colored" ,rust-colored-2)
("rust-derive-new" ,rust-derive-new-0.5) ("rust-derive-new" ,rust-derive-new-0.5)
("rust-derive-builder" ,rust-derive-builder-0.5) ("rust-derive-builder" ,rust-derive-builder-0.9)
("rust-expectest" ,rust-expectest-0.9) ("rust-expectest" ,rust-expectest-0.12)
("rust-rayon" ,rust-rayon-0.8)) ("rust-rayon" ,rust-rayon-1)
#:cargo-development-inputs ("rust-time" ,rust-time-0.2))))
(("rust-clippy" ,rust-clippy-0.0)))) ;; requires 0.0.153
(home-page "https://github.com/rust-rspec/rspec") (home-page "https://github.com/rust-rspec/rspec")
(synopsis "Write Rspec-like tests with stable rust") (synopsis "Write Rspec-like tests with stable rust")
(description "This package helps writing Rspec-like tests with stable (description "This package helps writing Rspec-like tests with stable