Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-reports/
Date: Sun, 28 Jan 2018 04:13:48
Message-Id: 1517112792.5a1d49ed03362123606b63bb9eafb140f7adb0c5.prometheanfire@gentoo
1 commit: 5a1d49ed03362123606b63bb9eafb140f7adb0c5
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 03:58:50 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 04:13:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1d49ed
7
8 dev-python/oslo-reports: remove ocata
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/oslo-reports/Manifest | 1 -
13 dev-python/oslo-reports/oslo-reports-1.17.1.ebuild | 39 ----------------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/dev-python/oslo-reports/Manifest b/dev-python/oslo-reports/Manifest
17 index 298b09dee05..702bbeedb96 100644
18 --- a/dev-python/oslo-reports/Manifest
19 +++ b/dev-python/oslo-reports/Manifest
20 @@ -1,2 +1 @@
21 -DIST oslo.reports-1.17.1.tar.gz 47828 BLAKE2B 414020c3ec934fc32132837b1af16a5f4ad481b392237a930370111e0930d18681c1fbd9d969ad5207966856caaed4c94c3dd89e63849ca042acad72cf3440e4 SHA512 2ed6d69c8643901a185f38de34cff663160daa246d372503f17e2102634c6634dfafeaa7d6474b7bd702f43aece27a3e4d16c06ccc0a9f6bee1d79a2204ec704
22 DIST oslo.reports-1.22.1.tar.gz 48151 BLAKE2B f3867bf3c6c7fd207b1e730e8c96098d74b42239107999194bcef295ae0a86048bed7f47498a5d4a0186d15d48f97d897850fd2558eaae7bc386b9401c01155a SHA512 c2c7f35fe80df9393cb1d9add59a7be95586ee078074548795f881c8515073946bcf3dfda02536850b943f346a6b81bfffa1d9f461f0cafdf6163da09b6d07d4
23
24 diff --git a/dev-python/oslo-reports/oslo-reports-1.17.1.ebuild b/dev-python/oslo-reports/oslo-reports-1.17.1.ebuild
25 deleted file mode 100644
26 index a41d32fdc2f..00000000000
27 --- a/dev-python/oslo-reports/oslo-reports-1.17.1.ebuild
28 +++ /dev/null
29 @@ -1,39 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="generified reports for openstack"
39 -HOMEPAGE="http://docs.openstack.org/developer/oslo.reports"
40 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.reports/oslo.reports-${PV}.tar.gz"
41 -S="${WORKDIR}/oslo.reports-${PV}"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm64 x86"
46 -IUSE=""
47 -
48 -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
49 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
50 - ${CDEPEND}"
51 -RDEPEND="
52 - ${CDEPEND}
53 - >=dev-python/jinja-2.8[${PYTHON_USEDEP}]
54 - !~dev-python/jinja-2.9.0[${PYTHON_USEDEP}]
55 - !~dev-python/jinja-2.9.1[${PYTHON_USEDEP}]
56 - !~dev-python/jinja-2.9.2[${PYTHON_USEDEP}]
57 - !~dev-python/jinja-2.9.3[${PYTHON_USEDEP}]
58 - !~dev-python/jinja-2.9.4[${PYTHON_USEDEP}]
59 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
60 - >=dev-python/psutil-3.0.1[${PYTHON_USEDEP}]
61 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
63 - >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]"
64 -
65 -python_prepare_all() {
66 - sed -i '/^hacking/d' test-requirements.txt || die
67 - distutils-r1_python_prepare_all
68 -}