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/python-barbicanclient/
Date: Thu, 22 Feb 2018 19:59:25
Message-Id: 1519329537.82ea36ac8506059490962cca576ec5352c06b9b4.prometheanfire@gentoo
1 commit: 82ea36ac8506059490962cca576ec5352c06b9b4
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 19:20:42 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 19:58:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ea36ac
7
8 dev-python/python-barbicanclient: cleanup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/python-barbicanclient/Manifest | 3 --
13 .../python-barbicanclient-3.3.0.ebuild | 31 --------------------
14 .../python-barbicanclient-4.0.1.ebuild | 33 ---------------------
15 .../python-barbicanclient-4.2.0.ebuild | 34 ----------------------
16 4 files changed, 101 deletions(-)
17
18 diff --git a/dev-python/python-barbicanclient/Manifest b/dev-python/python-barbicanclient/Manifest
19 index e788171993a..8039739e8ff 100644
20 --- a/dev-python/python-barbicanclient/Manifest
21 +++ b/dev-python/python-barbicanclient/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST python-barbicanclient-3.3.0.tar.gz 82210 BLAKE2B 75ccd44d6ebab5ad35f0c37591f40311b2c49b23459f57ae7080e1bb5491f30a3ad1cd01ecfcb0635a7afecaac12b3e7e9d0c69b5ffedd6d1b43d25b265368b2 SHA512 9c9ea055a375cb631f081ac0dc54ff20f60e6f6c3340b0f0a92a91eed4858202d9f85e00b662a8b3b7b5183633d8f5500f6925df5a182b20046d66be48b34e37
24 -DIST python-barbicanclient-4.0.1.tar.gz 103093 BLAKE2B eeb2d174d1402b0d72b9782d1bcb6d284c40dfedbdbb79f3f44dffc8f9e3b6b6172a69e91cfa9406b5265ec802af2975c5e5e7a5fe8dbc035c944f0211080ceb SHA512 d66d6d21fdd2033ac01fd9275ccedf21925cbf48f3344fa763a3f13ec4796584afa911a3f4f6907e4181b2bf0bf10813e5757e397c4fb87ec266b5753be83d91
25 -DIST python-barbicanclient-4.2.0.tar.gz 106243 BLAKE2B c77d3d6abd0d79ce301c7989bbd96e734a5c217277aebe0eff001927b89bfa91a737b40fe13819d47bfa5bb036cdd9bba39c4437e5aecbc4890bec6c137992bd SHA512 7753976cccc16983e92761427cfc09fa8f20115df85e85e23d8212c1e80ad649110fb6a9fb58efdb4db41a5c1cd4f20ab9aa66315bc0a162076859ea69990e9b
26 DIST python-barbicanclient-4.5.2.tar.gz 112008 BLAKE2B 1ab2f361685809d5c87f52ec420390ba83c63c5357c9a62aff4528d0161766ab92dbb2934a90a70d810e7785f6cdc420347aee199b4157dd02a60553281bf762 SHA512 23f6b9d90d9488a9f072092716bd65f8fe42b01b0889061784df909d5e169fb264f1b71f11f8a3f48853522f3d17428e5c4322712e41a57059f7dd45d0d06213
27 DIST python-barbicanclient-4.6.0.tar.gz 108979 BLAKE2B cf037b7818dc2ff5a04637a35760e7899c680abdcbd3ad87f432813b5fcae5bd878d2fe60a97e1d554d9001e29e6032fe23e805e09be2b719f3e31a4b5621746 SHA512 c114dc4b706eda9ea3efc961e1c30471f64e90f6e0b39271a5670e4e086e3e9dd26afcaa5fd3695187c60c30878bb75d10526d10a809f71e0310a2c05268695a
28
29 diff --git a/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild b/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild
30 deleted file mode 100644
31 index 47989f790c1..00000000000
32 --- a/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild
33 +++ /dev/null
34 @@ -1,31 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -PYTHON_COMPAT=( python2_7 python3_4 )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Client library for Barbican API."
44 -HOMEPAGE="https://github.com/openstack/barbican"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm64 x86"
50 -IUSE=""
51 -
52 -DEPEND="
53 - dev-python/setuptools[${PYTHON_USEDEP}]
54 - >=dev-python/pbr-1.4.0[${PYTHON_USEDEP}]
55 - <dev-python/pbr-2.0[${PYTHON_USEDEP}]
56 -"
57 -RDEPEND="
58 - >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
59 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
60 - >=dev-python/python-keystoneclient-1.6.0[${PYTHON_USEDEP}]
61 - >=dev-python/cliff-1.14.0[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
63 - >=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}]
64 - >=dev-python/oslo-utils-2.0.0[${PYTHON_USEDEP}]
65 -"
66
67 diff --git a/dev-python/python-barbicanclient/python-barbicanclient-4.0.1.ebuild b/dev-python/python-barbicanclient/python-barbicanclient-4.0.1.ebuild
68 deleted file mode 100644
69 index f820e5fad3f..00000000000
70 --- a/dev-python/python-barbicanclient/python-barbicanclient-4.0.1.ebuild
71 +++ /dev/null
72 @@ -1,33 +0,0 @@
73 -# Copyright 1999-2016 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=6
77 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
78 -
79 -inherit distutils-r1
80 -
81 -DESCRIPTION="Client library for Barbican API."
82 -HOMEPAGE="https://github.com/openstack/barbican"
83 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
84 -
85 -LICENSE="Apache-2.0"
86 -SLOT="0"
87 -KEYWORDS="amd64 ~arm64 x86"
88 -IUSE=""
89 -
90 -DEPEND="
91 - dev-python/setuptools[${PYTHON_USEDEP}]
92 - >=dev-python/pbr-1.6.0[${PYTHON_USEDEP}]
93 -"
94 -RDEPEND="
95 - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
96 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
97 - >=dev-python/python-keystoneclient-2.0.0[${PYTHON_USEDEP}]
98 - !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}]
99 - >=dev-python/cliff-1.15.0[${PYTHON_USEDEP}]
100 - !~dev-python/cliff-1.16.0[${PYTHON_USEDEP}]
101 - !~dev-python/cliff-1.17.0[${PYTHON_USEDEP}]
102 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
103 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
104 - >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
105 -"
106
107 diff --git a/dev-python/python-barbicanclient/python-barbicanclient-4.2.0.ebuild b/dev-python/python-barbicanclient/python-barbicanclient-4.2.0.ebuild
108 deleted file mode 100644
109 index 21e2515c1cf..00000000000
110 --- a/dev-python/python-barbicanclient/python-barbicanclient-4.2.0.ebuild
111 +++ /dev/null
112 @@ -1,34 +0,0 @@
113 -# Copyright 1999-2017 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=6
117 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
118 -
119 -inherit distutils-r1
120 -
121 -DESCRIPTION="Client library for Barbican API."
122 -HOMEPAGE="https://github.com/openstack/barbican"
123 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
124 -
125 -LICENSE="Apache-2.0"
126 -SLOT="0"
127 -KEYWORDS="amd64 ~arm64 x86"
128 -IUSE=""
129 -
130 -DEPEND="
131 - dev-python/setuptools[${PYTHON_USEDEP}]
132 - >=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]
133 -"
134 -RDEPEND="
135 - >=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]
136 - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
137 - !~dev-python/requests-2.12.2[${PYTHON_USEDEP}]
138 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
139 - >=dev-python/cliff-2.3.0[${PYTHON_USEDEP}]
140 - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
141 - !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}]
142 - >=dev-python/keystoneauth-2.18.0[${PYTHON_USEDEP}]
143 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
144 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
145 - >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
146 -"