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/castellan/
Date: Wed, 10 Apr 2019 05:08:35
Message-Id: 1554872879.89a0c1e6967f3fd6ef5a736bd06e84d6316ac6f7.prometheanfire@gentoo
1 commit: 89a0c1e6967f3fd6ef5a736bd06e84d6316ac6f7
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 04:17:04 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 05:07:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a0c1e6
7
8 dev-python/castellan: 1.2.2 bump
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/castellan/Manifest | 1 +
14 dev-python/castellan/castellan-1.2.2.ebuild | 35 +++++++++++++++++++++++++++++
15 2 files changed, 36 insertions(+)
16
17 diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
18 index 1db59b48815..2df9e1571d6 100644
19 --- a/dev-python/castellan/Manifest
20 +++ b/dev-python/castellan/Manifest
21 @@ -1,2 +1,3 @@
22 DIST castellan-0.12.2.tar.gz 50938 BLAKE2B 03cec0cd85042c482432bef7a0115413a9ea03aab05555dc1d4a65b5cb9893b57e2164a5174fb984c8ffcd190b27f9c26552dc242f9d79e3d60dce5a4a27479e SHA512 11ed1eb7fa1e5721f26afe23299ac7b0d13b4570b1f0670f4b13ac05149bdb9b9daa85cd1b29374f7d67eaa22957088b2f42313e23d8c0adf4edef108f7b44d9
23 DIST castellan-0.17.0.tar.gz 61193 BLAKE2B 91f9a4d6b495bd4bb8f1f00a9b2435a892a7ea2f6f64d36423aee3c87250deda73cdcb2070e12cb1c38c5ca716c4365d489990e7b07f35fa7e6e597eda442af7 SHA512 21b702cf73cf62456d677d01706f23e9d64c726d06d867d61559b0b221e016f519c067c1f10e540fb25bb73841ef633b7b4a602ed13ae64456aaa4843ee19c53
24 +DIST castellan-1.2.2.tar.gz 67085 BLAKE2B 5a6af5fd91e1371ed9024bf09f31bc5b9e7d55455a61c6c23f62fe84d80f717e83c96f2c72375c37537fe4fb7484b7a16e668f6e37ffa14bfa04f6e1fb69eaeb SHA512 3777180ecc2a2a26c917d89dff28d2ff9e20e1de86249b0e5cda63027394dd8b5a763314135bebba3d2b6194825068c9a7c1c32a4a1e3185caaed74a105aa032
25
26 diff --git a/dev-python/castellan/castellan-1.2.2.ebuild b/dev-python/castellan/castellan-1.2.2.ebuild
27 new file mode 100644
28 index 00000000000..ed896641438
29 --- /dev/null
30 +++ b/dev-python/castellan/castellan-1.2.2.ebuild
31 @@ -0,0 +1,35 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Generic Key Manager interface for OpenStack"
41 +HOMEPAGE="https://pypi.org/project/castellan/"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.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"
51 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
52 + ${CDEPEND}"
53 +RDEPEND="
54 + ${CDEPEND}
55 + >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
56 + !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
57 + >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
58 + >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
59 + >=dev-python/oslo-config-6.4.0[${PYTHON_USEDEP}]
60 + >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
61 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
62 + >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
63 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
64 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
65 + >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
66 +"