alpha-quadrant/sys-apps/xsv/xsv-0.13.0.ebuild

89 lines
1.7 KiB
Bash

# Copyright 2017-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Auto-Generated by cargo-ebuild 0.3.0
EAPI=7
CRATES="
aho-corasick-0.6.6
arrayvec-0.4.7
bitflags-1.0.4
byteorder-1.2.4
cfg-if-0.1.5
chan-0.1.23
cloudabi-0.0.3
crossbeam-channel-0.2.4
crossbeam-epoch-0.5.2
crossbeam-utils-0.5.0
csv-1.0.1
csv-core-0.1.4
csv-index-0.1.5
docopt-1.0.1
filetime-0.1.15
fuchsia-zircon-0.3.3
fuchsia-zircon-sys-0.3.3
lazy_static-1.1.0
libc-0.2.43
lock_api-0.1.3
log-0.4.4
memchr-2.0.1
memoffset-0.2.1
nodrop-0.1.12
num-traits-0.2.5
num_cpus-1.8.0
owning_ref-0.3.3
parking_lot-0.6.3
parking_lot_core-0.2.14
proc-macro2-0.4.13
quickcheck-0.6.2
quote-0.6.8
rand-0.3.22
rand-0.4.3
rand-0.5.5
rand_core-0.2.1
redox_syscall-0.1.40
regex-1.0.3
regex-syntax-0.6.2
scopeguard-0.3.3
serde-1.0.75
serde_derive-1.0.75
smallvec-0.6.5
stable_deref_trait-1.1.1
streaming-stats-0.2.0
strsim-0.7.0
syn-0.14.9
tabwriter-1.1.0
thread_local-0.3.6
threadpool-1.7.1
ucd-util-0.1.1
unicode-width-0.1.5
unicode-xid-0.1.0
unreachable-1.0.0
utf8-ranges-1.0.0
version_check-0.1.4
void-1.0.2
winapi-0.3.5
winapi-i686-pc-windows-gnu-0.4.0
winapi-x86_64-pc-windows-gnu-0.4.0
xsv-0.13.0
"
inherit cargo
DESCRIPTION="A high performance CSV command line toolkit."
# Double check the homepage as the cargo_metadata crate
# does not provide this value so instead repository is used
HOMEPAGE="https://github.com/BurntSushi/xsv"
SRC_URI="$(cargo_crate_uris ${CRATES})"
RESTRICT="mirror"
# License set may be more restrictive as OR is not respected
# use cargo-license for a more accurate license picture
LICENSE="Apache-2.0 BSD-2-Clause BSD-3-Clause MIT Unlicense"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND=""