GNU bug report logs -
#69890
[PATCH rust-team 00/43] gnu: Add procs.
Previous Next
Reported by: normalmente <normally_js <at> posteo.net>
Date: Tue, 19 Mar 2024 03:13:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 69890 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-dockworker-0.5): New variable.
Change-Id: Id4db8d834e45d047b6c136376aa94faa6c40c9a4
---
gnu/packages/crates-io.scm | 62 ++++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4d41e9719e..f7583e09b4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19776,6 +19776,68 @@ (define-public rust-doc-comment-0.3
from macros.")
(license license:expat)))
+(define-public rust-dockworker-0.5
+ (package
+ (name "rust-dockworker")
+ (version "0.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "dockworker" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1gqy78yw5fhzg672idfkdikavhyff73spbpp5nqaax0h4pqzy1mz"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-test-flags
+ '("--release" "--" ; Tests require network access.
+ "--skip=docker::tests::test_api"
+ "--skip=docker::tests::test_events"
+ "--skip=docker::tests::test_networks"
+ "--skip=docker::tests::test_ping"
+ "--skip=docker::tests::test_system_info"
+ "--skip=docker::tests::test_version")
+ #:cargo-inputs
+ (("rust-async-stream" ,rust-async-stream-0.3)
+ ("rust-async-trait" ,rust-async-trait-0.1)
+ ("rust-base64" ,rust-base64-0.21)
+ ("rust-byteorder" ,rust-byteorder-1)
+ ("rust-bytes" ,rust-bytes-1)
+ ("rust-chrono" ,rust-chrono-0.4)
+ ("rust-dirs" ,rust-dirs-5)
+ ("rust-futures" ,rust-futures-0.3)
+ ("rust-http" ,rust-http-0.2)
+ ("rust-hyper" ,rust-hyper-0.14)
+ ("rust-hyper-rustls" ,rust-hyper-rustls-0.24)
+ ("rust-hyper-tls" ,rust-hyper-tls-0.5)
+ ("rust-hyperlocal" ,rust-hyperlocal-0.8)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-named-pipe" ,rust-named-pipe-0.4)
+ ("rust-native-tls" ,rust-native-tls-0.2)
+ ("rust-nix" ,rust-nix-0.26)
+ ("rust-openssl" ,rust-openssl-0.10)
+ ("rust-rustls" ,rust-rustls-0.21)
+ ("rust-rustls-pemfile" ,rust-rustls-pemfile-1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-tar" ,rust-tar-0.4)
+ ("rust-thiserror" ,rust-thiserror-1)
+ ("rust-tokio" ,rust-tokio-1)
+ ("rust-tokio-stream" ,rust-tokio-stream-0.1)
+ ("rust-tokio-util" ,rust-tokio-util-0.7)
+ ("rust-url" ,rust-url-2))
+ #:cargo-development-inputs
+ (("rust-rand" ,rust-rand-0.8)
+ ("rust-reqwest" ,rust-reqwest-0.11))))
+ (native-inputs (list pkg-config))
+ (inputs (list openssl))
+ (home-page "https://github.com/Idein/dockworker")
+ (synopsis "Docker daemon API client (a fork of Faraday's boondock)")
+ (description
+ "This package provides a Rust library for talking to the Docker daemon.
+This project is a fork of Faraday's boondock.")
+ (license license:asl2.0)))
+
(define-public rust-docmatic-0.1
(package
(name "rust-docmatic")
--
2.41.0
This bug report was last modified 165 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.