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: Wed, 05 Feb 2020 16:24:53
Message-Id: 1580919863.1a13709d002afb62b5e3c8fdfbc9f1b2cb06dc26.mgorny@gentoo
1 commit: 1a13709d002afb62b5e3c8fdfbc9f1b2cb06dc26
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 16:11:12 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 16:24:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a13709d
7
8 dev-python/libcloud: Remove old (py2)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/libcloud/Manifest | 2 --
13 dev-python/libcloud/libcloud-0.15.1.ebuild | 51 ----------------------------
14 dev-python/libcloud/libcloud-1.5.0.ebuild | 54 ------------------------------
15 3 files changed, 107 deletions(-)
16
17 diff --git a/dev-python/libcloud/Manifest b/dev-python/libcloud/Manifest
18 index 3a6209a7565..40018b9779f 100644
19 --- a/dev-python/libcloud/Manifest
20 +++ b/dev-python/libcloud/Manifest
21 @@ -1,3 +1 @@
22 -DIST apache-libcloud-0.15.1.tar.bz2 570953 BLAKE2B 1baca706ac57d76baf4f83824ea0fccaccec51f38114a0103777e2965e67ad9cd96ad46459841ea702d72f8f0c3ce166037714d04f91c1f2369ddf6f455ffa63 SHA512 0cbc02c955cb91e135d73a5198ad216d0f91fa942b88dd1ffc1c46a487190f45500f003d2825cdb4f6c96c4ca7e5cf2681709769b0c2d8801b08e5a41b3d69b0
23 -DIST apache-libcloud-1.5.0.tar.bz2 1258553 BLAKE2B 9cad0f61ab8505deea99c15022da92caf24295480d16bedf9c735c1117a055c94162cdcb331734c572f375de3ba10b499d5ed46a5a11f1e634d272e69748ef79 SHA512 91c10d164f56c9f75c6e5633802c3cf31046ab7a3ae554b73310b1da2d882ac1f8e90aaf3462db57ac0949dfd66cb840ec8fc6e6b79c46128668f13183d47b30
24 DIST apache-libcloud-2.3.0.tar.bz2 1370556 BLAKE2B 14c6604d190d63f9049de2034b487cd7bb314add399339cac7a46dcbfea339497ede0d8058fd29dab43d53a45637fc5e60c71a5079fff6f45ed5023721eb68f2 SHA512 673c5b7b12f4510f2b43ea8199fab1e3f7ded62423d7d67301f5e3448c78750bc898c494a33d033844acf94bc292582371e9ac02ce1db6f4443a3966ef9fd0e8
25
26 diff --git a/dev-python/libcloud/libcloud-0.15.1.ebuild b/dev-python/libcloud/libcloud-0.15.1.ebuild
27 deleted file mode 100644
28 index 6011542de4d..00000000000
29 --- a/dev-python/libcloud/libcloud-0.15.1.ebuild
30 +++ /dev/null
31 @@ -1,51 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -# py3 dropped due to failing tests once lockfile installed
38 -PYTHON_COMPAT=( python2_7 )
39 -PYTHON_REQ_USE="ssl(+)"
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Unified Interface to the Cloud - python support libs"
44 -HOMEPAGE="http://libcloud.apache.org/index.html"
45 -SRC_URI="mirror://apache/${PN}/apache-${P}.tar.bz2"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE="examples test"
51 -RESTRICT="!test? ( test )"
52 -
53 -RDEPEND=""
54 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
55 - test? (
56 - dev-python/mock[${PYTHON_USEDEP}]
57 - dev-python/lockfile[${PYTHON_USEDEP}]
58 - )"
59 -
60 -S="${WORKDIR}/apache-${P}"
61 -
62 -python_prepare_all() {
63 - if use examples; then
64 - mkdir examples
65 - mv example_*.py examples || die
66 - fi
67 - distutils-r1_python_prepare_all
68 -}
69 -
70 -src_test() {
71 - cp libcloud/test/secrets.py-dist libcloud/test/secrets.py || die
72 - distutils-r1_src_test
73 -}
74 -
75 -python_test() {
76 - esetup.py test
77 -}
78 -
79 -python_install_all() {
80 - use examples && local EXAMPLES=( examples/. )
81 - distutils-r1_python_install_all
82 -}
83
84 diff --git a/dev-python/libcloud/libcloud-1.5.0.ebuild b/dev-python/libcloud/libcloud-1.5.0.ebuild
85 deleted file mode 100644
86 index f178e88a135..00000000000
87 --- a/dev-python/libcloud/libcloud-1.5.0.ebuild
88 +++ /dev/null
89 @@ -1,54 +0,0 @@
90 -# Copyright 1999-2020 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=5
94 -
95 -# py3 dropped due to failing tests once lockfile installed
96 -PYTHON_COMPAT=( python{2_7,3_6} )
97 -PYTHON_REQ_USE="ssl(+)"
98 -
99 -inherit distutils-r1
100 -
101 -DESCRIPTION="Unified Interface to the Cloud - python support libs"
102 -HOMEPAGE="https://libcloud.apache.org/"
103 -SRC_URI="mirror://apache/${PN}/apache-${P}.tar.bz2"
104 -
105 -LICENSE="Apache-2.0"
106 -SLOT="0"
107 -KEYWORDS="~amd64 ~x86"
108 -IUSE="examples test"
109 -
110 -RDEPEND=""
111 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
112 - test? (
113 - dev-python/mock[${PYTHON_USEDEP}]
114 - dev-python/lockfile[${PYTHON_USEDEP}]
115 - $(python_gen_cond_dep 'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' python2_7 pypy)
116 - )"
117 -
118 -# Known test failures
119 -RESTRICT="test"
120 -
121 -S="${WORKDIR}/apache-${P}"
122 -
123 -python_prepare_all() {
124 - if use examples; then
125 - mkdir examples
126 - mv example_*.py examples || die
127 - fi
128 - distutils-r1_python_prepare_all
129 -}
130 -
131 -src_test() {
132 - cp libcloud/test/secrets.py-dist libcloud/test/secrets.py || die
133 - distutils-r1_src_test
134 -}
135 -
136 -python_test() {
137 - esetup.py test
138 -}
139 -
140 -python_install_all() {
141 - use examples && local EXAMPLES=( examples/. )
142 - distutils-r1_python_install_all
143 -}