From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/stestr/Manifest | 1 + dev-python/stestr/metadata.xml | 19 +++++++++++++++++++ dev-python/stestr/stestr-2.1.0-r1.ebuild | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 dev-python/stestr/Manifest create mode 100644 dev-python/stestr/metadata.xml create mode 100644 dev-python/stestr/stestr-2.1.0-r1.ebuild (limited to 'dev-python/stestr') diff --git a/dev-python/stestr/Manifest b/dev-python/stestr/Manifest new file mode 100644 index 000000000000..53b35b8908d7 --- /dev/null +++ b/dev-python/stestr/Manifest @@ -0,0 +1 @@ +DIST stestr-2.1.0.tar.gz 103501 BLAKE2B 6b000b8e3d0a27a18f19510dd8d5de8641223c18ad22a3f90b73619aa41bbe1a51bcedba604ec448282fa41e2ae93b61fdd0e72e603a39730a59400fc15ef007 SHA512 a99d0659da0ca2b86703529df9ef6d135578bd8374a2afcbd10bd96f24f5e6dd1dacd5929d96a083881f1db2a930b039d9045348a0298d84d2480c6c9a75d1f7 diff --git a/dev-python/stestr/metadata.xml b/dev-python/stestr/metadata.xml new file mode 100644 index 000000000000..4f051700ef1e --- /dev/null +++ b/dev-python/stestr/metadata.xml @@ -0,0 +1,19 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + stestr is a fork of testrepository that concentrates on being a dedicated test runner for python projects + + + stestr + mtreinish/stestr + + gentoo-staging + diff --git a/dev-python/stestr/stestr-2.1.0-r1.ebuild b/dev-python/stestr/stestr-2.1.0-r1.ebuild new file mode 100644 index 000000000000..7c18fc139cbe --- /dev/null +++ b/dev-python/stestr/stestr-2.1.0-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_6 python3_6 python3_7 python3_8 ) +inherit distutils-r1 + +DESCRIPTION="A parallel Python test runner built around subunit" +HOMEPAGE="https://github.com/mtreinish/stestr" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm64 hppa ~ia64 ~mips ~ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +IUSE="" + +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND=" + ${CDEPEND} + dev-python/future[${PYTHON_USEDEP}] + >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}] + >=dev-python/subunit-0.18.0[${PYTHON_USEDEP}] + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] + >=dev-python/six-1.10.0[${PYTHON_USEDEP}] + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] + >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}] + >=dev-python/voluptuous-0.8.9[${PYTHON_USEDEP}]" -- cgit v1.3.1