Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-policy/
Date: Thu, 09 Jan 2020 19:06:33
Message-Id: 1578596783.ce9991d0a27a1182124f4ead30c4f77c9996c274.prometheanfire@gentoo
1 commit: ce9991d0a27a1182124f4ead30c4f77c9996c274
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 9 19:03:55 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 9 19:06:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce9991d0
7
8 dev-python/oslo-policy: 2.3.3 bump
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/oslo-policy/Manifest | 1 +
14 dev-python/oslo-policy/oslo-policy-2.3.3.ebuild | 41 +++++++++++++++++++++++++
15 2 files changed, 42 insertions(+)
16
17 diff --git a/dev-python/oslo-policy/Manifest b/dev-python/oslo-policy/Manifest
18 index 61ae7e4a4f4..3e136c4691f 100644
19 --- a/dev-python/oslo-policy/Manifest
20 +++ b/dev-python/oslo-policy/Manifest
21 @@ -1,3 +1,4 @@
22 DIST oslo.policy-1.38.1.tar.gz 82871 BLAKE2B e47e96230874d1c287a1d4e930c9a5dd4ab35ccfee62b1c93c9d046adaf877c7e0cb65f9c34ef378c2a212d6986b0c1abf86af0ca6671c17f7dc8e85e1f1e706 SHA512 6b80a45ef550f5562d0c5cd3a0a466163d741bba7f9fb430c4e9d5273e0811d468d9c0c19c1e6168b38b4436279b81a1aec379d6513cf12d59f1a50fd7a4eb91
23 DIST oslo.policy-2.1.1.tar.gz 90438 BLAKE2B fa99f36c688705fbaacefbb01bbc74bb5efd6f6c6ab0e1c0a8e21a299f9a45e162988e26a8da98d0edc2318b8f0b16d2e3c75962043da8aeb365b1a35307dcb4 SHA512 e5925156a42978eada310ef1fd695ff7759e22a4124aaf0bbf5803071484ea83dfbce335c45bdfa73564050b853661d848a1b92e457de8fa3f4c1f27abcbc089
24 DIST oslo.policy-2.3.2.tar.gz 90884 BLAKE2B 6eb100e5baf56083bb846adbcfcd0ed1636da3e21fc1cd7b164c89f774b34fd10604776c3751eb48233a8d0822b6a2aca5f57fc2c03babd543cb49d8b6d1a151 SHA512 44300e8aaf894f99fdf6bf4c7b3890013b7f9e9974667a423605f106baff2ca05fa0b8ebc82081511ac211b9c7bc57356a9aea8dbe78ee1ac01d364e337936fe
25 +DIST oslo.policy-2.3.3.tar.gz 93581 BLAKE2B 50d1b45b596242b901a5b583b412c90d55b2ea9501dab29fa24be7b1c64eacf89f0f7df742f897503ab3c09399bfca25b93ed9cc3aa2377a72986f73bb96f1e4 SHA512 b4a2febe240582dbad8306e2208bfb7bd83c2783002544428b5888a8930d959919f10044eb2c30579e2fe61a6958ebefce4300f1778798b201714232a2edb88f
26
27 diff --git a/dev-python/oslo-policy/oslo-policy-2.3.3.ebuild b/dev-python/oslo-policy/oslo-policy-2.3.3.ebuild
28 new file mode 100644
29 index 00000000000..e5f2582807b
30 --- /dev/null
31 +++ b/dev-python/oslo-policy/oslo-policy-2.3.3.ebuild
32 @@ -0,0 +1,41 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +PYTHON_COMPAT=( python{2_7,3_{6,7}} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Support for RBAC policy enforcement across all OpenStack services"
42 +HOMEPAGE="https://pypi.org/project/oslo.policy/"
43 +SRC_URI="mirror://pypi/${PN:0:1}/oslo.policy/oslo.policy-${PV}.tar.gz"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm64 ~x86"
48 +IUSE=""
49 +
50 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
51 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
52 +DEPEND="
53 + dev-python/setuptools[${PYTHON_USEDEP}]
54 + ${CDEPEND}"
55 +RDEPEND="
56 + ${CDEPEND}
57 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
58 + >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
59 + >=dev-python/oslo-context-2.22.0[${PYTHON_USEDEP}]
60 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
61 + >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
62 + !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
63 + >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
64 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
65 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
66 +"
67 +
68 +S="${WORKDIR}/oslo.policy-${PV}"
69 +
70 +python_prepare_all() {
71 + sed -i '/^hacking/d' test-requirements.txt || die
72 + distutils-r1_python_prepare_all
73 +}