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/castellan/
Date: Thu, 22 Feb 2018 19:59:26
Message-Id: 1519329543.50251df99cab43bbbaeb6f751e92a2287c431e43.prometheanfire@gentoo
1 commit: 50251df99cab43bbbaeb6f751e92a2287c431e43
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 19:48:15 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 19:59:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50251df9
7
8 dev-python/castellan: 0.17.0 bup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/castellan/Manifest | 1 +
13 dev-python/castellan/castellan-0.17.0.ebuild | 38 ++++++++++++++++++++++++++++
14 2 files changed, 39 insertions(+)
15
16 diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
17 index c5aed3b7082..1db59b48815 100644
18 --- a/dev-python/castellan/Manifest
19 +++ b/dev-python/castellan/Manifest
20 @@ -1 +1,2 @@
21 DIST castellan-0.12.2.tar.gz 50938 BLAKE2B 03cec0cd85042c482432bef7a0115413a9ea03aab05555dc1d4a65b5cb9893b57e2164a5174fb984c8ffcd190b27f9c26552dc242f9d79e3d60dce5a4a27479e SHA512 11ed1eb7fa1e5721f26afe23299ac7b0d13b4570b1f0670f4b13ac05149bdb9b9daa85cd1b29374f7d67eaa22957088b2f42313e23d8c0adf4edef108f7b44d9
22 +DIST castellan-0.17.0.tar.gz 61193 BLAKE2B 91f9a4d6b495bd4bb8f1f00a9b2435a892a7ea2f6f64d36423aee3c87250deda73cdcb2070e12cb1c38c5ca716c4365d489990e7b07f35fa7e6e597eda442af7 SHA512 21b702cf73cf62456d677d01706f23e9d64c726d06d867d61559b0b221e016f519c067c1f10e540fb25bb73841ef633b7b4a602ed13ae64456aaa4843ee19c53
23
24 diff --git a/dev-python/castellan/castellan-0.17.0.ebuild b/dev-python/castellan/castellan-0.17.0.ebuild
25 new file mode 100644
26 index 00000000000..8f408674d4b
27 --- /dev/null
28 +++ b/dev-python/castellan/castellan-0.17.0.ebuild
29 @@ -0,0 +1,38 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
35 +
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Generic Key Manager interface for OpenStack"
39 +HOMEPAGE="https://pypi.python.org/pypi/castellan"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="Apache-2.0"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~arm64 ~x86"
45 +IUSE=""
46 +
47 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
48 + !~dev-python/pbr-2.1.0"
49 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
50 + ${CDEPEND}"
51 +RDEPEND="
52 + ${CDEPEND}
53 + >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
54 + !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
55 + >=dev-python/cryptography-1.9[${PYTHON_USEDEP}]
56 + !~dev-python/cryptography-2.0[${PYTHON_USEDEP}]
57 + >=dev-python/python-barbicanclient-4.0.0[${PYTHON_USEDEP}]
58 + !~dev-python/python-barbicanclient-4.5.0[${PYTHON_USEDEP}]
59 + !~dev-python/python-barbicanclient-4.5.1[${PYTHON_USEDEP}]
60 + >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
61 + >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
62 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
63 + >=dev-python/oslo-log-3.30.0[${PYTHON_USEDEP}]
64 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
65 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
66 + >=dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
67 +"