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/keystoneauth/
Date: Tue, 25 Feb 2020 16:48:42
Message-Id: 1582649314.114f4fb6cc31481cb7d5496cc062e59ef7a47f28.prometheanfire@gentoo
1 commit: 114f4fb6cc31481cb7d5496cc062e59ef7a47f28
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 25 16:48:10 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 25 16:48:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114f4fb6
7
8 dev-python/keystoneauth: 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/keystoneauth/Manifest | 4 ----
14 dev-python/keystoneauth/keystoneauth-3.1.0.ebuild | 28 ----------------------
15 dev-python/keystoneauth/keystoneauth-3.10.0.ebuild | 28 ----------------------
16 dev-python/keystoneauth/keystoneauth-3.13.1.ebuild | 28 ----------------------
17 dev-python/keystoneauth/keystoneauth-3.4.0.ebuild | 27 ---------------------
18 5 files changed, 115 deletions(-)
19
20 diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
21 index 5757e30e68d..b0e466a16e1 100644
22 --- a/dev-python/keystoneauth/Manifest
23 +++ b/dev-python/keystoneauth/Manifest
24 @@ -1,5 +1 @@
25 -DIST keystoneauth1-3.1.0.tar.gz 217744 BLAKE2B 4e07c7f4dd6fc097c6838b2a18105656b16f8e45dd553d2908c55fa7aeb5c8dcd2968ca0c3954be0b66044880eec7c33fd9c42413a1ae6c93258a902666bb896 SHA512 3214e08cf449a0eff35eff0400542cbb9e46051095d7955593fec89c4ba31062677f434c70c40037db213fa0e0db15c66d1058e0eca35b1d214967f7fa3fcf14
26 -DIST keystoneauth1-3.10.0.tar.gz 242560 BLAKE2B 40569c8078ab851d93ba2e4ecf3a3c77ccc2a74bae2866a0993e03021fb475f644a6b04956be756f67754dac31cbc3b53d085a0de82f5c7613b2fb6e138be427 SHA512 ed4451f26f775ea5580766eb431d563bc5bbdde5df24e529c2f3c4517ccfbb9a657e5af535fa6176d905922fc3b6540b5dfb98ce1627efe91861fdc23da8eccd
27 -DIST keystoneauth1-3.13.1.tar.gz 246906 BLAKE2B 92877ef5a0ded692372521244c006f0a8ccbfc648c1ce058d8915189343d70278f529ced99f94ebabaefbb184490ea22546229c78f00e494011e5490886b057d SHA512 ee83652b67032cd04e88c8c4fcce708d113bccd17cb62843b4a03845ffcd40632a10613759946fbc684a80c2391e144dcf37aecb41eb151ebe83e08f9e08a536
28 DIST keystoneauth1-3.17.1.tar.gz 253985 BLAKE2B 4df40a5cb993d6bec3972152d7557c03b9283621f58f4c6d29b680eafabaa0ee4ec60dc52851738f22c6f3182339e6bb0554e6a4ce9ace30473a902b74a57b52 SHA512 ca2f5a46450ed9a772bfbf882ab23ac4f251b2209ad038190fca41af0626616ae4f607ae03fb837b1e7bd87c2c239dfae64bc122ffc8db551451d95353743016
29 -DIST keystoneauth1-3.4.0.tar.gz 227170 BLAKE2B 57f28ce5a36362f34fcfb2f456a19332df6851a4d372fe890286b4d48469ff69a3ad7281b55d4aa338f61d437f5e07908fc55210e2085a6d9a974cf0bf451c81 SHA512 aeaefb0e5b369e36e06adc1bada104dab2c2aed22bf96cc3e20a5dd4ce8ae10869eb73ce4802faef70f191c3bbd38e3b5c3dff3606c46956fb350c0875cb7a7d
30
31 diff --git a/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild b/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild
32 deleted file mode 100644
33 index c30d5bd027f..00000000000
34 --- a/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild
35 +++ /dev/null
36 @@ -1,28 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -PYTHON_COMPAT=( python3_6 )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="This package contains tools for authenticating to an OpenStack-based cloud."
46 -HOMEPAGE="https://github.com/openstack/keystoneauth"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
48 -S="${WORKDIR}/${PN}1-${PV}"
49 -
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -KEYWORDS="amd64 ~arm64 x86"
53 -IUSE=""
54 -
55 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
56 - !~dev-python/pbr-2.1.0"
57 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
58 - ${CDEPEND}"
59 -RDEPEND="${CDEPEND}
60 - >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
61 - >=dev-python/positional-1.1.1[${PYTHON_USEDEP}]
62 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
63 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
64 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]"
65
66 diff --git a/dev-python/keystoneauth/keystoneauth-3.10.0.ebuild b/dev-python/keystoneauth/keystoneauth-3.10.0.ebuild
67 deleted file mode 100644
68 index e16c23beab6..00000000000
69 --- a/dev-python/keystoneauth/keystoneauth-3.10.0.ebuild
70 +++ /dev/null
71 @@ -1,28 +0,0 @@
72 -# Copyright 1999-2020 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=6
76 -PYTHON_COMPAT=( python3_6 python3_7 )
77 -
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="This package contains tools for authenticating to an OpenStack-based cloud."
81 -HOMEPAGE="https://github.com/openstack/keystoneauth"
82 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
83 -S="${WORKDIR}/${PN}1-${PV}"
84 -
85 -LICENSE="Apache-2.0"
86 -SLOT="0"
87 -KEYWORDS="amd64 ~arm64 x86"
88 -IUSE=""
89 -
90 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
91 - !~dev-python/pbr-2.1.0"
92 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
93 - ${CDEPEND}"
94 -RDEPEND="${CDEPEND}
95 - >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
96 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
97 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
98 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
99 - >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"
100
101 diff --git a/dev-python/keystoneauth/keystoneauth-3.13.1.ebuild b/dev-python/keystoneauth/keystoneauth-3.13.1.ebuild
102 deleted file mode 100644
103 index 60b0dac745a..00000000000
104 --- a/dev-python/keystoneauth/keystoneauth-3.13.1.ebuild
105 +++ /dev/null
106 @@ -1,28 +0,0 @@
107 -# Copyright 1999-2020 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=7
111 -PYTHON_COMPAT=( python3_6 python3_7 )
112 -
113 -inherit distutils-r1
114 -
115 -DESCRIPTION="This package contains tools for authenticating to an OpenStack-based cloud."
116 -HOMEPAGE="https://github.com/openstack/keystoneauth"
117 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
118 -S="${WORKDIR}/${PN}1-${PV}"
119 -
120 -LICENSE="Apache-2.0"
121 -SLOT="0"
122 -KEYWORDS="amd64 ~arm64 x86"
123 -IUSE=""
124 -
125 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
126 - !~dev-python/pbr-2.1.0"
127 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
128 - ${CDEPEND}"
129 -RDEPEND="${CDEPEND}
130 - >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
131 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
132 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
133 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
134 - >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"
135
136 diff --git a/dev-python/keystoneauth/keystoneauth-3.4.0.ebuild b/dev-python/keystoneauth/keystoneauth-3.4.0.ebuild
137 deleted file mode 100644
138 index 70637cae17e..00000000000
139 --- a/dev-python/keystoneauth/keystoneauth-3.4.0.ebuild
140 +++ /dev/null
141 @@ -1,27 +0,0 @@
142 -# Copyright 1999-2020 Gentoo Authors
143 -# Distributed under the terms of the GNU General Public License v2
144 -
145 -EAPI=6
146 -PYTHON_COMPAT=( python3_6 )
147 -
148 -inherit distutils-r1
149 -
150 -DESCRIPTION="This package contains tools for authenticating to an OpenStack-based cloud."
151 -HOMEPAGE="https://github.com/openstack/keystoneauth"
152 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
153 -S="${WORKDIR}/${PN}1-${PV}"
154 -
155 -LICENSE="Apache-2.0"
156 -SLOT="0"
157 -KEYWORDS="amd64 ~arm64 x86"
158 -IUSE=""
159 -
160 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
161 - !~dev-python/pbr-2.1.0"
162 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
163 - ${CDEPEND}"
164 -RDEPEND="${CDEPEND}
165 - >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
166 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
167 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
168 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]"