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/pyrax/
Date: Wed, 02 Mar 2016 17:13:07
Message-Id: 1456938743.a778438a997abc6ea23fa236e39d0d33bcd22900.prometheanfire@gentoo
1 commit: a778438a997abc6ea23fa236e39d0d33bcd22900
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 17:12:23 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 17:12:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a778438a
7
8 dev-python/pyrax: bup
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/pyrax/Manifest | 1 +
13 dev-python/pyrax/pyrax-1.9.7.ebuild | 45 +++++++++++++++++++++++++++++++++++++
14 2 files changed, 46 insertions(+)
15
16 diff --git a/dev-python/pyrax/Manifest b/dev-python/pyrax/Manifest
17 index 8d0abb6..5f1e42a 100644
18 --- a/dev-python/pyrax/Manifest
19 +++ b/dev-python/pyrax/Manifest
20 @@ -1,3 +1,4 @@
21 DIST pyrax-1.9.2.tar.gz 311901 SHA256 1971dd941cc750815a0b51d3b0ed6a30cfa9f1dcc562bca808b0708b9ffed8ed SHA512 e095349c42709e5cc382f4d90de2711d6ac53b1d41dd34c3969ed4423f8c5534ff902d78cfae71f6cb7bb4200fd1ab66305ebf43ab03b0c928580b34c06bc1ef WHIRLPOOL eec8a1aa3f99f39f5a461e40e64b23854313ca4ae8a8ef76ab78e103ce4b62a07531f019246a459e65cf6b5a0f67d582f316af3f5ebbec9dbb307a2c589c5182
22 DIST pyrax-1.9.3.tar.gz 307959 SHA256 0a3026c67df7bb84720cf562eef0fb15ad67dce79b6fc5e8da46621489be26bb SHA512 8ffb641e46d2f9cda079f619303f92c65fd41cf2ad773c5e8da981257fe9d4aac94e9bc08fab53e3b0a9b63a661381ff7805cbfd34ddef3275cba2d69858aa69 WHIRLPOOL 9060febb5b9d90cea5b248acf73af162df7b4badd66462916fd7e63f875edacde046c83fced1f5f03e500a1ca9d9f74fd746927d1c42942a561d002caa316d3d
23 DIST pyrax-1.9.4.tar.gz 312608 SHA256 5cc27688cccd4137a4c53a69b6e0e877054a0bafec899f8170ccc0b58fbf95f3 SHA512 be84e558095a7f76998dd7909cfa5f1ef97a1d65a5a3fe168d70e3978a5974b4eb1592690aac7b0bd52b09faed79fca52006b17e5a22008850088a953d5bef72 WHIRLPOOL ae1c5ae01bbe704404e589a3a1bf1b12abc77817bbdf6e879301dd0716b1f84aa80903ec1d5b4035eacca81221680d8fd44cf0112081a5aff6f4abfbf5973b7d
24 +DIST pyrax-1.9.7.tar.gz 313170 SHA256 6f2e2bbe9d34541db66f5815ee2016a1366a78a5bf518810d4bd81b71a9bc477 SHA512 e83c5e79d49eb3095e8e196b4c9db419194131503d95737564e5a1e3e20f06aa4b53196111d8d326ac50041cd0c2590cefeb41d7d6d654112a85df867b7495f3 WHIRLPOOL a41c5d8ba30b72fd3b07fa43300a8123ed3be93bf4d70db9fd3df3ff90d9415c4dfe895ca2f89457a300f1a738e93b6cd1b0bd0f81edc4ee905bad003f05ec1d
25
26 diff --git a/dev-python/pyrax/pyrax-1.9.7.ebuild b/dev-python/pyrax/pyrax-1.9.7.ebuild
27 new file mode 100644
28 index 0000000..4459ff3
29 --- /dev/null
30 +++ b/dev-python/pyrax/pyrax-1.9.7.ebuild
31 @@ -0,0 +1,45 @@
32 +# Copyright 1999-2015 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +PYTHON_COMPAT=( python2_7 )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Python language bindings for OpenStack Clouds"
42 +HOMEPAGE="https://github.com/rackspace/pyrax"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE="examples test"
49 +
50 +CDEPEND="
51 + dev-python/keyring[${PYTHON_USEDEP}]
52 + dev-python/mock[${PYTHON_USEDEP}]
53 + >=dev-python/python-novaclient-2.13.0[${PYTHON_USEDEP}]
54 + dev-python/rackspace-novaclient[${PYTHON_USEDEP}]
55 + >=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
56 + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
57 +"
58 +DEPEND="
59 + dev-python/setuptools[${PYTHON_USEDEP}]
60 + test? (
61 + ${CDEPEND}
62 + dev-python/nose[${PYTHON_USEDEP}]
63 + dev-python/rax-scheduled-images-python-novaclient-ext[${PYTHON_USEDEP}]
64 + )
65 +"
66 +RDEPEND="${CDEPEND}"
67 +
68 +python_test() {
69 + nosetests tests/unit || die "Tests failed under ${EPYTHON}"
70 +}
71 +
72 +python_install_all() {
73 + use examples && local EXAMPLES=( samples/. )
74 +
75 + distutils-r1_python_install_all
76 +}