Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/
Date: Mon, 28 Aug 2017 02:11:46
Message-Id: 1503886262.7d8636d0cf1176171d2ce502ea3f187b81f5d86b.prometheanfire@gentoo
1 commit: 7d8636d0cf1176171d2ce502ea3f187b81f5d86b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 01:56:03 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 02:11:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d8636d0
7
8 dev-python/oslo-concurrency: 3.18.1 bup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/oslo-concurrency/Manifest | 1 +
13 .../oslo-concurrency-3.18.1.ebuild | 52 ++++++++++++++++++++++
14 2 files changed, 53 insertions(+)
15
16 diff --git a/dev-python/oslo-concurrency/Manifest b/dev-python/oslo-concurrency/Manifest
17 index be0b153ed53..43f59dc5288 100644
18 --- a/dev-python/oslo-concurrency/Manifest
19 +++ b/dev-python/oslo-concurrency/Manifest
20 @@ -1,2 +1,3 @@
21 DIST oslo.concurrency-3.18.0.tar.gz 46670 SHA256 49d56f2250e167ee03e3a4255d7b6086f93badd2a826e36d60324b91798c3980 SHA512 ce934910eb33d00bbe0dbb0e022df6ebf69ba7e53ebe3fccb0f0025d9f1dd8a75b1e7547f67168e226d6fde80d953c12e7bae33559e75002a7b1b9040a8d8ce4 WHIRLPOOL 8f93f4d1f418d3b40322f6c576ea48d6cc0d45f1fb1ab6a3479c15b6533b125d58fe97b837f64a23ebd9fe8165292c96da00b38834d662690fa1ea5750a54a2f
22 +DIST oslo.concurrency-3.18.1.tar.gz 47274 SHA256 4314695cf2d0359a488b2f862afcb4262f11c83c9a826f36ac962b85f954ea8c SHA512 bb8eb61fea5995313fb2844fcf3c80ce15cebeb266ea50530569c33d404e75958b7e51a0d11b3cae67d0ccb2738fa8789a902fbcd8d7911283305ac4d4930476 WHIRLPOOL 0e2f1fea00f4671f7d09e128d0ce4a4239a8643426ce184e6bd3820468ab1f3a5a32a9b6b521e990ed92099a10aa7890ea8c8c167f6140d9bf0b2b702e8d3556
23 DIST oslo.concurrency-3.21.0.tar.gz 47353 SHA256 732e53c37d349a97ea70bd4f31336de26de316453d956210e5cb0015cbc51abb SHA512 98215419ec7864b090fc7b99136d9b719066f626cf336cd011a25126dc75b510f6a6b8ba74e842d7768da01363191abbb41cc80570955e91760fba579407ca30 WHIRLPOOL c8a0343c3bdce498e231dd76d628ebfd5e18aad2c246896c09da300d1c8f72d60ba249e98ccd42176abe09bf1e62d5c8d85489e4b7885da3c49a98ad18bdda1e
24
25 diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.18.1.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-3.18.1.ebuild
26 new file mode 100644
27 index 00000000000..42221ed526b
28 --- /dev/null
29 +++ b/dev-python/oslo-concurrency/oslo-concurrency-3.18.1.ebuild
30 @@ -0,0 +1,52 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="library for running multi-thread, multi-process applications"
40 +HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency"
41 +SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
42 +S="${WORKDIR}/oslo.concurrency-${PV}"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm64 ~x86"
47 +IUSE="test"
48 +
49 +CDPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
50 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51 + ${CDEPEND}
52 + test? (
53 + >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
54 + >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
55 + virtual/python-futures[${PYTHON_USEDEP}]
56 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
57 + >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
58 + >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
59 + <dev-python/sphinx-1.4[${PYTHON_USEDEP}]
60 + >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
61 + >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
62 + )"
63 +RDEPEND="
64 + ${CDEPEND}
65 + virtual/python-enum34[${PYTHON_USEDEP}]
66 + >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
67 + !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}]
68 + >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
69 + >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
70 + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
71 + >=dev-python/fasteners-0.7[${PYTHON_USEDEP}]
72 +"
73 +
74 +python_prepare_all() {
75 + sed -i '/^futures/d' test-requirements.txt || die
76 + sed -i '/^hacking/d' test-requirements.txt || die
77 + distutils-r1_python_prepare_all
78 +}
79 +
80 +python_test() {
81 + nosetests ${PN/-/_}/tests/ || die "test failed under ${EPYTHON}"
82 +}