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/oslo-concurrency/
Date: Fri, 01 Apr 2022 18:45:13
Message-Id: 1648838544.b98a67bbd41218bcc79dbe4ec5c5f1f31774c588.mgorny@gentoo
1 commit: b98a67bbd41218bcc79dbe4ec5c5f1f31774c588
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 18:42:24 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 18:42:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98a67bb
7
8 dev-python/oslo-concurrency: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../oslo-concurrency/oslo-concurrency-4.5.0.ebuild | 32 ----------------------
13 1 file changed, 32 deletions(-)
14
15 diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
16 deleted file mode 100644
17 index 214470582b89..000000000000
18 --- a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 -# Copyright 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..9} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Oslo Concurrency library"
30 -HOMEPAGE="https://pypi.org/project/oslo.concurrency/ https://github.com/openstack/oslo.concurrency"
31 -SRC_URI="mirror://pypi/o/${PN/-/.}/${PN/-/.}-${PV}.tar.gz"
32 -S="${WORKDIR}/${PN/-/.}-${PV}"
33 -
34 -LICENSE="Apache-2.0"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~arm arm64 x86"
37 -
38 -RDEPEND="
39 - >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
40 - >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
41 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
42 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
43 - >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
44 -"
45 -BDEPEND=">dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
46 - test? (
47 - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
48 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
49 - >=dev-python/eventlet-0.19.0[${PYTHON_USEDEP}]
50 - )"
51 -
52 -distutils_enable_tests unittest