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-keystoneclient: python-keystoneclient-0.8.0.ebuild ChangeLog
Date: Sun, 27 Apr 2014 05:29:22
Message-Id: 20140427052918.5FC652004B@flycatcher.gentoo.org
1 prometheanfire 14/04/27 05:29:18
2
3 Modified: ChangeLog
4 Added: python-keystoneclient-0.8.0.ebuild
5 Log:
6 updating the clients
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.31 dev-python/python-keystoneclient/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.31&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.31&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?r1=1.30&r2=1.31
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v
20 retrieving revision 1.30
21 retrieving revision 1.31
22 diff -u -r1.30 -r1.31
23 --- ChangeLog 6 Apr 2014 05:33:20 -0000 1.30
24 +++ ChangeLog 27 Apr 2014 05:29:18 -0000 1.31
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/python-keystoneclient
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.30 2014/04/06 05:33:20 prometheanfire Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.31 2014/04/27 05:29:18 prometheanfire Exp $
30 +
31 +*python-keystoneclient-0.8.0 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Matthew Thode <prometheanfire@g.o>
34 + +python-keystoneclient-0.8.0.ebuild:
35 + updating the clients
36
37 06 Apr 2014; Matthew Thode <prometheanfire@g.o>
38 -python-keystoneclient-0.2.5.ebuild:
39
40
41
42 1.1 dev-python/python-keystoneclient/python-keystoneclient-0.8.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.8.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.8.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: python-keystoneclient-0.8.0.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-keystoneclient/python-keystoneclient-0.8.0.ebuild,v 1.1 2014/04/27 05:29:18 prometheanfire Exp $
52
53 EAPI=5
54 PYTHON_COMPAT=( python2_7 )
55
56 inherit distutils-r1
57
58 DESCRIPTION="A client for the OpenStack Keystone API"
59 HOMEPAGE="https://github.com/openstack/python-keystoneclient"
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 examples test"
66
67 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
68 >=dev-python/pbr-0.6[${PYTHON_USEDEP}]
69 !~dev-python/pbr-0.7[${PYTHON_USEDEP}]
70 <dev-python/pbr-1.0[${PYTHON_USEDEP}]
71 test? ( >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
72 >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
73 >=dev-python/hacking-0.8[${PYTHON_USEDEP}]
74 <dev-python/hacking-0.9[${PYTHON_USEDEP}]
75 >=dev-python/httpretty-0.8.0[${PYTHON_USEDEP}]
76 >=dev-python/keyring-2.1[${PYTHON_USEDEP}]
77 >=dev-python/mock-1.0[${PYTHON_USEDEP}]
78 >=dev-python/mox3-0.7.0[${PYTHON_USEDEP}]
79 >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
80 >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
81 <dev-python/sphinx-1.2[${PYTHON_USEDEP}]
82 >=dev-python/stevedore-0.14[${PYTHON_USEDEP}]
83 >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
84 >=dev-python/testresources-0.2.4[${PYTHON_USEDEP}]
85 >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
86 >=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
87 ) "
88
89 RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
90 >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
91 >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
92 >=dev-python/netaddr-0.7.6[${PYTHON_USEDEP}]
93 >=dev-python/oslo-config-1.2.0[${PYTHON_USEDEP}]
94 >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
95 <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
96 >=dev-python/requests-1.1[${PYTHON_USEDEP}]
97 >=dev-python/six-1.5.2[${PYTHON_USEDEP}]"
98
99 PATCHES=(
100 "${FILESDIR}"/sphinx_mapping.patch
101 )
102
103 python_compile_all() {
104 use doc && emake -C doc html
105 }
106
107 python_test() {
108 # https://bugs.launchpad.net/python-keystoneclient/+bug/1243528
109 testr init
110 testr run || die "testsuite failed under python2.7"
111 flake8 ${PN/python-/}/tests || die "run over tests folder by flake8 drew error"
112 }
113
114 python_install_all() {
115 use doc && local HTML_DOCS=( doc/build/html/. )
116 use examples && local EXAMPLES=( examples/.)
117 distutils-r1_python_install_all
118 }