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.2.4-r1.ebuild ChangeLog python-keystoneclient-0.2.4.ebuild
Date: Fri, 31 May 2013 15:08:29
Message-Id: 20130531150822.20D402171D@flycatcher.gentoo.org
1 prometheanfire 13/05/31 15:08:22
2
3 Modified: ChangeLog
4 Added: python-keystoneclient-0.2.4-r1.ebuild
5 Removed: python-keystoneclient-0.2.4.ebuild
6 Log:
7 fixing deps in python-keystoneclient
8
9 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
10
11 Revision Changes Path
12 1.11 dev-python/python-keystoneclient/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.11&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.11&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?r1=1.10&r2=1.11
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v
21 retrieving revision 1.10
22 retrieving revision 1.11
23 diff -u -r1.10 -r1.11
24 --- ChangeLog 29 May 2013 15:40:04 -0000 1.10
25 +++ ChangeLog 31 May 2013 15:08:21 -0000 1.11
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/python-keystoneclient
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.10 2013/05/29 15:40:04 prometheanfire Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.11 2013/05/31 15:08:21 prometheanfire Exp $
31 +
32 +*python-keystoneclient-0.2.4-r1 (31 May 2013)
33 +
34 + 31 May 2013; Matthew Thode <prometheanfire@g.o>
35 + +python-keystoneclient-0.2.4-r1.ebuild, -python-keystoneclient-0.2.4.ebuild:
36 + fixing deps in python-keystoneclient
37
38 *python-keystoneclient-0.2.4 (29 May 2013)
39
40
41
42
43 1.1 dev-python/python-keystoneclient/python-keystoneclient-0.2.4-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.4-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.4-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: python-keystoneclient-0.2.4-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.4-r1.ebuild,v 1.1 2013/05/31 15:08:21 prometheanfire Exp $
53
54 EAPI=5
55 #restricted due to packages missing and bad depends in the test ==webob-1.0.8
56 RESTRICT="test"
57 #PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
58 PYTHON_COMPAT=( python2_7 )
59
60 inherit distutils-r1
61
62 DESCRIPTION="A client for the OpenStack Keystone API"
63 HOMEPAGE="https://github.com/openstack/python-keystoneclient"
64 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
65
66 LICENSE="Apache-2.0"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="test"
70
71 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
72 test? ( dev-python/Babel[${PYTHON_USEDEP}]
73 dev-python/coverage[${PYTHON_USEDEP}]
74 dev-python/fixtures[${PYTHON_USEDEP}]
75 dev-python/keyring[${PYTHON_USEDEP}]
76 dev-python/mock[${PYTHON_USEDEP}]
77 dev-python/mox[${PYTHON_USEDEP}]
78 dev-python/nose[${PYTHON_USEDEP}]
79 dev-python/nose-exclude[${PYTHON_USEDEP}]
80 dev-python/nosehtmloutput[${PYTHON_USEDEP}]
81 dev-python/openstack-nose-plugin[${PYTHON_USEDEP}]
82 =dev-python/pep8-1.4.5[${PYTHON_USEDEP}]
83 >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
84 >=dev-python/testtools-0.9.22[${PYTHON_USEDEP}]
85 dev-python/unittest2[${PYTHON_USEDEP}]
86 >=dev-python/webob-1.0.8[${PYTHON_USEDEP}] )"
87 RDEPEND=">=dev-python/d2to1-0.2.10[${PYTHON_USEDEP}]
88 >=dev-python/iso8601-0.1.4[${PYTHON_USEDEP}]
89 >=dev-python/oslo-config-1.1.0[${PYTHON_USEDEP}]
90 >=dev-python/pbr-0.5[${PYTHON_USEDEP}]
91 <dev-python/pbr-0.6[${PYTHON_USEDEP}]
92 >=dev-python/prettytable-0.6[${PYTHON_USEDEP}]
93 <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
94 >=dev-python/requests-0.8.8[${PYTHON_USEDEP}]
95 dev-python/simplejson[${PYTHON_USEDEP}]
96 dev-python/six[${PYTHON_USEDEP}]
97 virtual/python-argparse[${PYTHON_USEDEP}]"
98
99 PATCHES=(
100 )
101 # "${FILESDIR}/0.2.3-CVE-2013-2104.patch"
102
103 python_test() {
104 ${PYTHON} setup.py nosetests || die
105 }