Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-policy/
Date: Sun, 26 Sep 2021 18:37:16
Message-Id: 1632681428.9a09b94c9c4c8d1082302f39230647ae517f380d.Alessandro-Barbieri@gentoo
1 commit: 9a09b94c9c4c8d1082302f39230647ae517f380d
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 13 03:06:49 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 26 18:37:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a09b94c
7
8 dev-python/oslo-policy: add 3.8.2
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/oslo-policy/Manifest | 1 +
13 dev-python/oslo-policy/oslo-policy-3.8.2.ebuild | 40 +++++++++++++++++++++++++
14 2 files changed, 41 insertions(+)
15
16 diff --git a/dev-python/oslo-policy/Manifest b/dev-python/oslo-policy/Manifest
17 index 4ee71aa3e..c4cd19588 100644
18 --- a/dev-python/oslo-policy/Manifest
19 +++ b/dev-python/oslo-policy/Manifest
20 @@ -1 +1,2 @@
21 DIST oslo.policy-3.5.0.tar.gz 103988 BLAKE2B d78ce2cdc2b25c532c3207775430c32d1ae9e999df4cd918dfbce147a897fc9a4d46e7006bee0908b4d83cef2e2f71b2fb230aa56eeeae6302d61a435f5449ff SHA512 7d670aded9ac6ddc5360c60182f60cd75f3dec3d6d1bd9fc0d17794cd17349d8fff5e2bc8bc7df85d6bbbabad5373c824772e3d6006add69387d3663475fdb1a
22 +DIST oslo.policy-3.8.2.tar.gz 112412 BLAKE2B ecfec4c18597b18a2b37e83e5e398b7bed7d9cb11c44186528517eca9a1967779ffcb22b6726f1064b55b8206af27c4396982cf2da9247535e070c56e5cd6134 SHA512 6daea44a93f53608529314b5eb780d999a1ffd65c3c54f05d58341254f99754c94e177ad01bb37aa036f98f3211bb3705c499ad6244a68165ae56fa59943c79a
23
24 diff --git a/dev-python/oslo-policy/oslo-policy-3.8.2.ebuild b/dev-python/oslo-policy/oslo-policy-3.8.2.ebuild
25 new file mode 100644
26 index 000000000..539c7f94a
27 --- /dev/null
28 +++ b/dev-python/oslo-policy/oslo-policy-3.8.2.ebuild
29 @@ -0,0 +1,40 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_SETUPTOOLS=bdepend
36 +PYTHON_COMPAT=( python3_8 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Support for RBAC policy enforcement across all OpenStack services"
41 +HOMEPAGE="https://pypi.org/project/oslo.policy"
42 +SRC_URI="mirror://pypi/${PN:0:1}/oslo.policy/oslo.policy-${PV}.tar.gz"
43 +S="${WORKDIR}/oslo.policy-${PV}"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm64 ~x86"
48 +
49 +RDEPEND="
50 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
51 + >=dev-python/oslo-config-6.0.0[${PYTHON_USEDEP}]
52 + >=dev-python/oslo-context-2.22.0[${PYTHON_USEDEP}]
53 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
54 + >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
55 + !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
56 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
57 + >=dev-python/oslo-utils-3.40.0[${PYTHON_USEDEP}]
58 +"
59 +DEPEND="
60 + ${RDEPEND}
61 + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
62 + test? (
63 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
64 + >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
65 + >=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]
66 + )
67 +"
68 +
69 +distutils_enable_tests pytest