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: Thu, 06 Jul 2017 16:58:56
Message-Id: 1499360287.84ef1495ab7c44e3d74979f2194f1cbc08ec5853.prometheanfire@gentoo
1 commit: 84ef1495ab7c44e3d74979f2194f1cbc08ec5853
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 16:45:55 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 16:58:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ef1495
7
8 dev-python/oslo-reports: cleanup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/oslo-reports/Manifest | 2 --
13 dev-python/oslo-reports/oslo-reports-1.14.0.ebuild | 37 ----------------------
14 dev-python/oslo-reports/oslo-reports-1.7.0.ebuild | 37 ----------------------
15 3 files changed, 76 deletions(-)
16
17 diff --git a/dev-python/oslo-reports/Manifest b/dev-python/oslo-reports/Manifest
18 index 109b41c7dd5..086722678e3 100644
19 --- a/dev-python/oslo-reports/Manifest
20 +++ b/dev-python/oslo-reports/Manifest
21 @@ -1,3 +1 @@
22 -DIST oslo.reports-1.14.0.tar.gz 43275 SHA256 85ca612188d1f0b4e88ef2f725139fed67b6c11a8377325c2ec78f500ff06cc2 SHA512 9af65e2479adb4ae17bade9d7c44ddb2c03b6d758f4b88745be63ed37502f3b16b4a3edf4c637070924980a3d1969d18e49f6d4b84844c66f8be0e30225e6796 WHIRLPOOL b61d024621a6c4c02b7e6e90d8d9fea9bccf3a29b92b5f723039c3ffe6f1fdb630a62c486d1da154b26fc228d02604109bce4c648b3bcba8777ef51fea1c63a6
23 DIST oslo.reports-1.17.0.tar.gz 47891 SHA256 0f1b825ff32d0b36a1823116a2bddece1bbd17d8f85d8e8e5f8274df80d16852 SHA512 1fded7c8d6149dbbe11fb6fb28f6db656571519fcc093bfa7bf85a8d998c6cf23f28512e0658c9f8f547185f10bfb3b993fdc52942eac5ba884d2ee15556ad20 WHIRLPOOL 61f29933952e474aaac19f77a2165c14db0fc416b2d8e7d38351143dd4ca8af78f9652b099f18fa64ce898bb83a1bb217b97a7985b52dbd451f2cec297e32e77
24 -DIST oslo.reports-1.7.0.tar.gz 41592 SHA256 288e9a3b699fcefcb9ae8d848a965e5c6918729b4200ae0e799b077a8e8ecafa SHA512 be40ade6d4d67eb7766bf7f1609809c92817363c8788ff6a8c069d6de650eef57e4ea243a03eab2e855866966c1e95999235363066f9a84faad25f9bc4c9b138 WHIRLPOOL 2422a76258f73a33efa92bcc016a4cefd9dee40459cd1185a9f6140fb13bc91618025a0da928b629d05cd734e239558847c41e64676543a0ef92f7d0e8c808de
25
26 diff --git a/dev-python/oslo-reports/oslo-reports-1.14.0.ebuild b/dev-python/oslo-reports/oslo-reports-1.14.0.ebuild
27 deleted file mode 100644
28 index 7ae8ef2011a..00000000000
29 --- a/dev-python/oslo-reports/oslo-reports-1.14.0.ebuild
30 +++ /dev/null
31 @@ -1,37 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="generified reports for openstack"
41 -HOMEPAGE="http://docs.openstack.org/developer/oslo.reports"
42 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.reports/oslo.reports-${PV}.tar.gz"
43 -S="${WORKDIR}/oslo.reports-${PV}"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm64 x86"
48 -IUSE=""
49 -
50 -CDEPEND="
51 - >=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
52 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
53 - ${CDEPEND}"
54 -RDEPEND="
55 - ${CDEPEND}
56 - >=dev-python/jinja-2.8[${PYTHON_USEDEP}]
57 - >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
58 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
59 - >=dev-python/psutil-1.1.1[${PYTHON_USEDEP}]
60 - <dev-python/psutil-2.0.0[${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.16.0[${PYTHON_USEDEP}]"
64 -
65 -python_prepare_all() {
66 - sed -i '/^hacking/d' test-requirements.txt || die
67 - distutils-r1_python_prepare_all
68 -}
69
70 diff --git a/dev-python/oslo-reports/oslo-reports-1.7.0.ebuild b/dev-python/oslo-reports/oslo-reports-1.7.0.ebuild
71 deleted file mode 100644
72 index ab5038183e1..00000000000
73 --- a/dev-python/oslo-reports/oslo-reports-1.7.0.ebuild
74 +++ /dev/null
75 @@ -1,37 +0,0 @@
76 -# Copyright 1999-2015 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=6
80 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
81 -
82 -inherit distutils-r1
83 -
84 -DESCRIPTION="generified reports for openstack"
85 -HOMEPAGE="http://docs.openstack.org/developer/oslo.reports"
86 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.reports/oslo.reports-${PV}.tar.gz"
87 -S="${WORKDIR}/oslo.reports-${PV}"
88 -
89 -LICENSE="Apache-2.0"
90 -SLOT="0"
91 -KEYWORDS="amd64 ~arm64 x86"
92 -IUSE=""
93 -
94 -CDEPEND="
95 - >=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
96 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
97 - ${CDEPEND}"
98 -RDEPEND="
99 - ${CDEPEND}
100 - >=dev-python/jinja-2.8[${PYTHON_USEDEP}]
101 - >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
102 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
103 - >=dev-python/psutil-1.1.1[${PYTHON_USEDEP}]
104 - <dev-python/psutil-2.0.0[${PYTHON_USEDEP}]
105 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
106 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
107 - >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]"
108 -
109 -python_prepare_all() {
110 - sed -i '/^hacking/d' test-requirements.txt || die
111 - distutils-r1_python_prepare_all
112 -}