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: metadata.xml oslo-concurrency-1.8.0.ebuild ChangeLog
Date: Thu, 30 Apr 2015 16:49:10
Message-Id: 20150430164859.705B5998@oystercatcher.gentoo.org
1 prometheanfire 15/04/30 16:48:59
2
3 Added: metadata.xml oslo-concurrency-1.8.0.ebuild
4 ChangeLog
5 Log:
6 adding for kilo
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
9
10 Revision Changes Path
11 1.1 dev-python/oslo-concurrency/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>python</herd>
22 <maintainer>
23 <email>prometheanfire@g.o</email>
24 <name>Matthew Thode</name>
25 </maintainer>
26 <longdescription lang="en">
27 Oslo concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes.
28 </longdescription>
29 </pkgmetadata>
30
31
32
33
34 1.1 dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild?rev=1.1&content-type=text/plain
38
39 Index: oslo-concurrency-1.8.0.ebuild
40 ===================================================================
41 # Copyright 1999-2015 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v 1.1 2015/04/30 16:48:59 prometheanfire Exp $
44
45 EAPI=5
46 PYTHON_COMPAT=( python2_7 )
47
48 inherit distutils-r1
49
50 DESCRIPTION="library for running multi-thread, multi-process applications"
51 HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency"
52 SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
53 S="${WORKDIR}/oslo.concurrency-${PV}"
54
55 LICENSE="Apache-2.0"
56 SLOT="0"
57 KEYWORDS="~amd64 ~x86"
58 IUSE="test"
59
60 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
61 >=dev-python/pbr-0.8[${PYTHON_USEDEP}]
62 <dev-python/pbr-1.0[${PYTHON_USEDEP}]
63 test? (
64 >=dev-python/hacking-0.10[${PYTHON_USEDEP}]
65 <dev-python/hacking-0.11[${PYTHON_USEDEP}]
66 >=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}]
67 >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
68 >=dev-python/futures-2.1.6[${PYTHON_USEDEP}]
69 >=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
70 >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
71 !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
72 <dev-python/sphinx-1.3.0[${PYTHON_USEDEP}]
73 >=dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
74 )"
75 RDEPEND="
76 >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
77 >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
78 >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
79 >=dev-python/oslo-config-1.9.0[${PYTHON_USEDEP}]
80 >=dev-python/oslo-i18n-1.3.0[${PYTHON_USEDEP}]
81 >=dev-python/oslo-utils-1.2.0[${PYTHON_USEDEP}]
82 dev-python/posix_ipc[${PYTHON_USEDEP}]
83 >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
84 >=dev-python/retrying-1.2.3[${PYTHON_USEDEP}]
85 !~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
86 "
87
88 # This time half the doc files are missing; Do you want them?
89
90 python_test() {
91 nosetests tests/ || die "test failed under ${EPYTHON}"
92 }
93
94
95
96 1.1 dev-python/oslo-concurrency/ChangeLog
97
98 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.1&view=markup
99 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.1&content-type=text/plain
100
101 Index: ChangeLog
102 ===================================================================
103 # ChangeLog for dev-python/oslo-concurrency
104 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
105 # $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.1 2015/04/30 16:48:59 prometheanfire Exp $
106
107 *oslo-concurrency-1.8.0 (30 Apr 2015)
108
109 30 Apr 2015; Matthew Thode <prometheanfire@g.o> +metadata.xml,
110 +oslo-concurrency-1.8.0.ebuild:
111 adding for kilo