Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-ceilometerclient: python-ceilometerclient-1.0.6-r1.ebuild ChangeLog
Date: Tue, 03 Dec 2013 15:00:41
Message-Id: 20131203150033.B132A2004B@flycatcher.gentoo.org
1 idella4 13/12/03 15:00:33
2
3 Modified: ChangeLog
4 Added: python-ceilometerclient-1.0.6-r1.ebuild
5 Log:
6 revbump; add IUSE test, test deps, test phase, thanks to Chicago for reporting
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.2 dev-python/python-ceilometerclient/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ceilometerclient/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ceilometerclient/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ceilometerclient/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ceilometerclient/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 23 Oct 2013 05:56:58 -0000 1.1
24 +++ ChangeLog 3 Dec 2013 15:00:33 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/python-ceilometerclient
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ceilometerclient/ChangeLog,v 1.1 2013/10/23 05:56:58 prometheanfire Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ceilometerclient/ChangeLog,v 1.2 2013/12/03 15:00:33 idella4 Exp $
30 +
31 +*python-ceilometerclient-1.0.6-r1 (03 Dec 2013)
32 +
33 + 03 Dec 2013; Ian Delaney <idella4@g.o>
34 + +python-ceilometerclient-1.0.6-r1.ebuild:
35 + revbump; add IUSE test, test deps, test phase, thanks to Chicago for reporting
36
37 *python-ceilometerclient-1.0.6 (23 Oct 2013)
38
39
40
41
42 1.1 dev-python/python-ceilometerclient/python-ceilometerclient-1.0.6-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ceilometerclient/python-ceilometerclient-1.0.6-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ceilometerclient/python-ceilometerclient-1.0.6-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: python-ceilometerclient-1.0.6-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-ceilometerclient/python-ceilometerclient-1.0.6-r1.ebuild,v 1.1 2013/12/03 15:00:33 idella4 Exp $
52
53 EAPI=5
54 PYTHON_COMPAT=( python2_7 )
55
56 inherit distutils-r1
57
58 DESCRIPTION="This is a client library for Ceilometer built on the Ceilometer API."
59 HOMEPAGE="https://github.com/openstack/python-ceilometerclient"
60 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
61
62 LICENSE="Apache-2.0"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="test"
66
67 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
68 >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
69 <dev-python/pbr-1.0[${PYTHON_USEDEP}]
70 test? ( =dev-python/pep8-1.4.5[${PYTHON_USEDEP}]
71 >=dev-python/pyflakes-0.7.2[${PYTHON_USEDEP}]
72 <dev-python/pyflakes-0.7.4[${PYTHON_USEDEP}]
73 =dev-python/flake8-2.0[${PYTHON_USEDEP}]
74 >=dev-python/hacking-0.5.6[${PYTHON_USEDEP}]
75 <dev-python/hacking-0.8[${PYTHON_USEDEP}]
76 >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
77 >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
78 >=dev-python/mock-1.0[${PYTHON_USEDEP}]
79 >=dev-python/mox-0.5.3[${PYTHON_USEDEP}]
80 dev-python/subunit[${PYTHON_USEDEP}]
81 >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
82 >=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}]
83 >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}]
84 )"
85 RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
86 dev-python/httplib2[${PYTHON_USEDEP}]
87 >=dev-python/iso8601-0.1.4[${PYTHON_USEDEP}]
88 >=dev-python/prettytable-0.6[${PYTHON_USEDEP}]
89 <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
90 >=dev-python/python-keystoneclient-0.3.2[${PYTHON_USEDEP}]"
91
92 python_test() {
93 testr init
94 testr run || die "tests failed under python2.7"
95 flake8 ceilometerclient/tests/ || die "run over tests folder by flake8 yielded error"
96 }