Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/os-testr/
Date: Mon, 04 Apr 2022 19:32:18
Message-Id: 1649100722.56d9168646bc93297d37a801c1798260dec484ef.Alessandro-Barbieri@gentoo
1 commit: 56d9168646bc93297d37a801c1798260dec484ef
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 4 18:59:49 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon Apr 4 19:32:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56d91686
7
8 dev-python/os-testr: add 3.0.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/os-testr/Manifest | 1 +
13 dev-python/os-testr/os-testr-3.0.0.ebuild | 37 +++++++++++++++++++++++++++++++
14 2 files changed, 38 insertions(+)
15
16 diff --git a/dev-python/os-testr/Manifest b/dev-python/os-testr/Manifest
17 index b8d05ba2e..c26f09507 100644
18 --- a/dev-python/os-testr/Manifest
19 +++ b/dev-python/os-testr/Manifest
20 @@ -1 +1,2 @@
21 DIST os-testr-2.0.1.tar.gz 50884 BLAKE2B f709b33b168fade7faf8e13d0dbf3309cb9aa8e543133138cf7a3ac1d642670cbf803ea5e3b19a4cb2db9b5237837ea89835133e30fa09565af11b52385366cd SHA512 d4c5b84a18d05c0da8a017c045e7304b8fe6a3afc3295a76fa3ba192873f0e507e2fa6c3da423f7d77a82eb3e141225b1abd6875acd56c5a2a9d77a32476deff
22 +DIST os-testr-3.0.0.tar.gz 38684 BLAKE2B 4089416f1abb78a90848a5bfbcf38f8f6ac404e1776d3eae2d178aa6afc60f5408bce8787d6540eb987d9922706e0e2ec84b1879265b9ab8f62cc36ffa5ef9c0 SHA512 707515153f73cb02df138bfc3211f5309b7e2ed0a283c6bf0bd62e4666250b91353a5ac1adaaac750f5c3970ca40531f65574900d2797004815a945504f8e5fc
23
24 diff --git a/dev-python/os-testr/os-testr-3.0.0.ebuild b/dev-python/os-testr/os-testr-3.0.0.ebuild
25 new file mode 100644
26 index 000000000..5f1abdc8b
27 --- /dev/null
28 +++ b/dev-python/os-testr/os-testr-3.0.0.ebuild
29 @@ -0,0 +1,37 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..9} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A testr wrapper to provide functionality for OpenStack projects"
40 +HOMEPAGE="
41 + https://opendev.org/openstack/os-testr
42 + https://pypi.org/project/os-testr/
43 + https://launchpad.net/os-testr
44 +"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/os-testr-${PV}.tar.gz"
46 +
47 +LICENSE="Apache-2.0"
48 +SLOT="0"
49 +KEYWORDS="~amd64"
50 +
51 +RDEPEND="
52 + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
53 + >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
54 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
55 +"
56 +DEPEND="
57 + ${RDEPEND}
58 + test? (
59 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
60 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
61 + >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
62 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
63 + )
64 +"
65 +
66 +distutils_enable_tests --install pytest