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/tempest-lib/
Date: Tue, 01 Sep 2015 16:11:38
Message-Id: 1441123679.b196019106fd08957f8bf84c86d15e0271cedbfd.prometheanfire@gentoo
1 commit: b196019106fd08957f8bf84c86d15e0271cedbfd
2 Author: Matthew Thode <mthode <AT> mthode <DOT> org>
3 AuthorDate: Tue Sep 1 15:58:25 2015 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 16:07:59 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1960191
7
8 dev-python/tempest-lib: bup for liberty
9
10 dev-python/tempest-lib/Manifest | 1 +
11 dev-python/tempest-lib/tempest-lib-0.7.0.ebuild | 59 +++++++++++++++++++++++++
12 2 files changed, 60 insertions(+)
13
14 diff --git a/dev-python/tempest-lib/Manifest b/dev-python/tempest-lib/Manifest
15 index 8217374..95d57cf 100644
16 --- a/dev-python/tempest-lib/Manifest
17 +++ b/dev-python/tempest-lib/Manifest
18 @@ -1,3 +1,4 @@
19 DIST tempest-lib-0.3.0.tar.gz 53341 SHA256 0b2fdfe904b6bea12f5572f03307623ad43256694c17a5bd92ee837d8698d3c5 SHA512 e03617bd5e19b5872e4ae1e60c0eef2dfe325646f0b9d1c518f668bd7d054866b79aed494820f6ca99ee3d0735cc807aae7942f5f343e4d6c663368197be0f2c WHIRLPOOL 5f06bbaeeeb95b4724878481ddb500e1f7eaca98110cbcd2fe768917ed986656e64fae2e78e97cb099b776dbe069ad50f5c7717927ee78a5bf54f4638e8c9eec
20 DIST tempest-lib-0.4.0.tar.gz 68776 SHA256 b1d00f9da6d14b5ffac87710efd9d533361b8af11003728ee3b47591358f17b0 SHA512 f0f959de4f003971929c015a5a020921f9338805d9f1109e8d42ec9b5eb43702858182c5eaf43bc1b1c4006a01f96243ec6aad9fa9b93823f04b499ad09f5c81 WHIRLPOOL 01b147dd7f5929407c1d01dc8ad10ae2cbd6c0f2f08e628689025cb649dec9446d881245ab81d1370a7ff93c4ab0d5b9fb4c7ac0837b5ba3ad0c8b7b90bf46a8
21 DIST tempest-lib-0.5.0.tar.gz 74579 SHA256 696c6ccbbe13236096a94176ba2970e44853962c5ab93186286316696f384b29 SHA512 3408cabec205c6c1b830a20a8e96333b69afeeaad35d5342aae8c13e01b5df177958fe2050eb24a37d572a495411f04675e9d9727f6ae34aed22093c9621cde4 WHIRLPOOL 1b8f138bd45a168e2c203ff31de19ddc0aecda8d377925223798d01de3a0ff16f55fb874b1297b7a80178ae4f8948528a0e58b8d2388d464b8afd56b30d8991c
22 +DIST tempest-lib-0.7.0.tar.gz 60274 SHA256 bfad226eafb390c51851289b93444a7661416491fe8bedb3bc23d372583e0087 SHA512 887cdc5d95b25d6b566009b145cbe871e298abdde38eac76d8a28a61433ddd153b0ceadd322d49fb1242250b1876a45966c7c572280863d3dc4f3460c1904a2f WHIRLPOOL 6cf1c32d099cc56540bbeebebd027131251f189f49ecb632850095192cf11c429cf67493b9f16e1a187ba23888fd2a75b5386d022518af9260e37f9a23450872
23
24 diff --git a/dev-python/tempest-lib/tempest-lib-0.7.0.ebuild b/dev-python/tempest-lib/tempest-lib-0.7.0.ebuild
25 new file mode 100644
26 index 0000000..c872149
27 --- /dev/null
28 +++ b/dev-python/tempest-lib/tempest-lib-0.7.0.ebuild
29 @@ -0,0 +1,59 @@
30 +# Copyright 1999-2015 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +
36 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A library to assist in creating functional or integrated test suites for OpenStack projects."
41 +HOMEPAGE="https://pypi.python.org/pypi/tempest-lib https://github.com/openstack/tempest-lib"
42 +SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE="test"
48 +
49 +CDEPEND="
50 + >=dev-python/pbr-1.3[${PYTHON_USEDEP}]
51 + <dev-python/pbr-2.0[${PYTHON_USEDEP}]
52 +"
53 +RDEPEND="
54 + ${CDEPEND}
55 + >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
56 + >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
57 + >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
58 + >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
59 + !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
60 + <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
61 + >=dev-python/httplib2-0.7.5[${PYTHON_USEDEP}]
62 + >=dev-python/paramiko-1.13.0[${PYTHON_USEDEP}]
63 + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
64 + >=dev-python/oslo-log-1.6.0[${PYTHON_USEDEP}]
65 + >=dev-python/os-testr-0.1.0[${PYTHON_USEDEP}]"
66 +DEPEND="
67 + ${CDEPEND}
68 + test? ( ${RDEPEND}
69 + >=dev-python/hacking-0.10[${PYTHON_USEDEP}]
70 + <dev-python/hacking-0.11[${PYTHON_USEDEP}]
71 + >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
72 + >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
73 + >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
74 + !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
75 + <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
76 + >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
77 + >=dev-python/oslotest-1.7.0[${PYTHON_USEDEP}]
78 + >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
79 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
80 + >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
81 + >=dev-python/mock-1.1[${PYTHON_USEDEP}]
82 + dev-python/nose[${PYTHON_USEDEP}]
83 + >=dev-python/ddt-0.7.0[${PYTHON_USEDEP}]
84 + )"
85 +
86 +python_test() {
87 + nosetests tempest_lib/tests || die "Tests fail with ${EPYTHON}"
88 +}