gentoo-overlay/sys-fs/stratis-cli/stratis-cli-3.0.1.ebuild

32 lines
774 B
Bash
Raw Normal View History

2020-06-08 16:48:57 +03:00
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
2022-02-18 14:52:14 +03:00
PYTHON_COMPAT=( python3_{8,9,10} )
2020-06-08 16:48:57 +03:00
inherit distutils-r1
2021-06-07 11:24:28 +03:00
DESCRIPTION="Command-line tool for interacting with the Stratis daemon"
2020-06-08 16:48:57 +03:00
HOMEPAGE="https://stratis-storage.github.io"
SRC_URI="https://github.com/stratis-storage/${PN}/archive/v${PV}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/dbus-python
dev-python/psutil
dev-python/python-dateutil
dev-python/justbytes
dev-python/dbus-client-gen
2020-06-08 19:48:55 +03:00
dev-python/dbus-python-client-gen
dev-python/semantic_version"
RDEPEND="${DEPEND}
2022-02-18 14:52:14 +03:00
>=sys-fs/stratisd-3.0.0
<sys-fs/stratisd-3.1"
2020-06-08 16:48:57 +03:00
distutils_enable_tests pytest