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 into-dbus-python-0.7.tar.gz 17727 BLAKE2B 6fd6aba6cb29bbd14f2c945e30c9301d36e06299292abbe3b63b11306552a10332e22286205fe89348ed3504ff3c862cbd4e22de4bb49f3016d2c37dea52e988 SHA512 189c19496b9cd7188840131cf73f54cbd0dbef1e6eeb9bad1ba0918f38c7cca89f6b64047cc657ad902190b7ff673678c216539f064ff2afed843f0facba22b0
EBUILD into-dbus-python-0.7.ebuild 686 BLAKE2B cddb3200e4c18ce53f0e8550be18d624c0049caaa247f80b9fd817b3cd4f32bae97e4977361f8d32d13981ffd895e63ca735595c165591484dabfbf779d7c707 SHA512 7022bcf96f953128f04ac2a1a5231df0602b0f8602d69acc52a9e9cf5ade1ca0ce7febbfd84355f5e28b9cfb8589c7ed847410dae81b2e200ddce4c1fbbe88a9

View File

@@ -0,0 +1,24 @@
# 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/stratis-storage/into-dbus-python https://pypi.org/project/into-dbus-python/"
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/dbus-python
dev-python/dbus-signature-pyparsing
>=dev-python/isort-4.3.4"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
distutils_enable_tests pytest