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, 30 Nov 2017 05:42:58
Message-Id: 1512020531.df4b4fbd65114ce147b63c400f34c437c32e4801.prometheanfire@gentoo
1 commit: df4b4fbd65114ce147b63c400f34c437c32e4801
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 30 05:21:12 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 05:42:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4b4fbd
7
8 dev-python/castellan: 0.12.1 bup
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 dev-python/castellan/Manifest | 5 ++--
13 dev-python/castellan/castellan-0.12.1.ebuild | 41 ++++++++++++++++++++++++++++
14 2 files changed, 44 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
17 index 9394761fdb8..557ca058d42 100644
18 --- a/dev-python/castellan/Manifest
19 +++ b/dev-python/castellan/Manifest
20 @@ -1,2 +1,3 @@
21 -DIST castellan-0.12.0.tar.gz 50497 SHA256 22194a1f2084b939652b28deca0f62312636442b0ab50511aff69a4902cf77d4 SHA512 9fe47f9678dc2528cbca652029263db89b71939e70c4f5fddffd1769271c04bec3cad0a7c29a800b646098b3df89fc064049c4fe3887695fe0b5dd6b3146835a WHIRLPOOL fe5d0e43dee622ae84210b21f68e54ef4988433a420554a925c465fcd0abedcfb2aa3f50be11085565239c56acb373800759ae3684c4bb53aac3914fa04573dc
22 -DIST castellan-0.4.0.tar.gz 49026 SHA256 2ccefefc2036ed0d6c76d735fb70b813e2a02f7adb7fd57e0640d064dce1c883 SHA512 2ccb2a757810c6ec125dbb8832cd09f918f9fbf84836ff69c79872471c7e4e40bc8030e305336ad9821de7c3b93617d39917387a6ab8f68443fb09d3f74d4dd5 WHIRLPOOL 972ef43c96356b4dfd69a5716aa996c6b0ac4ab54a989f8e38e3036e63043a33148e0e475224cfc9c4d7e2e5f122af476553015fc840b6326f599bd472f2f936
23 +DIST castellan-0.12.0.tar.gz 50497 BLAKE2B d5fbe6f0b29ad5dff2031f17d6883715fbf8ab96d3a7705cbb57d5de1c2e13f5f0490893133abc074b91579f6c589939196249553aeb3e7d60a4aca416efac14 SHA512 9fe47f9678dc2528cbca652029263db89b71939e70c4f5fddffd1769271c04bec3cad0a7c29a800b646098b3df89fc064049c4fe3887695fe0b5dd6b3146835a
24 +DIST castellan-0.12.1.tar.gz 50245 BLAKE2B 93f56301ffb57f44fd89fccafa5a2aaede3a3b8f54bf223e1e2a3cc1f14304b2d153557d62f884140512ef72747268b9f86e1102b067a0810bf8235df2e72a7e SHA512 f5e3a8a6ed6c00caa242d2a2a1431f2ddd56ff0168a62fa825eb90083cc1830fe2d8bc4d21b8ed6d1b5f6d1042cb2ad778d49e6a39b003768a61b9ff4d389027
25 +DIST castellan-0.4.0.tar.gz 49026 BLAKE2B f5c4854ce4837a33c6bca369799da2f6b6109a1ebb2bebf47ee93f687214f9388039c237d474ef401bdddd3f983d18af6e4d84f3d6fe3418d3f8989c6811a3f4 SHA512 2ccb2a757810c6ec125dbb8832cd09f918f9fbf84836ff69c79872471c7e4e40bc8030e305336ad9821de7c3b93617d39917387a6ab8f68443fb09d3f74d4dd5
26
27 diff --git a/dev-python/castellan/castellan-0.12.1.ebuild b/dev-python/castellan/castellan-0.12.1.ebuild
28 new file mode 100644
29 index 00000000000..2d93dd3fb60
30 --- /dev/null
31 +++ b/dev-python/castellan/castellan-0.12.1.ebuild
32 @@ -0,0 +1,41 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Generic Key Manager interface for OpenStack"
42 +HOMEPAGE="https://pypi.python.org/pypi/castellan"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.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"
52 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
53 + ${CDEPEND}"
54 +RDEPEND="
55 + ${CDEPEND}
56 + >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
57 + !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
58 + >=dev-python/cryptography-1.6[${PYTHON_USEDEP}]
59 + !~dev-python/cryptography-2.0[${PYTHON_USEDEP}]
60 + >=dev-python/python-barbicanclient-4.0.0[${PYTHON_USEDEP}]
61 + !~dev-python/python-barbicanclient-4.5.0[${PYTHON_USEDEP}]
62 + !~dev-python/python-barbicanclient-4.5.1[${PYTHON_USEDEP}]
63 + >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
64 + !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
65 + !~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}]
66 + >=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
67 + >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
68 + !~dev-python/oslo-i18n-3.15.0[${PYTHON_USEDEP}]
69 + >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
70 + >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
71 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
72 + >=dev-python/keystoneauth-3.1.0[${PYTHON_USEDEP}]
73 +"