Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-brick/
Date: Tue, 11 Feb 2020 19:06:46
Message-Id: 1581447970.e31486b4d986714c4911e4073fdfe3738027212e.prometheanfire@gentoo
1 commit: e31486b4d986714c4911e4073fdfe3738027212e
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 18:37:40 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 19:06:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31486b4
7
8 dev-python/os-brick: cleanup
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/os-brick/Manifest | 1 -
14 dev-python/os-brick/os-brick-2.5.5.ebuild | 44 -------------------------------
15 2 files changed, 45 deletions(-)
16
17 diff --git a/dev-python/os-brick/Manifest b/dev-python/os-brick/Manifest
18 index 60ce47b7651..028523e3ca3 100644
19 --- a/dev-python/os-brick/Manifest
20 +++ b/dev-python/os-brick/Manifest
21 @@ -1,2 +1 @@
22 -DIST os-brick-2.5.5.tar.gz 174931 BLAKE2B 0efa117c756728062ef0ae3bdff4ce8127bd0d800cac906960c9f2d5fcd79820e2b72753744f8acfbc52a8dce8a357583283e2adacb692cbb391c5b198b4a919 SHA512 a343cb9194ca1b497bdec55853258b8d51b109abbb3ea406aab672e87c5c68d00511928d8690bca88c37e65bb4d8bfb4cab2cd3ba6fbff2794edbdcb681e0cc0
23 DIST os-brick-2.8.2.tar.gz 179510 BLAKE2B c72c1f0260fc541a9f6ca9f984b934f718dadd7ec0909a4b2483bb190e1ad587084174a33e1a7c81a52728817286bc3887474ea2c39d7f43e8e71a4a9a4baaef SHA512 0e9237f9baf5338d123bec1b22285ff8c4c31a89d60cf8480985a144c45c2766322cb359f3d548676b2631883664c5797e687bbe4d2d9ec5cd38e10e53d394ff
24
25 diff --git a/dev-python/os-brick/os-brick-2.5.5.ebuild b/dev-python/os-brick/os-brick-2.5.5.ebuild
26 deleted file mode 100644
27 index a684a084471..00000000000
28 --- a/dev-python/os-brick/os-brick-2.5.5.ebuild
29 +++ /dev/null
30 @@ -1,44 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -PYTHON_COMPAT=( python3_6 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="OpenStack Cinder brick library for managing local volume attaches"
40 -HOMEPAGE="https://github.com/openstack/cinder"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm64 x86"
46 -IUSE=""
47 -
48 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
49 - !~dev-python/pbr-2.1.0"
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51 - ${CDEPEND}"
52 -RDEPEND="
53 - ${CDEPEND}
54 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
55 - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
56 - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
57 - !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
58 - >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
59 - >=dev-python/oslo-log-3.26.0[${PYTHON_USEDEP}]
60 - >=dev-python/oslo-i18n-3.15.3.0[${PYTHON_USEDEP}]
61 - >=dev-python/oslo-privsep-1.23.0[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-service-1.24.0[${PYTHON_USEDEP}]
63 - !~dev-python/oslo-service-1.28.1[${PYTHON_USEDEP}]
64 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
65 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
66 - >=dev-python/retrying-1.2.3[${PYTHON_USEDEP}]
67 - !~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
68 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
69 - >=dev-python/os-win-3.0.0[${PYTHON_USEDEP}]"
70 -
71 -python_prepare_all() {
72 - sed -i '/^hacking/d' test-requirements.txt || die
73 - distutils-r1_python_prepare_all
74 -}