GNU bug report logs -
#50662
[PATCH 00/34] Add NewsFlash base library.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Sat, 18 Sep 2021 16:12:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #53 received at 50662 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-fever-api-0.2): New variable.
---
gnu/packages/crates-io.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1ef63e2d5d..398712b712 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16939,6 +16939,43 @@ Atom, RSS 2.0, RSS 1.0, RSS 0.x and JSON Feed")
(("rust-clap" ,rust-clap-2)
("rust-tempdir" ,rust-tempdir-0.3))))))
+(define-public rust-fever-api-0.2
+ (package
+ (name "rust-fever-api")
+ (version "0.2.11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "fever-api" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0pv4g241pc0bfwy9gjwsmrdv7mplzbifxr5mxf0k82yxawg55anc"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f ;tests use the network
+ #:cargo-inputs
+ (("rust-failure" ,rust-failure-0.1)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-md5" ,rust-md5-0.7)
+ ("rust-reqwest" ,rust-reqwest-0.11)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-url" ,rust-url-2))
+ #:cargo-development-inputs
+ (("rust-dotenv" ,rust-dotenv-0.15)
+ ("rust-tokio" ,rust-tokio-1))))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (inputs
+ `(("openssl" ,openssl)))
+ (home-page "https://gitlab.com/news-flash/fever_api")
+ (synopsis "Rust implementation of the Fever API")
+ (description
+ "This packages provides a Rust implementation of the Fever API.")
+ ;; No copyright headers in the source code. LICENSE indicates gpl3.
+ (license license:gpl3)))
+
(define-public rust-filesize-0.2
(package
(name "rust-filesize")
--
2.30.2
This bug report was last modified 3 years and 196 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.