blob: c89204ba98e12b34ef6e4e6ea3d510dbd95cacf7 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit cros-rust
DESCRIPTION="Aims to be a feature-complete superset of the time library"
HOMEPAGE="https://github.com/chronotope/chrono"
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND=">=dev-rust/num-integer-0.1.36:=
=dev-rust/num-traits-0.2*:=
>=dev-rust/num-iter-0.1.35:=
>=dev-rust/rustc-serialize-0.3.20:=
=dev-rust/ryu-0.2*:=
=dev-rust/serde-1*:=
=dev-rust/serde_derive-1*:=
=dev-rust/serde_json-1*:=
>=dev-rust/time-0.1.39:=
=dev-rust/bincode-0.8*:=
"