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: Sun, 10 Jul 2016 19:13:13
Message-Id: 1468177899.bd874bdbe2884566786d817a3d21728b50c94bc6.prometheanfire@gentoo
1 commit: bd874bdbe2884566786d817a3d21728b50c94bc6
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 10 19:11:39 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 10 19:11:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd874bdb
7
8 dev-python/oslo-concurrency: cleanup
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/oslo-concurrency/Manifest | 1 -
13 .../oslo-concurrency/oslo-concurrency-3.7.0.ebuild | 59 ----------------------
14 2 files changed, 60 deletions(-)
15
16 diff --git a/dev-python/oslo-concurrency/Manifest b/dev-python/oslo-concurrency/Manifest
17 index 7299289..a2da481 100644
18 --- a/dev-python/oslo-concurrency/Manifest
19 +++ b/dev-python/oslo-concurrency/Manifest
20 @@ -2,5 +2,4 @@ DIST oslo.concurrency-1.8.0.tar.gz 52531 SHA256 2070e04106d9d3bdffdd9729a1f0b62a
21 DIST oslo.concurrency-1.8.1.tar.gz 53044 SHA256 12c5339c9263c994feb5c59290f7fb0eab12d6b729284efd01dd324c95bdecbb SHA512 227c16dd6916bd48ec937520650196b80bbbdf3988e7d6095eecd1ded601e207f24f63598881276591403e3b7c6e85f9adcce5a8ca210f82cffc75eff2351422 WHIRLPOOL 48bf1ffd9b04d0c5f199a8a6ff2deec6e25557a5af680450d30441b715edf0fea986c6620fb9a0ab722b13ca5f4664d39450db5e23cc96a331ed65532abf7a5a
22 DIST oslo.concurrency-1.8.2.tar.gz 53278 SHA256 149f4c972916f14c14c97d7be7b92ba59497c1bbd09c114ee3681bef0773daca SHA512 b73b52cef9dca932b8d0b737bd544f0a6d138de701aa9d2309d6e7698af337e4aea5cbb47c78c2ebda14abc164b8cc2b40fee6c8e92a30ee674318f436cf3b94 WHIRLPOOL 1ad6cc6dc0d339b2bec4959539fdadfb0914b1677005e250b4e74da3be97310474d20514003b0c0f50a4c6dff021ac8efa25e1f9b4502f419ab9763117caa16e
23 DIST oslo.concurrency-2.5.0.tar.gz 35903 SHA256 279c7cca885f69cfb7b3b50d686cd3d7c8d50dfb8eb13aada01bf733ef5ccc45 SHA512 866c3b7ea938c2b1fed7a004a34398b99fd6b084ca3c709a8448464f4845445a16fc1a016ea30b391190625ac53bf6756509dfbee28c89000f689743622246e0 WHIRLPOOL 0067b6d3089d94c41491e5e208392bad7cd7eebb9d7ba9c5300b985cfbad924273c30ec575674ba2177fe4ba3b17fe2dcd709c778753b013989bfb285070aa2b
24 -DIST oslo.concurrency-3.7.0.tar.gz 39703 SHA256 30021612be662827b92cddbd522e922b038a88b2e071d3a7c489c89523f6ac32 SHA512 6be8b6e07278d53d076d382fed92ac5c79e957279791193aeee5023ce0beb466e76819ba0659178554994ae6af9968ce8a3d6159c5c03bb9f50222eeb6430c9f WHIRLPOOL cc196fd07c99c15fcc8747099273c4b8d38e4d785b0f58fa647035a748e3a71f9ff545249ca6e7dc66ca41d1e433d2ee40f1329f2a53fadb97db023be6c9cdb7
25 DIST oslo.concurrency-3.7.1.tar.gz 39914 SHA256 254a42d9f0a5f21e9d56e5fd5ca7c3e355ba22d06ea47f6eb094155242ccc0f6 SHA512 8146f22c06fd75202d0bae75a99e77a613675359cab1f6221ff68f89035b105cc6d96b6a1d8013c983a94166d826fbeaa4502fd307af9707d0a1462db678fb4f WHIRLPOOL 03c55b366199e0c7a2af895fe0ad3a769778be58382ee5a40ce1e0220f80bb6273b8615d7fc295f1e25111487772291597dfc8a54ebdbe44deff68ab94916923
26
27 diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.7.0.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-3.7.0.ebuild
28 deleted file mode 100644
29 index d617f76..0000000
30 --- a/dev-python/oslo-concurrency/oslo-concurrency-3.7.0.ebuild
31 +++ /dev/null
32 @@ -1,59 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="library for running multi-thread, multi-process applications"
43 -HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency"
44 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
45 -S="${WORKDIR}/oslo.concurrency-${PV}"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm64 x86"
50 -IUSE="test"
51 -
52 -CDPEND="
53 - >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
54 - <dev-python/pbr-2.0[${PYTHON_USEDEP}]"
55 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
56 - ${CDEPEND}
57 - test? (
58 - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
59 - >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
60 - virtual/python-futures[${PYTHON_USEDEP}]
61 - >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
63 - !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
64 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
65 - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
66 - <dev-python/sphinx-1.3.0[${PYTHON_USEDEP}]
67 - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
68 - )"
69 -RDEPEND="
70 - ${CDEPEND}
71 - >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
72 - virtual/python-enum34[${PYTHON_USEDEP}]
73 - >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
74 - >=dev-python/oslo-config-3.7.0[${PYTHON_USEDEP}]
75 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
76 - >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
77 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
78 - >=dev-python/fasteners-0.7[${PYTHON_USEDEP}]
79 - >=dev-python/retrying-1.2.3[${PYTHON_USEDEP}]
80 - !~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
81 -"
82 -
83 -python_prepare_all() {
84 - sed -i '/^futures/d' test-requirements.txt || die
85 - sed -i '/^hacking/d' test-requirements.txt || die
86 - distutils-r1_python_prepare_all
87 -}
88 -
89 -python_test() {
90 - nosetests tests/ || die "test failed under ${EPYTHON}"
91 -}