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: Sun, 04 Feb 2018 00:57:09
Message-Id: 1517705544.7ffba28b463b621342b94077639696d3fabb8f95.prometheanfire@gentoo
1 commit: 7ffba28b463b621342b94077639696d3fabb8f95
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 4 00:52:24 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 4 00:52:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffba28b
7
8 dev-python/castellan: 0.12.2 stable amd64 and x86 with cleanup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/castellan/Manifest | 2 --
13 dev-python/castellan/castellan-0.12.1.ebuild | 41 ----------------------------
14 dev-python/castellan/castellan-0.12.2.ebuild | 2 +-
15 dev-python/castellan/castellan-0.4.0.ebuild | 30 --------------------
16 4 files changed, 1 insertion(+), 74 deletions(-)
17
18 diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
19 index ef2cc2bf00d..c5aed3b7082 100644
20 --- a/dev-python/castellan/Manifest
21 +++ b/dev-python/castellan/Manifest
22 @@ -1,3 +1 @@
23 -DIST castellan-0.12.1.tar.gz 50245 BLAKE2B 93f56301ffb57f44fd89fccafa5a2aaede3a3b8f54bf223e1e2a3cc1f14304b2d153557d62f884140512ef72747268b9f86e1102b067a0810bf8235df2e72a7e SHA512 f5e3a8a6ed6c00caa242d2a2a1431f2ddd56ff0168a62fa825eb90083cc1830fe2d8bc4d21b8ed6d1b5f6d1042cb2ad778d49e6a39b003768a61b9ff4d389027
24 DIST castellan-0.12.2.tar.gz 50938 BLAKE2B 03cec0cd85042c482432bef7a0115413a9ea03aab05555dc1d4a65b5cb9893b57e2164a5174fb984c8ffcd190b27f9c26552dc242f9d79e3d60dce5a4a27479e SHA512 11ed1eb7fa1e5721f26afe23299ac7b0d13b4570b1f0670f4b13ac05149bdb9b9daa85cd1b29374f7d67eaa22957088b2f42313e23d8c0adf4edef108f7b44d9
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 deleted file mode 100644
29 index b2400c1455a..00000000000
30 --- a/dev-python/castellan/castellan-0.12.1.ebuild
31 +++ /dev/null
32 @@ -1,41 +0,0 @@
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 -"
74
75 diff --git a/dev-python/castellan/castellan-0.12.2.ebuild b/dev-python/castellan/castellan-0.12.2.ebuild
76 index cb2b3e5e78b..1ce8247b5de 100644
77 --- a/dev-python/castellan/castellan-0.12.2.ebuild
78 +++ b/dev-python/castellan/castellan-0.12.2.ebuild
79 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
80
81 LICENSE="Apache-2.0"
82 SLOT="0"
83 -KEYWORDS="~amd64 ~arm64 ~x86"
84 +KEYWORDS="amd64 ~arm64 x86"
85 IUSE=""
86
87 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
88
89 diff --git a/dev-python/castellan/castellan-0.4.0.ebuild b/dev-python/castellan/castellan-0.4.0.ebuild
90 deleted file mode 100644
91 index aa1c79087c7..00000000000
92 --- a/dev-python/castellan/castellan-0.4.0.ebuild
93 +++ /dev/null
94 @@ -1,30 +0,0 @@
95 -# Copyright 1999-2015 Gentoo Foundation
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=5
99 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
100 -
101 -inherit distutils-r1
102 -
103 -DESCRIPTION="Generic Key Manager interface for OpenStack"
104 -HOMEPAGE="https://pypi.python.org/pypi/castellan"
105 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
106 -
107 -LICENSE="Apache-2.0"
108 -SLOT="0"
109 -KEYWORDS="amd64 ~arm64 x86"
110 -IUSE=""
111 -
112 -CDEPEND=" >=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
113 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
114 - ${CDEPEND}"
115 -RDEPEND="
116 - ${CDEPEND}
117 - >=dev-python/Babel-1.3
118 - >=dev-python/cryptography-1.0[${PYTHON_USEDEP}]
119 - >=dev-python/oslo-config-3.7.0[${PYTHON_USEDEP}]
120 - >=dev-python/oslo-context-0.2.0[${PYTHON_USEDEP}]
121 - >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
122 - >=dev-python/oslo-policy-0.5.0[${PYTHON_USEDEP}]
123 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
124 - >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]"