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/keystoneauth/
Date: Tue, 29 Mar 2016 18:31:57
Message-Id: 1459275952.1f8cb0370cc9d738d4bc0ee76003c48af1c299d3.prometheanfire@gentoo
1 commit: 1f8cb0370cc9d738d4bc0ee76003c48af1c299d3
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 29 18:25:52 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 18:25:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8cb037
7
8 dev-python/keystoneauth: remove old
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/keystoneauth/Manifest | 1 -
13 dev-python/keystoneauth/keystoneauth-2.3.0.ebuild | 29 -----------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
17 index e1ffdcc..473cd00 100644
18 --- a/dev-python/keystoneauth/Manifest
19 +++ b/dev-python/keystoneauth/Manifest
20 @@ -1,2 +1 @@
21 -DIST keystoneauth1-2.3.0.tar.gz 149266 SHA256 27262621a8e74fe296f3c23a4b43dc9c1422670e89568626eb511163cb1c567c SHA512 e41a84e46247abf54073d8aa978d5e0db8341bff6507d9cb7079230381e10ccd7f72f5478849c37d8e914b520392762270bf0495d0945e7a7b3e5cd72fdced34 WHIRLPOOL 41fe83b35055975ad4ff99a387e30aa512ea071856034ace7804b3ea6f7c9378f4b2268b9df023e92ccea92807b47bdfafffef9e964336acca36599c288654d2
22 DIST keystoneauth1-2.4.0.tar.gz 151550 SHA256 4d7fda675f47cab4456f0a4bae91899b37f38d540a6f0972a93935c75df8cb53 SHA512 69614a96cddfa6652ba5ca0abcd44305be605c1b1359a62aadc8e5315a9ddb3442eef677688e8646feaab0d184d4a9c96071effb1b2b9044b7362c1727868ab6 WHIRLPOOL 91994ee1639e5f8da3a85560a53b61fa71ed8653d11ff897b05d06c7c3fb06b38803e0488fdbc9d8b953284f2b2a2fd7c6136a38f1aa3b4e669fb5daf044c69d
23
24 diff --git a/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild b/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild
25 deleted file mode 100644
26 index fa1557e..0000000
27 --- a/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="This package contains tools for authenticating to an OpenStack-based cloud."
40 -HOMEPAGE="https://github.com/openstack/keystoneauth"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
42 -S="${WORKDIR}/${PN}1-${PV}"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm64 ~x86"
47 -IUSE=""
48 -
49 -CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51 - ${CDEPEND}"
52 -RDEPEND="${CDEPEND}
53 - >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
54 - >=dev-python/positional-1.0.1[${PYTHON_USEDEP}]
55 - >=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
56 - !~dev-python/requests-2.9.0[${PYTHON_USEDEP}]
57 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
58 - >=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]"