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: Wed, 22 Nov 2017 02:00:46
Message-Id: 1511315994.5f84908db1f90334e586863c4f4b45df294e8eff.prometheanfire@gentoo
1 commit: 5f84908db1f90334e586863c4f4b45df294e8eff
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 22 01:40:11 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 22 01:59:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f84908d
7
8 dev-python/oslo-context: 2.17.1 bup
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 dev-python/oslo-context/Manifest | 1 +
13 dev-python/oslo-context/oslo-context-2.17.1.ebuild | 49 ++++++++++++++++++++++
14 2 files changed, 50 insertions(+)
15
16 diff --git a/dev-python/oslo-context/Manifest b/dev-python/oslo-context/Manifest
17 index 4b6fc777e84..91643b3213f 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.2.tar.gz 26860 SHA256 36decf5f8bd72a986d58c2e603c2e0d96d31da4283f2fbc145c6804113b86f64 SHA512 752d2e9744fbf94d23d6cc3205f3b4974d440bf71ab885de2feea3e706ed93b771b50df264c754cc8f6882f8526de0318cb3d1fc07a28a872f4b02e59118af98 WHIRLPOOL e54612a8fda6ee4a07ad603f54356f6bf5aa8bedcd11f9faaf88ff7f98ef79b0407dc50d9295b8131375fbc4916b5915096ce97a142a2c8c06eb9345749483e6
22 DIST oslo.context-2.17.0.tar.gz 27756 SHA256 e4c2080dd4767a843f8f3c287e24f89bc749ec7cac34fa6ec2b4de3b1bff9085 SHA512 158ccfb5517f2e4521d9be0b4864b2f6cc491f2dc00b479ea6314892b24b0293fe1e5e654d1503b73f992d011bf79c0b3c5b1f7b69dc7d32549a8327897957ae WHIRLPOOL e48de23e16422c34b229c74d1d0b789f5db6ed43c3c8ec0db43ebc1b3e8e4ecb1edc22df2ce23e5d83c8c5fd1e01dd228d6b40f7acf44947a234ad9663a4f3c2
23 +DIST oslo.context-2.17.1.tar.gz 27266 SHA256 43ac02fbb0bfd6bc967c3b24c8bac846ab33f3372fe9e1767419c8fcf57389f6 SHA512 f75d9cececaa095cab3b87b05ab0c4bf9f115b96ab7feb5607edd00a33440a4418692f4f6cf8a3dffbbc302758e734c4184f271e3860e65d9da95f0a97ae633f WHIRLPOOL 6df4387fe67c54375e7c1ce72defd8066c80ebb1b2cacd35f1d61a593ce4ed1a53bec2cd79f6c4cc4b7b4052d1e04de4a8a668e119363f3fe6c6de2f5eec22c8
24
25 diff --git a/dev-python/oslo-context/oslo-context-2.17.1.ebuild b/dev-python/oslo-context/oslo-context-2.17.1.ebuild
26 new file mode 100644
27 index 00000000000..aa47f5087ef
28 --- /dev/null
29 +++ b/dev-python/oslo-context/oslo-context-2.17.1.ebuild
30 @@ -0,0 +1,49 @@
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-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/fixtures-3.0.0[${PYTHON_USEDEP}]
55 + >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
56 + >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
57 + !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
58 + >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
59 + >=dev-python/openstackdocstheme-1.16.0[${PYTHON_USEDEP}]
60 + >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
61 + !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
62 + )"
63 +RDEPEND="
64 + ${CDEPEND}
65 + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
66 + >=dev-python/positional-1.1.1[${PYTHON_USEDEP}]
67 +"
68 +
69 +S="${WORKDIR}/oslo.context-${PV}"
70 +
71 +python_prepare_all() {
72 + sed -i '/^hacking/d' test-requirements.txt || die
73 + distutils-r1_python_prepare_all
74 +}
75 +
76 +# This time half the doc files are missing; Do you want them?
77 +python_test() {
78 + nosetests tests/ || die "test failed under ${EPYTHON}"
79 +}