Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslotest/
Date: Mon, 06 Sep 2021 20:13:43
Message-Id: 1630959215.f1532728520d0ce5b59866d60adb09240b0a1db6.mgorny@gentoo
1 commit: f1532728520d0ce5b59866d60adb09240b0a1db6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 6 20:04:48 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 6 20:13:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1532728
7
8 dev-python/oslotest: Bump to 4.5.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/oslotest/Manifest | 1 +
13 dev-python/oslotest/oslotest-4.5.0.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-python/oslotest/Manifest b/dev-python/oslotest/Manifest
17 index 21137af1490..4b6f1fd03c6 100644
18 --- a/dev-python/oslotest/Manifest
19 +++ b/dev-python/oslotest/Manifest
20 @@ -1 +1,2 @@
21 DIST oslotest-4.4.1.tar.gz 34879 BLAKE2B dd7241793f88f31c9427e07b07c015a0f8fe39f65c59341be0874fd4f9b735d1da3b105213d77bfc8cec3ea0d7587cd770a88c2a4b59902c595e9fefa5dc4730 SHA512 e4d60ab399b4eee02d1798948f62ad3acec0d9a81e6ec3b6a8d3dca7035dec0d79a5164c05e8ca4615b0489f44b6ff0c06e6420bf3d96131d15f3458e751896d
22 +DIST oslotest-4.5.0.tar.gz 38233 BLAKE2B 73fbf056467c5d86c647b0ff49ce2e75654c8a2ffbcda78f8ea49edddb55a4c5e0f065c7a95291468b2d5d73ec5f5152d16a2129ab17fc5e6d457284e684ec31 SHA512 2dc0644365621fe271e09f2f7be631f697749c9d343f1ce9b635986df41ec5be8787350b3f2eb6b6501f4baac1ec597b2f0ecada7936db967075ebce837e1517
23
24 diff --git a/dev-python/oslotest/oslotest-4.5.0.ebuild b/dev-python/oslotest/oslotest-4.5.0.ebuild
25 new file mode 100644
26 index 00000000000..0265b8b318b
27 --- /dev/null
28 +++ b/dev-python/oslotest/oslotest-4.5.0.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2021 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 +inherit distutils-r1
37 +
38 +DESCRIPTION="Oslo test framework"
39 +HOMEPAGE="https://launchpad.net/oslo"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="Apache-2.0"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
45 +
46 +BDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
47 +RDEPEND="
48 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
49 + >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
50 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
51 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
52 +"
53 +
54 +distutils_enable_tests unittest