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/openstacksdk/
Date: Mon, 27 Feb 2017 05:46:02
Message-Id: 1488174317.88a214be4179d179a827aca5ae15bc5ea933e2e7.prometheanfire@gentoo
1 commit: 88a214be4179d179a827aca5ae15bc5ea933e2e7
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 04:56:52 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 05:45:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a214be
7
8 dev-python/openstacksdk: bup
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/openstacksdk/Manifest | 1 +
13 dev-python/openstacksdk/openstacksdk-0.9.13.ebuild | 26 ++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/dev-python/openstacksdk/Manifest b/dev-python/openstacksdk/Manifest
17 index 246f8f6fd4..6c47acb4fa 100644
18 --- a/dev-python/openstacksdk/Manifest
19 +++ b/dev-python/openstacksdk/Manifest
20 @@ -1,2 +1,3 @@
21 DIST openstacksdk-0.8.2.tar.gz 209658 SHA256 9a5d29f0d4663d1215342d1174260be7f5fb16a6348b3b485550eb923b899696 SHA512 a752da6580910a382e2a0ac8329e39279140a56a80b6596138e810a40616b848d32fdb57925232290a6117a75eed86d2d7fb1d6dc608a9ed08669e9f7cce43ed WHIRLPOOL dadb64dc8562b711556839d6710bf67a649c068f93cf881642256f1b853d4747384472daaa9520bd6c14b70e440b21c660be495b605ff42ea668e5dbd15f2d38
22 +DIST openstacksdk-0.9.13.tar.gz 308168 SHA256 7fee2023e600f68eb3d33c7e03d2e54a3e36cc0e74c212fcc3c1a0b36a7f1041 SHA512 1f02b81f227f7f5836ab402a4433abd0a426e182b208a2369042986de3f2bc870749f4762d1d1d2227c10c74d003b6017cf0cfec86e9a05930839161babce077 WHIRLPOOL 9406033881306fee97e847edd5c7e603618a7d5bea365858ca26947b6f06f6ff06372066d57fd9c5775e95f94fcaafb5468dd461ddb10b527b4effa22e188bc1
23 DIST openstacksdk-0.9.5.tar.gz 264796 SHA256 620ed52b90a6e494b0732b63766264bede8c2fe2b4394fb1dd8d4c75a43ad4c6 SHA512 8aecfb9bbd7f950e40a25d3326d1b26436d92a7d556cb2e71fe02f127eaa96d14712e6805c83bd02109f8dec845bcb1d8857229916682bc7acd0d4a560203dfb WHIRLPOOL 1db2248ad334e8064a7ec4a3f9cd41a4f374de1b46ee82230b6723d7f6a08389c22400989952348a6a212dc39c8902d94833016f8f34464c3437773de7a13701
24
25 diff --git a/dev-python/openstacksdk/openstacksdk-0.9.13.ebuild b/dev-python/openstacksdk/openstacksdk-0.9.13.ebuild
26 new file mode 100644
27 index 0000000000..b38b7e26f5
28 --- /dev/null
29 +++ b/dev-python/openstacksdk/openstacksdk-0.9.13.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=6
36 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A collection of libraries for building applications to work with OpenStack."
41 +HOMEPAGE="https://github.com/openstack/python-openstacksdk"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm64 ~x86"
47 +IUSE=""
48 +
49 +CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
50 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51 + ${CDEPEND}"
52 +RDEPEND="${CDEPEND}
53 + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
54 + >=dev-python/stevedore-1.17.1[${PYTHON_USEDEP}]
55 + >=dev-python/os-client-config-1.22.0[${PYTHON_USEDEP}]
56 + >=dev-python/keystoneauth-2.18.0[${PYTHON_USEDEP}]"