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 dbus-python-client-gen-0.7.tar.gz 9173 BLAKE2B 97d5020f36115ab03329200ab05af157d723ec07d3bcf6b133d85177d6f1be3f5a40fdba77c91a6914c37ee097c81fe03f9f9a76d635937aadda3eed129da2bc SHA512 d6af31d704dd60b54e3227706fa43e1abb9d5678e6e272555be30e715be0fd2a902d54650c82b49f7b132912c5c98622bc376b942b43cf8703464d40ea9b4f35
EBUILD dbus-python-client-gen-0.7.ebuild 633 BLAKE2B 5224e559a9915660d21d43ba87a3a114044d415836709e87ee91776c1594f649ef34ecfef377e48bf9af65db47947c4b9c60a25ee571cb6dd48e4af913708515 SHA512 d8f3d2a7dbc0697b5d578d8a5a1f1f1ca932eec87b67f1afbc36f9023e33cb8b13d0c33e87b31dacb5d96746b3f32adc3e7aa22a305051dc4db3ee5ca6f8b3c0

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="transforms values into properly wrapped dbus-python objects"
HOMEPAGE="https://github.com/mulkieran/dbus-python-client-gen https://pypi.org/project/dbus-python-client-gen/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
RDEPEND="dev-python/into-dbus-python"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
distutils_enable_tests pytest