stratis-storage: add related packages

This commit is contained in:
2020-01-06 18:01:55 +03:00
parent c67881c214
commit 245bf706c5
17 changed files with 446 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST v1.1.0.tar.gz 35008 BLAKE2B 9300fb008bde6f3d90c6912c3da71f43090f7b713d05133339761bf1aed846199237e3cec0d59930de5a299405e988d5d7c596cca79d69f2f280236bede13e8c SHA512 0c79d646289a4f2390a52b10cb00eb58b55f3ca9b7dce22d5bae5afaa607ffcdb355b17465c69307d707963c4fbd958697e57046c8265f5bc5eee1acc871755e
EBUILD stratis-cli-1.1.0.ebuild 667 BLAKE2B 6ebb891920fbed44d9a517f24f7d5ac7c6bf9c7d1880fa0cf894ef934f98e52047d17e6700927dc69282e156ac0761508af1b30be2305bbc4d83f92951a06879 SHA512 b8b9c029d699c8417e1ec577249a7aa0c30308a14702887623b3ff0fdb9169d854874bcc06947acad062216835ac954bf2fd9f6802f62ddd12929be679323fc2

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7} pypy3 )
inherit distutils-r1
DESCRIPTION="CLI for the Stratis project"
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/justbytes
dev-python/justbases
dev-python/dbus-client-gen
dev-python/dbus-python-client-gen"
RDEPEND="${DEPEND}"
distutils_enable_tests pytest