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: Thu, 31 Mar 2022 19:18:17
Message-Id: 1648754241.3b636884396385fef7223890464c0bd20efde61c.mgorny@gentoo
1 commit: 3b636884396385fef7223890464c0bd20efde61c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 19:17:21 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 19:17:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b636884
7
8 dev-python/oslotest: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/oslotest/oslotest-4.5.0.ebuild | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/dev-python/oslotest/oslotest-4.5.0.ebuild b/dev-python/oslotest/oslotest-4.5.0.ebuild
16 deleted file mode 100644
17 index f4fed812a0d8..000000000000
18 --- a/dev-python/oslotest/oslotest-4.5.0.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Oslo test framework"
30 -HOMEPAGE="https://launchpad.net/oslo"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="Apache-2.0"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
36 -
37 -BDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
38 -RDEPEND="
39 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
40 - >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
41 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
42 - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
43 -"
44 -
45 -distutils_enable_tests unittest