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-client-gen-0.4.tar.gz 5987 BLAKE2B d7ef53e3faf873b5c603ff464b6c6714d5d6ed57a08b7a556ea8618997f332cdb55e7f52348d7afc7ca08cab7449ba2853c512b38a8de0dd7ba6f7611d06aa52 SHA512 b6b335b5cee069659458ed7123899d05f3fe8761b1db5dad26d77e042652cdac4150cd7e4d90fb09239176280239bfb836559d93ecf417e567d22751118a0ea0
EBUILD dbus-client-gen-0.4.ebuild 575 BLAKE2B 5f70878cec8fd82240052c9268ef07235ef3f019ac3ca214c73e8257a8f0111a4de8f92a722baf561e8c60c7339377d75880cc8e5064f5b0bee6f89df4ed7b54 SHA512 b9ebabadfa28212c6e49a1453108e94874b73c17840bd61b11e2ad920a1a51e62bb876b4df6065fa14c502d82efe20be54878f0d11fc60f2a7f67c1a12e9d089

View File

@@ -0,0 +1,21 @@
# 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="generates classes and methods useful to a D-Bus client"
HOMEPAGE="https://github.com/mulkieran/dbus-client-gen https://pypi.org/project/dbus-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"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
distutils_enable_tests pytest