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-context/
Date: Mon, 27 Feb 2017 02:16:23
Message-Id: 1488161699.64c1ed5765f9edd240aafe13f8a0704b1e2b0b16.prometheanfire@gentoo
1 commit: 64c1ed5765f9edd240aafe13f8a0704b1e2b0b16
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 01:04:35 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 02:14:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c1ed57
7
8 dev-python/oslo-context: bup
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/oslo-context/Manifest | 1 +
13 dev-python/oslo-context/oslo-context-2.12.1.ebuild | 47 ++++++++++++++++++++++
14 2 files changed, 48 insertions(+)
15
16 diff --git a/dev-python/oslo-context/Manifest b/dev-python/oslo-context/Manifest
17 index 602d460dd8..ea9c6e898f 100644
18 --- a/dev-python/oslo-context/Manifest
19 +++ b/dev-python/oslo-context/Manifest
20 @@ -1,2 +1,3 @@
21 +DIST oslo.context-2.12.1.tar.gz 25879 SHA256 e257c5962928c564ad323a436703733662b39e45d4892d5aff3f290e89e95b94 SHA512 075f402786dfe0e153c0fe21f2a2a8a2099cc2451a6f891fef00e0fd460f9f39220d390c9ae7ba0515a3ad79a94a1b2288c65029aea8f5e7481f8fe181d877b4 WHIRLPOOL 9df270cd41bc2067dcbbba4312fd60682a4f2a5f461d61c80d4b5d5e19a4b1c691c08e8bd34d581e89e4998760f950cc7e8964d04a23c6188cf906892623c55b
22 DIST oslo.context-2.2.0.tar.gz 16981 SHA256 8c9fbbf56d3f37cf00a039cac3455cffeb6588f61537e36a36ce9447c4be72ec SHA512 f4ccb7a5e652a4820fb40e538a631c11be5f978de2219dc923e18559d30625a31e0ca031f095ce2e0545290cdfdeb714fcf086add6b5a7eb2413ebd1e7a25875 WHIRLPOOL a9a5685dd62105ddaee9c48fdc96231ea700ab8821e7e918920afc1bdf1f1a0e36aa1845c9665bf753fb56d95005f69d4927b12aac9712f41f43e2d89682beaf
23 DIST oslo.context-2.9.0.tar.gz 23049 SHA256 2682d59ebea3c61421bba98cd3f36dcef5416ad771b220856f14fb528ef81b39 SHA512 6aa062542953007d8cfaf05e231105865c35370a80c9b32a4faae266d07981e83ebe34790b0217d818e2bb40d82d0a7ef3ebf77c7008ce358f7b4e61f6a38ff8 WHIRLPOOL 7ab7cca5c1d5e260e5e97df7cc1a3136e6f96f8237251c3bed46ebc565a9706fcabaa8b138d14e61024d34f34e7be83da313c02e8eba502d68d9b9a1342e1cde
24
25 diff --git a/dev-python/oslo-context/oslo-context-2.12.1.ebuild b/dev-python/oslo-context/oslo-context-2.12.1.ebuild
26 new file mode 100644
27 index 0000000000..87096c9774
28 --- /dev/null
29 +++ b/dev-python/oslo-context/oslo-context-2.12.1.ebuild
30 @@ -0,0 +1,47 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +PYTHON_COMPAT=( python{2_7,3_{4,5}} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Helpers to maintain useful information about a request context"
41 +HOMEPAGE="https://pypi.python.org/pypi/oslo.context"
42 +SRC_URI="mirror://pypi/${PN:0:1}/oslo.context/oslo.context-${PV}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm64 ~x86"
47 +IUSE="test"
48 +
49 +CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
50 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51 + ${CDEPEND}
52 + test? (
53 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
54 + >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
55 + >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
56 + >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
57 + >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
58 + <dev-python/sphinx-1.4[${PYTHON_USEDEP}]
59 + >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
60 + )"
61 +RDEPEND="
62 + ${CDEPEND}
63 + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
64 + >=dev-python/positional-1.1.1[${PYTHON_USEDEP}]
65 +"
66 +
67 +S="${WORKDIR}/oslo.context-${PV}"
68 +
69 +python_prepare_all() {
70 + sed -i '/^hacking/d' test-requirements.txt || die
71 + distutils-r1_python_prepare_all
72 +}
73 +
74 +# This time half the doc files are missing; Do you want them?
75 +python_test() {
76 + nosetests tests/ || die "test failed under ${EPYTHON}"
77 +}