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/libcloud/
Date: Tue, 02 May 2017 09:48:48
Message-Id: 1493718482.5770b72875bdc4b7ea5b36e71c9acde27e265377.mgorny@gentoo
1 commit: 5770b72875bdc4b7ea5b36e71c9acde27e265377
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 09:31:02 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 2 09:48:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5770b728
7
8 dev-python/libcloud: Clean old versions up
9
10 dev-python/libcloud/Manifest | 3 --
11 dev-python/libcloud/libcloud-0.14.1.ebuild | 49 ----------------------------
12 dev-python/libcloud/libcloud-0.15.0.ebuild | 50 -----------------------------
13 dev-python/libcloud/libcloud-0.17.0.ebuild | 51 ------------------------------
14 4 files changed, 153 deletions(-)
15
16 diff --git a/dev-python/libcloud/Manifest b/dev-python/libcloud/Manifest
17 index ab0f04f17ee..a6bab3bf39f 100644
18 --- a/dev-python/libcloud/Manifest
19 +++ b/dev-python/libcloud/Manifest
20 @@ -1,5 +1,2 @@
21 -DIST apache-libcloud-0.14.1.tar.bz2 546545 SHA256 8562fd79c8afc63dabc8f62b08f13a1b1f71644c08e47f913f8c942d2f48c1d0 SHA512 cb338e63aa1b3949ac16eee77df53499797c92ea9e30dccb2ed0c823636f8adda62673131c25bc5138839da2b7a3a8c895d0acaadeff087c756e43b9ae23f5d9 WHIRLPOOL 7e3d5991487ceb3312d46b54bb7e525431c611d003d19c3f05ef4261257127622f0787d55fe08dfd1b0419cc85820ad3c2d1d8f3228aa31e475f4242a1452be0
22 -DIST apache-libcloud-0.15.0.tar.bz2 571365 SHA256 fcfea13c73279aaa846bbc6a22dad37864b2314b8497a3a4994b2b0632cf0633 SHA512 b0e85dba0a70701784903510e6eed1ada082b02e989a6af43122e3eaaaeee1cbd5da59660e1e78877219798b50f395d02d0738ae983bd1665eba0984d737e16c WHIRLPOOL eae1dd98b931ea88431d34b18325a3f62ab076d52fbeedc9ee9507234133fc1d99eed4cd24a3411e50870008aad3233f5d715341e3c2444aac29c6c3e35299ed
23 DIST apache-libcloud-0.15.1.tar.bz2 570953 SHA256 557e3f29e0ab1f19a31e858a8e802c822cb7f07df5edce029a1c67d2b0f30d15 SHA512 0cbc02c955cb91e135d73a5198ad216d0f91fa942b88dd1ffc1c46a487190f45500f003d2825cdb4f6c96c4ca7e5cf2681709769b0c2d8801b08e5a41b3d69b0 WHIRLPOOL 0143a7d2c337603f769bb2d3fd4fb98df18c82dfaa09c12fe481f18eb300c65d9efd4e18756d0c75a691b6d755fff0f62d41ccda3c9006955870fb8631d8366d
24 -DIST apache-libcloud-0.17.0.tar.bz2 663406 SHA256 22a6360fccbd956398e3236dceacc469c397d0d8c0caad33352f224b352bd943 SHA512 a87d60362c43e3a1f1a4534641985d81b07ff8ad5029cd04b446fcb30cd3373471c86f62aeed75c98cbbe61d59aece50b2e8deead755535b609847ee60ce8027 WHIRLPOOL 727f0c5c2542a5357d20e587e005f7017754e6214646af170ec639c737325be0e5bbf9215d9b35ad3cc43f9edf3ecdabc93fb1907bfeff49f7fdd1073a606d27
25 DIST apache-libcloud-1.2.1.tar.bz2 992983 SHA256 1f4f607855c1ff5d88dc709849e746a2213d99c6dfc7054244af8be1caf79062 SHA512 12e239f286d8eb523597488998582be02d6e8cd4e21a8fa7c639c829ba622833e4292ac4cd7cbc8b94670e19ec1711cb0032bc72433f421bf2ba2b8c70dcd954 WHIRLPOOL fb9574bfa81e08d34cbce6b96988425cf9b0aa44202397bf345383eee95e564de1427581cc3cb0095ea37912b64a40c65e1ca55383bac9a27ddce4ef63f4adbd
26
27 diff --git a/dev-python/libcloud/libcloud-0.14.1.ebuild b/dev-python/libcloud/libcloud-0.14.1.ebuild
28 deleted file mode 100644
29 index cbc2b9028df..00000000000
30 --- a/dev-python/libcloud/libcloud-0.14.1.ebuild
31 +++ /dev/null
32 @@ -1,49 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -# py3 dropped due to failing tests once lockfile installed
39 -PYTHON_COMPAT=( python2_7 pypy )
40 -PYTHON_REQ_USE="ssl(+)"
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Unified Interface to the Cloud - python support libs"
45 -HOMEPAGE="http://libcloud.apache.org/index.html"
46 -SRC_URI="mirror://apache/${PN}/apache-${P}.tar.bz2"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="examples test"
52 -
53 -RDEPEND=""
54 -DEPEND="test? (
55 - dev-python/mock[${PYTHON_USEDEP}]
56 - dev-python/lockfile[${PYTHON_USEDEP}]
57 - )"
58 -
59 -S="${WORKDIR}/apache-${P}"
60 -
61 -python_prepare_all() {
62 - if use examples; then
63 - mkdir examples
64 - mv example_*.py examples || die
65 - fi
66 - distutils-r1_python_prepare_all
67 -}
68 -
69 -src_test() {
70 - cp libcloud/test/secrets.py-dist libcloud/test/secrets.py || die
71 - distutils-r1_src_test
72 -}
73 -
74 -python_test() {
75 - esetup.py test
76 -}
77 -
78 -python_install_all() {
79 - use examples && local EXAMPLES=( examples/. )
80 - distutils-r1_python_install_all
81 -}
82
83 diff --git a/dev-python/libcloud/libcloud-0.15.0.ebuild b/dev-python/libcloud/libcloud-0.15.0.ebuild
84 deleted file mode 100644
85 index abe7c007e4a..00000000000
86 --- a/dev-python/libcloud/libcloud-0.15.0.ebuild
87 +++ /dev/null
88 @@ -1,50 +0,0 @@
89 -# Copyright 1999-2015 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=5
93 -
94 -# py3 dropped due to failing tests once lockfile installed
95 -PYTHON_COMPAT=( python2_7 pypy )
96 -PYTHON_REQ_USE="ssl(+)"
97 -
98 -inherit distutils-r1
99 -
100 -DESCRIPTION="Unified Interface to the Cloud - python support libs"
101 -HOMEPAGE="http://libcloud.apache.org/index.html"
102 -SRC_URI="mirror://apache/${PN}/apache-${P}.tar.bz2"
103 -
104 -LICENSE="Apache-2.0"
105 -SLOT="0"
106 -KEYWORDS="~amd64 ~x86"
107 -IUSE="examples test"
108 -
109 -RDEPEND=""
110 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
111 - test? (
112 - dev-python/mock[${PYTHON_USEDEP}]
113 - dev-python/lockfile[${PYTHON_USEDEP}]
114 - )"
115 -
116 -S="${WORKDIR}/apache-${P}"
117 -
118 -python_prepare_all() {
119 - if use examples; then
120 - mkdir examples
121 - mv example_*.py examples || die
122 - fi
123 - distutils-r1_python_prepare_all
124 -}
125 -
126 -src_test() {
127 - cp libcloud/test/secrets.py-dist libcloud/test/secrets.py || die
128 - distutils-r1_src_test
129 -}
130 -
131 -python_test() {
132 - esetup.py test
133 -}
134 -
135 -python_install_all() {
136 - use examples && local EXAMPLES=( examples/. )
137 - distutils-r1_python_install_all
138 -}
139
140 diff --git a/dev-python/libcloud/libcloud-0.17.0.ebuild b/dev-python/libcloud/libcloud-0.17.0.ebuild
141 deleted file mode 100644
142 index 32c93860336..00000000000
143 --- a/dev-python/libcloud/libcloud-0.17.0.ebuild
144 +++ /dev/null
145 @@ -1,51 +0,0 @@
146 -# Copyright 1999-2015 Gentoo Foundation
147 -# Distributed under the terms of the GNU General Public License v2
148 -
149 -EAPI=5
150 -
151 -# py3 dropped due to failing tests once lockfile installed
152 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
153 -PYTHON_REQ_USE="ssl(+)"
154 -
155 -inherit distutils-r1
156 -
157 -DESCRIPTION="Unified Interface to the Cloud - python support libs"
158 -HOMEPAGE="http://libcloud.apache.org/index.html"
159 -SRC_URI="mirror://apache/${PN}/apache-${P}.tar.bz2"
160 -
161 -LICENSE="Apache-2.0"
162 -SLOT="0"
163 -KEYWORDS="~amd64 ~x86"
164 -IUSE="examples test"
165 -
166 -RDEPEND=""
167 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
168 - test? (
169 - dev-python/mock[${PYTHON_USEDEP}]
170 - dev-python/lockfile[${PYTHON_USEDEP}]
171 - $(python_gen_cond_dep 'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' python{2_7,3_4} pypy)
172 - )"
173 -
174 -S="${WORKDIR}/apache-${P}"
175 -
176 -python_prepare_all() {
177 - if use examples; then
178 - mkdir examples
179 - mv example_*.py examples || die
180 - fi
181 - distutils-r1_python_prepare_all
182 -}
183 -
184 -src_test() {
185 - cp libcloud/test/secrets.py-dist libcloud/test/secrets.py || die
186 - distutils-r1_src_test
187 -}
188 -
189 -python_test() {
190 - esetup.py test
191 -}
192 -
193 -python_install_all() {
194 - use examples && local EXAMPLES=( examples/. )
195 - distutils-r1_python_install_all
196 -}