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/oslo-concurrency: oslo-concurrency-1.8.1.ebuild ChangeLog
Date: Wed, 08 Jul 2015 02:44:41
Message-Id: 20150708024436.199CB751@oystercatcher.gentoo.org
1 prometheanfire 15/07/08 02:44:36
2
3 Modified: ChangeLog
4 Added: oslo-concurrency-1.8.1.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.6 dev-python/oslo-concurrency/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 7 Jul 2015 15:58:49 -0000 1.5
24 +++ ChangeLog 8 Jul 2015 02:44:36 -0000 1.6
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/oslo-concurrency
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.5 2015/07/07 15:58:49 zlogene Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.6 2015/07/08 02:44:36 prometheanfire Exp $
30 +
31 +*oslo-concurrency-1.8.1 (08 Jul 2015)
32 +
33 + 08 Jul 2015; Matthew Thode <prometheanfire@g.o>
34 + +oslo-concurrency-1.8.1.ebuild:
35 + bup
36
37 07 Jul 2015; Mikle Kolyada <zlogene@g.o> oslo-concurrency-1.8.0.ebuild:
38 amd64 stable wrt bug #554114
39
40
41
42 1.1 dev-python/oslo-concurrency/oslo-concurrency-1.8.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: oslo-concurrency-1.8.1.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/oslo-concurrency/oslo-concurrency-1.8.1.ebuild,v 1.1 2015/07/08 02:44:36 prometheanfire Exp $
52
53 EAPI=5
54 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
55
56 inherit distutils-r1
57
58 DESCRIPTION="library for running multi-thread, multi-process applications"
59 HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency"
60 SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
61 S="${WORKDIR}/oslo.concurrency-${PV}"
62
63 LICENSE="Apache-2.0"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="test"
67
68 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
69 >=dev-python/pbr-0.8[${PYTHON_USEDEP}]
70 <dev-python/pbr-1.0[${PYTHON_USEDEP}]
71 test? (
72 >=dev-python/hacking-0.10[${PYTHON_USEDEP}]
73 <dev-python/hacking-0.11[${PYTHON_USEDEP}]
74 >=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
75 <dev-python/oslotest-1.6.0[${PYTHON_USEDEP}]
76 >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
77 virtual/python-futures[${PYTHON_USEDEP}]
78 >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
79 <dev-python/oslo-sphinx-2.6.0[${PYTHON_USEDEP}]
80 >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
81 !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
82 <dev-python/sphinx-1.3.0[${PYTHON_USEDEP}]
83 >=dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
84 !~dev-python/eventlet-0.17.0[${PYTHON_USEDEP}]
85 )"
86 RDEPEND="
87 >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
88 >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
89 >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
90 >=dev-python/oslo-config-1.9.3[${PYTHON_USEDEP}]
91 <dev-python/oslo-config-1.10.0[${PYTHON_USEDEP}]
92 >=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
93 <dev-python/oslo-i18n-1.6.0[${PYTHON_USEDEP}]
94 >=dev-python/oslo-utils-1.4.0[${PYTHON_USEDEP}]
95 <dev-python/oslo-utils-1.5.0[${PYTHON_USEDEP}]
96 dev-python/posix_ipc[${PYTHON_USEDEP}]
97 >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
98 >=dev-python/retrying-1.2.3[${PYTHON_USEDEP}]
99 !~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
100 "
101
102 python_prepare_all() {
103 sed -i '/futures/d' test-requirements.txt || die
104 distutils-r1_python_prepare_all
105 }
106
107 python_test() {
108 nosetests tests/ || die "test failed under ${EPYTHON}"
109 }