Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stestr/
Date: Wed, 25 Jul 2018 07:07:56
Message-Id: 1532502419.d93f95f376040e7a939132ea701eaf874f86760d.prometheanfire@gentoo
1 commit: d93f95f376040e7a939132ea701eaf874f86760d
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 25 06:58:40 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 25 07:06:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93f95f3
7
8 dev-python/stestr: adding keywords for pbr
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-python/stestr/Manifest | 1 +
13 dev-python/stestr/stestr-2.1.0.ebuild | 32 ++++++++++++++++++++++++++++++++
14 2 files changed, 33 insertions(+)
15
16 diff --git a/dev-python/stestr/Manifest b/dev-python/stestr/Manifest
17 index 3d34cdf5364..d68e1140bbc 100644
18 --- a/dev-python/stestr/Manifest
19 +++ b/dev-python/stestr/Manifest
20 @@ -1 +1,2 @@
21 DIST stestr-1.1.0.tar.gz 95353 BLAKE2B 70435cec22d56f38fb9d87484b261fd73d79f8ea719ffd67861e2504580d6e2932b762839e44dc4c9e348e448693a80e8173850d800374643bbce15374137c37 SHA512 7490f0982c77190adf97daae965a957fc40d0e418a64fc38ccb50817a7266b06224e61f17ae9c84edfe200417eaab726cf834646bfa2efbac67ea029dea54df1
22 +DIST stestr-2.1.0.tar.gz 103501 BLAKE2B 6b000b8e3d0a27a18f19510dd8d5de8641223c18ad22a3f90b73619aa41bbe1a51bcedba604ec448282fa41e2ae93b61fdd0e72e603a39730a59400fc15ef007 SHA512 a99d0659da0ca2b86703529df9ef6d135578bd8374a2afcbd10bd96f24f5e6dd1dacd5929d96a083881f1db2a930b039d9045348a0298d84d2480c6c9a75d1f7
23
24 diff --git a/dev-python/stestr/stestr-2.1.0.ebuild b/dev-python/stestr/stestr-2.1.0.ebuild
25 new file mode 100644
26 index 00000000000..372ba548672
27 --- /dev/null
28 +++ b/dev-python/stestr/stestr-2.1.0.ebuild
29 @@ -0,0 +1,32 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="A parallel Python test runner built around subunit"
39 +HOMEPAGE="https://github.com/mtreinish/stestr"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="Apache-2.0"
43 +SLOT="0"
44 +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
45 +KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~s390 ~x86 ~amd64-linux ~x86-linux"
46 +IUSE=""
47 +
48 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
49 +DEPEND="
50 + dev-python/setuptools[${PYTHON_USEDEP}]
51 + ${CDEPEND}"
52 +RDEPEND="
53 + ${CDEPEND}
54 + dev-python/future[${PYTHON_USEDEP}]
55 + >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
56 + >=dev-python/subunit-0.18.0[${PYTHON_USEDEP}]
57 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
58 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
59 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
60 + >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
61 + >=dev-python/voluptuous-0.8.9[${PYTHON_USEDEP}]"