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/glance_store: glance_store-0.6.0.ebuild ChangeLog
Date: Sat, 30 May 2015 01:38:10
Message-Id: 20150530013807.22408A17@oystercatcher.gentoo.org
1 prometheanfire 15/05/30 01:38:07
2
3 Modified: ChangeLog
4 Added: glance_store-0.6.0.ebuild
5 Log:
6 bup
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
9
10 Revision Changes Path
11 1.4 dev-python/glance_store/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/glance_store/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/glance_store/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/glance_store/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/glance_store/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 12 May 2015 06:18:00 -0000 1.3
24 +++ ChangeLog 30 May 2015 01:38:07 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/glance_store
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/glance_store/ChangeLog,v 1.3 2015/05/12 06:18:00 prometheanfire Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/glance_store/ChangeLog,v 1.4 2015/05/30 01:38:07 prometheanfire Exp $
30 +
31 +*glance_store-0.6.0 (30 May 2015)
32 +
33 + 30 May 2015; Matthew Thode <prometheanfire@g.o>
34 + +glance_store-0.6.0.ebuild:
35 + bup
36
37 *glance_store-0.5.0 (12 May 2015)
38
39
40
41
42 1.1 dev-python/glance_store/glance_store-0.6.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/glance_store/glance_store-0.6.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/glance_store/glance_store-0.6.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: glance_store-0.6.0.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/glance_store/glance_store-0.6.0.ebuild,v 1.1 2015/05/30 01:38:07 prometheanfire Exp $
52
53 EAPI=5
54 PYTHON_COMPAT=( python2_7 )
55
56 inherit distutils-r1
57
58 DESCRIPTION="A connection pool for python-ldap"
59 HOMEPAGE="http://launchpad.net/oslo"
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=""
66
67 DEPEND="
68 dev-python/setuptools[${PYTHON_USEDEP}]
69 >=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]
70 <dev-python/pbr-1.0[${PYTHON_USEDEP}]
71 "
72 RDEPEND="
73 >=dev-python/oslo-config-1.11.0[${PYTHON_USEDEP}]
74 >=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
75 >=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}]
76 >=dev-python/oslo-utils-1.4.0[${PYTHON_USEDEP}]
77 >=dev-python/oslo-concurrency-1.8.0[${PYTHON_USEDEP}]
78 >=dev-python/stevedore-1.3.0[${PYTHON_USEDEP}]
79 dev-python/enum34[${PYTHON_USEDEP}]
80 >=dev-python/python-cinderclient-1.2.1[${PYTHON_USEDEP}]
81 >=dev-python/eventlet-0.17.3[${PYTHON_USEDEP}]
82 >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
83 >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
84 <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
85 "
86
87 python_prepare_all() {
88 sed -i '/ordereddict/d' requirements.txt
89 distutils-r1_python_prepare_all
90 }