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-signature-pyparsing-0.3.tar.gz 8586 BLAKE2B 11a01af3c826a8da82cf68447c5601f21fcb9e53bd9051d7fa53a4dfb635723fa84097e10165de023abdc2d349ea587aac7c20e084f1f8ad62476579318e7f28 SHA512 32df91415adaf01ef973f770efe0801d7509ffc3fcce949b7ae8ec61e2517e05938ef34625b967613d8b848ceb48ed558f6c3f0421f830ab2c7c13d0dd38a781
EBUILD dbus-signature-pyparsing-0.3.ebuild 505 BLAKE2B 9e585a6e4abda17ae6e46a96a7711e60efe89daf0d4f4495f6844b8a02b519607a2b71ad444c10ccdef94b5e5f9f30d5d73352360cbbee28ee2503c3f0347c6f SHA512 e5f7eb9089cc83ece28616f8fa908d61164bdb88d45c1ef692508905788ea70888593e5084355c35b501c759bd9d29a1d3ded6191adc70e8bcbb40b281db92a7

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="dbus signature parser"
HOMEPAGE="https://pypi.org/project/dbus-signature-pyparsing"
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