# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=(python3_{9..10})

inherit python-single-r1 git-r3

DESCRIPTION="A Storage Benchmark Utility for Cockpit."
HOMEPAGE="https://github.com/45Drives/cockpit-benchmark"

EGIT_REPO_URI="https://github.com/45Drives/cockpit-benchmark"

LICENSE="GPL-3"
KEYWORDS=""
SLOT="0"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

DEPEND=""
BDEPEND=""
RDEPEND="${DEPEND}
	app-admin/cockpit
	sys-block/fio
	${PYTHON_DEPS}
"