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: Tue, 08 May 2018 16:55:51
Message-Id: 1525798530.b1eaf5d3adfaa338794fe4eebbc49a40a47a2ccb.prometheanfire@gentoo
1 commit: b1eaf5d3adfaa338794fe4eebbc49a40a47a2ccb
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 8 16:38:59 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue May 8 16:55:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1eaf5d3
7
8 dev-python/oslo-concurrency: 3.25.1 bup
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 dev-python/oslo-concurrency/Manifest | 1 +
13 .../oslo-concurrency-3.25.1.ebuild | 56 ++++++++++++++++++++++
14 2 files changed, 57 insertions(+)
15
16 diff --git a/dev-python/oslo-concurrency/Manifest b/dev-python/oslo-concurrency/Manifest
17 index 3fb2baa590e..a1bd5f5237a 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.21.1.tar.gz 48866 BLAKE2B b621548173e30e7a7f3683d1f5ef3821574e780d1df99c91d8bb77d4e3d3280da395066be7c9ec95b3d3e640da694aae81943e126c8c4e6cd5f18c2db99efba6 SHA512 6d165ebf952b29d96d2d1a8b938b2ef4746c77b99a62ca596ee93e6fb6d919f183eede380763b6167cb7d372e03803556715523b7a63ad1dbadff4eede7c0bcd
22 DIST oslo.concurrency-3.25.0.tar.gz 48736 BLAKE2B fe8506599d175d22c44fd52bb2c4e5f238687ba7eeb926d3f042be14e6ef8cecb3c13b010c1540c835d9bc7e587560ea391ea00b99f05553d6bfd46d2bbe3d9c SHA512 0273112cdc0a1de45ec231b672f2ed8f8fe5842dea756bc062a18247036b2fdbfbce392f3edbfbb871a2bda94412f6c82f3a634fd98a77c1df5a243babcbd4de
23 +DIST oslo.concurrency-3.25.1.tar.gz 49218 BLAKE2B 95fccb051ef782a0b6cd01801e9b44272a8b04ca52fd0f00f91a2aa3514885c302a3f251885f59c32303708c91331f3f59ee06ebdce4751d013559a0e7d19b16 SHA512 5c306e742c652d66209a3218ccdc1d1f957ec6fde0b0bcb9411a71e470e8c0402c4cc1a40a05094ce591942ed16b8e0a7b456d60a64e0299ef32a257b37c8388
24
25 diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.25.1.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-3.25.1.ebuild
26 new file mode 100644
27 index 00000000000..535a45b3c7a
28 --- /dev/null
29 +++ b/dev-python/oslo-concurrency/oslo-concurrency-3.25.1.ebuild
30 @@ -0,0 +1,56 @@
31 +# Copyright 1999-2018 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.org/project/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-2.0.0[${PYTHON_USEDEP}]
50 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
51 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
52 + ${CDEPEND}
53 + test? (
54 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
55 + >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
56 + !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
57 + virtual/python-futures[${PYTHON_USEDEP}]
58 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
59 + >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
60 + !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
61 + >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
62 + >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
63 + >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
64 + !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
65 + <dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
66 + >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
67 + )"
68 +RDEPEND="
69 + ${CDEPEND}
70 + virtual/python-enum34[${PYTHON_USEDEP}]
71 + >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
72 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
73 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
74 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
75 + >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
76 +"
77 +
78 +python_prepare_all() {
79 + sed -i '/^futures/d' test-requirements.txt || die
80 + sed -i '/^hacking/d' test-requirements.txt || die
81 + distutils-r1_python_prepare_all
82 +}
83 +
84 +python_test() {
85 + nosetests ${PN/-/_}/tests/ || die "test failed under ${EPYTHON}"
86 +}