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-glanceclient: python-glanceclient-0.13.1.ebuild ChangeLog
Date: Fri, 01 Aug 2014 04:51:24
Message-Id: 20140801045120.4DB242004E@flycatcher.gentoo.org
1 prometheanfire 14/08/01 04:51:20
2
3 Modified: ChangeLog
4 Added: python-glanceclient-0.13.1.ebuild
5 Log:
6 removing the old and jankey, adding the new hotness
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
9
10 Revision Changes Path
11 1.12 dev-python/python-glanceclient/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 6 Jul 2014 12:47:51 -0000 1.11
24 +++ ChangeLog 1 Aug 2014 04:51:20 -0000 1.12
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/python-glanceclient
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v 1.11 2014/07/06 12:47:51 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v 1.12 2014/08/01 04:51:20 prometheanfire Exp $
30 +
31 +*python-glanceclient-0.13.1 (01 Aug 2014)
32 +
33 + 01 Aug 2014; Matthew Thode <prometheanfire@g.o>
34 + +python-glanceclient-0.13.1.ebuild:
35 + removing the old and jankey, adding the new hotness
36
37 06 Jul 2014; Michał Górny <mgorny@g.o>
38 python-glanceclient-0.12.0.ebuild:
39
40
41
42 1.1 dev-python/python-glanceclient/python-glanceclient-0.13.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.13.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.13.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: python-glanceclient-0.13.1.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.13.1.ebuild,v 1.1 2014/08/01 04:51:20 prometheanfire Exp $
52
53 EAPI=5
54 PYTHON_COMPAT=( python2_7 )
55
56 inherit distutils-r1
57
58 DESCRIPTION="A client for the OpenStack Glance API"
59 HOMEPAGE="https://github.com/openstack/python-glanceclient"
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 ~amd64-linux ~x86-linux"
65 IUSE="doc test"
66 REQUIRED_USE="test? ( doc )"
67
68 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
69 test? (
70 >=dev-python/hacking-0.8.0[${PYTHON_USEDEP}]
71 <dev-python/hacking-0.9[${PYTHON_USEDEP}]
72 >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
73 >=dev-python/mox3-0.7.0[${PYTHON_USEDEP}]
74 >=dev-python/mock-1.0[${PYTHON_USEDEP}]
75 >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
76 >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
77 )
78 doc? (
79 >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
80 !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
81 <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
82 )
83 "
84 RDEPEND=">=dev-python/pbr-0.6[${PYTHON_USEDEP}]
85 !~dev-python/pbr-0.7[${PYTHON_USEDEP}]
86 <dev-python/pbr-1.0[${PYTHON_USEDEP}]
87 >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
88 >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
89 <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
90 >=dev-python/python-keystoneclient-0.9.0[${PYTHON_USEDEP}]
91 >=dev-python/pyopenssl-0.11[${PYTHON_USEDEP}]
92 >=dev-python/warlock-1.0.1[${PYTHON_USEDEP}]
93 <dev-python/warlock-2[${PYTHON_USEDEP}]
94 >=dev-python/six-1.7.0[${PYTHON_USEDEP}]"
95
96 python_prepare_all() {
97 sed -e 's:intersphinx_mapping:_&:' -i doc/source/conf.py || die
98 distutils-r1_python_prepare_all
99 }
100
101 python_compile_all() {
102 use doc && esetup.py build_sphinx
103 }
104
105 python_test() {
106 testr init
107 testr run || die "testsuite failed under python2.7"
108 flake8 tests && einfo "run flake8 over tests folder passed" || die
109 }
110
111 python_install_all() {
112 use doc && local HTML_DOCS=( doc/build/html/. )
113 distutils-r1_python_install_all
114 }