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-policy/
Date: Wed, 22 Nov 2017 02:00:44
Message-Id: 1511315987.aa3f4931ae770020e3b5b35058a825c556ee21b6.prometheanfire@gentoo
1 commit: aa3f4931ae770020e3b5b35058a825c556ee21b6
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 22 01:37:32 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 22 01:59:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3f4931
7
8 dev-python/oslo-policy: 1.25.2 bup
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 dev-python/oslo-policy/Manifest | 1 +
13 dev-python/oslo-policy/oslo-policy-1.25.2.ebuild | 44 ++++++++++++++++++++++++
14 2 files changed, 45 insertions(+)
15
16 diff --git a/dev-python/oslo-policy/Manifest b/dev-python/oslo-policy/Manifest
17 index 0a32c01647d..0c8783511fa 100644
18 --- a/dev-python/oslo-policy/Manifest
19 +++ b/dev-python/oslo-policy/Manifest
20 @@ -1,2 +1,3 @@
21 DIST oslo.policy-1.18.0.tar.gz 64504 SHA256 414e9a63b1976ad90b2c5ad0897f74bc269c3f5ce0c6c21448d23c4797cc76ff SHA512 e7d92d420a54da82988aaa481dc889fba1c954097895fa62fd232f2d129c9050541b6d2f63e59718420ee8b5a35039be4deb46a184fb1a1107b7239a58a299b8 WHIRLPOOL 797f287a57bfd957feb9f0d3845d790bdd73ac1e87ee774fb497286ce0c93aa9af442c0fe93c26afd80583570a6336dffad554c1e4e867acfbde4a3c3c78f2e1
22 DIST oslo.policy-1.25.1.tar.gz 73148 SHA256 29a2998bf21b4b74c8b744b69d6afe6f90ff3302a96ba35085024d0494c8f5b0 SHA512 fe320d3b745d1d0499e0ecdea6a6c148982ac7ea9da165474a01b992d6998913e9207d75ace0a387866d7ef8e9ee7d0737f16355ae2425b42b545c656d138d6a WHIRLPOOL 0211191eb46e743df41245294aa7e6210184e60521399dfef7742e0b0572a55f79c1551ab4142c1c9d855df774d8b5e5e688df7c6f8d0f353318cdc7b136cfbb
23 +DIST oslo.policy-1.25.2.tar.gz 72984 SHA256 701797500cca269215f1d8440f1294d46e41ca455a22740af21ff282aa43605f SHA512 8d66fe73d7b9d381c54997d980833e4e5d429a9ca28343adf777af20042694bf5dd878f9c1a9ed7168c075816e4b37263f9b520274bbdccbe0c6649b7cd7d213 WHIRLPOOL 436e14c5502aaf2bc966890f95cd849ae507bc6dd896a985760a318916fe88a54b81c3b4a637631931d665dff8b4ec0cef91f396bf047d72a618b9c7d6b13af6
24
25 diff --git a/dev-python/oslo-policy/oslo-policy-1.25.2.ebuild b/dev-python/oslo-policy/oslo-policy-1.25.2.ebuild
26 new file mode 100644
27 index 00000000000..cee01226d29
28 --- /dev/null
29 +++ b/dev-python/oslo-policy/oslo-policy-1.25.2.ebuild
30 @@ -0,0 +1,44 @@
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,6}} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Support for RBAC policy enforcement across all OpenStack services"
41 +HOMEPAGE="https://pypi.python.org/pypi/oslo.policy"
42 +SRC_URI="mirror://pypi/${PN:0:1}/oslo.policy/oslo.policy-${PV}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm64 ~x86"
47 +IUSE=""
48 +
49 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
50 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
51 +DEPEND="
52 + dev-python/setuptools[${PYTHON_USEDEP}]
53 + ${CDEPEND}"
54 +RDEPEND="
55 + ${CDEPEND}
56 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
57 + >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
58 + !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
59 + !~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}]
60 + >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
61 + !~dev-python/oslo-i18n-3.15.2[${PYTHON_USEDEP}]
62 + >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
63 + !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
64 + >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
65 + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
66 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
67 +"
68 +
69 +S="${WORKDIR}/oslo.policy-${PV}"
70 +
71 +python_prepare_all() {
72 + sed -i '/^hacking/d' test-requirements.txt || die
73 + distutils-r1_python_prepare_all
74 +}