Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-ironicclient: metadata.xml python-ironicclient-0.5.1.ebuild Manifest ChangeLog
Date: Thu, 30 Jul 2015 00:29:14
Message-Id: 20150730002903.C1665112@oystercatcher.gentoo.org
1 prometheanfire 15/07/30 00:29:03
2
3 Added: metadata.xml python-ironicclient-0.5.1.ebuild
4 Manifest ChangeLog
5 Log:
6 adding for nova testing
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
9
10 Revision Changes Path
11 1.1 dev-python/python-ironicclient/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ironicclient/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ironicclient/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <maintainer>
22 <email>prometheanfire@g.o</email>
23 <name>Matthew Thode</name>
24 </maintainer>
25 <longdescription lang="en">
26 API bindings and client for the OpenStack bare metal provisioning service.
27 </longdescription>
28 </pkgmetadata>
29
30
31
32 1.1 dev-python/python-ironicclient/python-ironicclient-0.5.1.ebuild
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ironicclient/python-ironicclient-0.5.1.ebuild?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ironicclient/python-ironicclient-0.5.1.ebuild?rev=1.1&content-type=text/plain
36
37 Index: python-ironicclient-0.5.1.ebuild
38 ===================================================================
39 # Copyright 1999-2015 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-ironicclient/python-ironicclient-0.5.1.ebuild,v 1.1 2015/07/30 00:29:03 prometheanfire Exp $
42
43 EAPI=5
44 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
45
46 inherit distutils-r1
47
48 DESCRIPTION="Python bindings for the Ironic API"
49 HOMEPAGE="http://www.openstack.org/"
50 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51
52 LICENSE="Apache-2.0"
53 SLOT="0"
54 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
55 IUSE="test"
56
57 CDEPEND="
58 >=dev-python/pbr-0.8[${PYTHON_USEDEP}]
59 <dev-python/pbr-1.0[${PYTHON_USEDEP}]
60 "
61 CRDEPEND="
62 >=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
63 >=dev-python/httplib2-0.7.5[${PYTHON_USEDEP}]
64 >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
65 >=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
66 <dev-python/oslo-i18n-1.6.0[${PYTHON_USEDEP}]
67 >=dev-python/oslo-utils-1.4.0[${PYTHON_USEDEP}]
68 <dev-python/oslo-utils-1.5.0[${PYTHON_USEDEP}]
69 >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
70 <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
71 >=dev-python/python-keystoneclient-1.1.0[${PYTHON_USEDEP}]
72 >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
73 "
74 DEPEND="
75 dev-python/setuptools[${PYTHON_USEDEP}]
76 ${CDEPEND}
77 test? (
78 ${CRDEPEND}
79 >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
80 >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
81 >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
82 >=dev-python/hacking-0.10.0[${PYTHON_USEDEP}]
83 <dev-python/hacking-0.11[${PYTHON_USEDEP}]
84 >=dev-python/httpretty-0.8.4[${PYTHON_USEDEP}]
85 !~dev-python/httpretty-0.8.7[${PYTHON_USEDEP}]
86 !~dev-python/httpretty-0.8.8[${PYTHON_USEDEP}]
87 >=dev-python/mock-1.0[${PYTHON_USEDEP}]
88 >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
89 <dev-python/oslo-sphinx-2.6.0[${PYTHON_USEDEP}]
90 >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
91 >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
92 !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
93 <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
94 >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
95 >=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
96 !~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
97 )
98 "
99 RDEPEND="
100 ${CDEPEND}
101 ${CRDEPEND}
102 "
103
104 python_test() {
105 #rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
106
107 testr init || die "testr init failed under ${EPYTHON}"
108 testr run || die "testr run failed under ${EPYTHON}"
109 }
110
111
112
113 1.1 dev-python/python-ironicclient/Manifest
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ironicclient/Manifest?rev=1.1&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ironicclient/Manifest?rev=1.1&content-type=text/plain
117
118 Index: Manifest
119 ===================================================================
120 DIST python-ironicclient-0.5.1.tar.gz 85524 SHA256 91dca5039ca06d6dcd74a132a261db1d85ebf6dcdfb9d7cee4efff657f6729d6 SHA512 787052c79341f44df1520c1f94a59574cb2a6dd5ecbcd23c5ced6dcec75decb310f082fdc5dc6d0ac7c86a8007fcd72ebeb0c25ca940e4e4a4eb635b661c10b8 WHIRLPOOL 4e00b4733814ce415a5dbe551f48e0367f5fd18733c3ecb171b06321c4145330949df2627b51797a2c4f8eaf094379d58e7c329bd322925c752a46394e89cc2f
121 EBUILD python-ironicclient-0.5.1.ebuild 2379 SHA256 0bcb83e1652fcdbc657bd4babd429e76b8b0f491214a41720ca375ded3ca163c SHA512 118a257f813004fe50cad634637b616e9dc457507e0271c7fbea3734ddcc5c852f02ab9a56d01d1e9eca0ff392c87a784d8310ce28d106ab67a33a1b41221d0d WHIRLPOOL 211fb02189fe9aa35d4d3d229582b8db0b1dac58f762a4bfe813f22e4056959e6ac584bc4cae3b2a50ce04ccb72415c4fe8302b9e6cddc53f28fc4df22d6e4f7
122 MISC metadata.xml 366 SHA256 aec1d28540caae26a01bbeb23e1ad061c658620763df6b63c0442ef4547db839 SHA512 ed06c9d478774f41d8a647a22df4d927b5786f22e577cf29bd47aa1e99e2f37f3952a9c67a8e884f5636c7357f6ba81a01f703c9a443439b7fff4b7c33b89132 WHIRLPOOL 733441650e410389dacdd9bff9adda946315d9d1adae2f768c55367e67e45062b1edce750240b007ed6d4597c31406854e561c5ef8960b0366d1baa025794829
123
124
125
126 1.1 dev-python/python-ironicclient/ChangeLog
127
128 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ironicclient/ChangeLog?rev=1.1&view=markup
129 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ironicclient/ChangeLog?rev=1.1&content-type=text/plain
130
131 Index: ChangeLog
132 ===================================================================
133 # ChangeLog for dev-python/python-ironicclient
134 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
135 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-ironicclient/ChangeLog,v 1.1 2015/07/30 00:29:03 prometheanfire Exp $
136
137 *python-ironicclient-0.5.1 (30 Jul 2015)
138
139 30 Jul 2015; Matthew Thode <prometheanfire@g.o> +metadata.xml,
140 +python-ironicclient-0.5.1.ebuild:
141 adding for nova testing