stratis-storage: bump version 2.0.0
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
DIST v1.1.0.tar.gz 35008 BLAKE2B 9300fb008bde6f3d90c6912c3da71f43090f7b713d05133339761bf1aed846199237e3cec0d59930de5a299405e988d5d7c596cca79d69f2f280236bede13e8c SHA512 0c79d646289a4f2390a52b10cb00eb58b55f3ca9b7dce22d5bae5afaa607ffcdb355b17465c69307d707963c4fbd958697e57046c8265f5bc5eee1acc871755e
|
||||
EBUILD stratis-cli-1.1.0.ebuild 667 BLAKE2B 6ebb891920fbed44d9a517f24f7d5ac7c6bf9c7d1880fa0cf894ef934f98e52047d17e6700927dc69282e156ac0761508af1b30be2305bbc4d83f92951a06879 SHA512 b8b9c029d699c8417e1ec577249a7aa0c30308a14702887623b3ff0fdb9169d854874bcc06947acad062216835ac954bf2fd9f6802f62ddd12929be679323fc2
|
||||
DIST v2.0.0.tar.gz 41707 BLAKE2B a3354f73d0ea0b4e64f0bce8202e8052f0de6dc2e1339002d1c84293a8cf4f3c7444ac3930caeb190cf692adf5d533cdb7076843580aa8651a839ed3c1d3b6df SHA512 96ea380d279db4f1bde7dc640f097a15fc2744db329765adc26a8e59af3b4eab6d53808f03fe94edce34d533a5a0eb59863cff1bb002e3d7d7f7228875c8fcc3
|
||||
EBUILD stratis-cli-1.1.0.ebuild 673 BLAKE2B 7237fbd919e275b9bec40f20d69e51e557e4b51ae2c650e84fa449f6844277f0589cdd42f2da788305f3222efabed2b78c9d4b29637bbd807db5e1637fcbb477 SHA512 3c4b3b27c5846f4424ed76dfa41ad8e35f6fc7d87cd58badb54374f9b7ba195c92e0f360b91e4d98ae9cee546b9b0aa5f547c6cb55b51883c62a3b72bddde371
|
||||
EBUILD stratis-cli-2.0.0.ebuild 673 BLAKE2B 7237fbd919e275b9bec40f20d69e51e557e4b51ae2c650e84fa449f6844277f0589cdd42f2da788305f3222efabed2b78c9d4b29637bbd807db5e1637fcbb477 SHA512 3c4b3b27c5846f4424ed76dfa41ad8e35f6fc7d87cd58badb54374f9b7ba195c92e0f360b91e4d98ae9cee546b9b0aa5f547c6cb55b51883c62a3b72bddde371
|
||||
|
||||
@@ -19,8 +19,8 @@ DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/dbus-python
|
||||
dev-python/psutil
|
||||
dev-python/python-dateutil
|
||||
dev-python/justbytes
|
||||
dev-python/justbases
|
||||
dev-python/dbus-client-gen
|
||||
dev-python/dbus-python-client-gen"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
28
sys-fs/stratis-cli/stratis-cli-2.0.0.ebuild
Normal file
28
sys-fs/stratis-cli/stratis-cli-2.0.0.ebuild
Normal 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/python-dateutil
|
||||
dev-python/justbytes
|
||||
dev-python/dbus-client-gen
|
||||
dev-python/dbus-python-client-gen"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user