diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-16 21:59:01 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-16 23:36:06 +0100 |
| commit | 888a4ab39ca6455ab9734b48665e95da86afadf4 (patch) | |
| tree | dd24387c0dc941f0c8d2bfa8d37e0a64342411ff /gnu | |
| parent | 61a73c533cf7c5f729da118a6a201107f34fa220 (diff) | |
gnu: Add rust-s3handler-0.6.
* gnu/packages/crates-io.scm (rust-s3handler-0.6): New variable.
(rust-s3handler-0.5): Inherit from above.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/crates-io.scm | 53 |
1 files changed, 48 insertions, 5 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 5c0a2b59230..3fa11c564b7 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm | |||
| @@ -34313,29 +34313,33 @@ sub-processes using a fork-like interface.") | |||
| 34313 | quickly convert floating point numbers to decimal strings.") | 34313 | quickly convert floating point numbers to decimal strings.") |
| 34314 | (license (list license:asl2.0 license:boost1.0)))) | 34314 | (license (list license:asl2.0 license:boost1.0)))) |
| 34315 | 34315 | ||
| 34316 | (define-public rust-s3handler-0.5 | 34316 | (define-public rust-s3handler-0.6 |
| 34317 | (package | 34317 | (package |
| 34318 | (name "rust-s3handler") | 34318 | (name "rust-s3handler") |
| 34319 | (version "0.5.3") | 34319 | (version "0.6.6") |
| 34320 | (source | 34320 | (source |
| 34321 | (origin | 34321 | (origin |
| 34322 | (method url-fetch) | 34322 | (method url-fetch) |
| 34323 | (uri (crate-uri "s3handler" version)) | 34323 | (uri (crate-uri "s3handler" version)) |
| 34324 | (file-name (string-append name "-" version ".tar.gz")) | 34324 | (file-name (string-append name "-" version ".tar.gz")) |
| 34325 | (sha256 | 34325 | (sha256 |
| 34326 | (base32 "18nc7ya6rn9g0gz8j24rpal08x6a9b07bv80767sqg4hmw42zl4d")))) | 34326 | (base32 "0zridmnz9l3mr0crma95a3jqi961g034agx43a5yh4pgvv2q6mzq")))) |
| 34327 | (build-system cargo-build-system) | 34327 | (build-system cargo-build-system) |
| 34328 | (arguments | 34328 | (arguments |
| 34329 | `(#:skip-build? #t | 34329 | `(#:skip-build? #t |
| 34330 | #:cargo-inputs | 34330 | #:cargo-inputs |
| 34331 | (("rust-base64" ,rust-base64-0.6) | 34331 | (("rust-async-trait" ,rust-async-trait-0.1) |
| 34332 | ("rust-base64" ,rust-base64-0.6) | ||
| 34333 | ("rust-bytes" ,rust-bytes-0.5) | ||
| 34332 | ("rust-chrono" ,rust-chrono-0.4) | 34334 | ("rust-chrono" ,rust-chrono-0.4) |
| 34333 | ("rust-colored" ,rust-colored-1) | 34335 | ("rust-colored" ,rust-colored-1) |
| 34336 | ("rust-dyn-clone" ,rust-dyn-clone-1) | ||
| 34334 | ("rust-failure" ,rust-failure-0.1) | 34337 | ("rust-failure" ,rust-failure-0.1) |
| 34335 | ("rust-failure-derive" ,rust-failure-derive-0.1) | 34338 | ("rust-failure-derive" ,rust-failure-derive-0.1) |
| 34339 | ("rust-futures" ,rust-futures-0.3) | ||
| 34336 | ("rust-hmac" ,rust-hmac-0.4) | 34340 | ("rust-hmac" ,rust-hmac-0.4) |
| 34337 | ("rust-hmac-sha1" ,rust-hmac-sha1-0.1) | 34341 | ("rust-hmac-sha1" ,rust-hmac-sha1-0.1) |
| 34338 | ("rust-http" ,rust-http-0.1) | 34342 | ("rust-http" ,rust-http-0.2) |
| 34339 | ("rust-hyper" ,rust-hyper-0.11) | 34343 | ("rust-hyper" ,rust-hyper-0.11) |
| 34340 | ("rust-log" ,rust-log-0.4) | 34344 | ("rust-log" ,rust-log-0.4) |
| 34341 | ("rust-md5" ,rust-md5-0.3) | 34345 | ("rust-md5" ,rust-md5-0.3) |
| @@ -34349,6 +34353,7 @@ quickly convert floating point numbers to decimal strings.") | |||
| 34349 | ("rust-serde-derive" ,rust-serde-derive-1) | 34353 | ("rust-serde-derive" ,rust-serde-derive-1) |
| 34350 | ("rust-serde-json" ,rust-serde-json-1) | 34354 | ("rust-serde-json" ,rust-serde-json-1) |
| 34351 | ("rust-sha2" ,rust-sha2-0.6) | 34355 | ("rust-sha2" ,rust-sha2-0.6) |
| 34356 | ("rust-tokio" ,rust-tokio-0.2) | ||
| 34352 | ("rust-url" ,rust-url-2)))) | 34357 | ("rust-url" ,rust-url-2)))) |
| 34353 | (home-page "https://crates.io/crates/s3handler") | 34358 | (home-page "https://crates.io/crates/s3handler") |
| 34354 | (synopsis "Library for S3 Rich Support client (S3RS)") | 34359 | (synopsis "Library for S3 Rich Support client (S3RS)") |
| @@ -34356,6 +34361,44 @@ quickly convert floating point numbers to decimal strings.") | |||
| 34356 | client (S3RS).") | 34361 | client (S3RS).") |
| 34357 | (license license:expat))) | 34362 | (license license:expat))) |
| 34358 | 34363 | ||
| 34364 | (define-public rust-s3handler-0.5 | ||
| 34365 | (package | ||
| 34366 | (inherit rust-s3handler-0.6) | ||
| 34367 | (name "rust-s3handler") | ||
| 34368 | (version "0.5.3") | ||
| 34369 | (source | ||
| 34370 | (origin | ||
| 34371 | (method url-fetch) | ||
| 34372 | (uri (crate-uri "s3handler" version)) | ||
| 34373 | (file-name (string-append name "-" version ".tar.gz")) | ||
| 34374 | (sha256 | ||
| 34375 | (base32 "18nc7ya6rn9g0gz8j24rpal08x6a9b07bv80767sqg4hmw42zl4d")))) | ||
| 34376 | (arguments | ||
| 34377 | `(#:skip-build? #t | ||
| 34378 | #:cargo-inputs | ||
| 34379 | (("rust-base64" ,rust-base64-0.6) | ||
| 34380 | ("rust-chrono" ,rust-chrono-0.4) | ||
| 34381 | ("rust-colored" ,rust-colored-1) | ||
| 34382 | ("rust-failure" ,rust-failure-0.1) | ||
| 34383 | ("rust-failure-derive" ,rust-failure-derive-0.1) | ||
| 34384 | ("rust-hmac" ,rust-hmac-0.4) | ||
| 34385 | ("rust-hmac-sha1" ,rust-hmac-sha1-0.1) | ||
| 34386 | ("rust-http" ,rust-http-0.1) | ||
| 34387 | ("rust-hyper" ,rust-hyper-0.11) | ||
| 34388 | ("rust-log" ,rust-log-0.4) | ||
| 34389 | ("rust-md5" ,rust-md5-0.3) | ||
| 34390 | ("rust-mime-guess" ,rust-mime-guess-2) | ||
| 34391 | ("rust-quick-xml" ,rust-quick-xml-0.12) | ||
| 34392 | ("rust-regex" ,rust-regex-0.2) | ||
| 34393 | ("rust-reqwest" ,rust-reqwest-0.10) | ||
| 34394 | ("rust-rust-crypto" ,rust-rust-crypto-0.2) | ||
| 34395 | ("rust-rustc-serialize" ,rust-rustc-serialize-0.3) | ||
| 34396 | ("rust-serde" ,rust-serde-1) | ||
| 34397 | ("rust-serde-derive" ,rust-serde-derive-1) | ||
| 34398 | ("rust-serde-json" ,rust-serde-json-1) | ||
| 34399 | ("rust-sha2" ,rust-sha2-0.6) | ||
| 34400 | ("rust-url" ,rust-url-2)))))) | ||
| 34401 | |||
| 34359 | (define-public rust-safemem-0.3 | 34402 | (define-public rust-safemem-0.3 |
| 34360 | (package | 34403 | (package |
| 34361 | (name "rust-safemem") | 34404 | (name "rust-safemem") |
