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:21
Message-Id: 1519329535.8da06b3c6247eb7478753170b5825031e076b2a6.prometheanfire@gentoo
1 commit: 8da06b3c6247eb7478753170b5825031e076b2a6
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 19:18:54 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 19:58:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da06b3c
7
8 dev-python/python-barbicanclient: 4.6.0 bup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/python-barbicanclient/Manifest | 1 +
13 .../python-barbicanclient-4.6.0.ebuild | 35 ++++++++++++++++++++++
14 2 files changed, 36 insertions(+)
15
16 diff --git a/dev-python/python-barbicanclient/Manifest b/dev-python/python-barbicanclient/Manifest
17 index bc1cc7cb43a..e788171993a 100644
18 --- a/dev-python/python-barbicanclient/Manifest
19 +++ b/dev-python/python-barbicanclient/Manifest
20 @@ -2,3 +2,4 @@ DIST python-barbicanclient-3.3.0.tar.gz 82210 BLAKE2B 75ccd44d6ebab5ad35f0c37591
21 DIST python-barbicanclient-4.0.1.tar.gz 103093 BLAKE2B eeb2d174d1402b0d72b9782d1bcb6d284c40dfedbdbb79f3f44dffc8f9e3b6b6172a69e91cfa9406b5265ec802af2975c5e5e7a5fe8dbc035c944f0211080ceb SHA512 d66d6d21fdd2033ac01fd9275ccedf21925cbf48f3344fa763a3f13ec4796584afa911a3f4f6907e4181b2bf0bf10813e5757e397c4fb87ec266b5753be83d91
22 DIST python-barbicanclient-4.2.0.tar.gz 106243 BLAKE2B c77d3d6abd0d79ce301c7989bbd96e734a5c217277aebe0eff001927b89bfa91a737b40fe13819d47bfa5bb036cdd9bba39c4437e5aecbc4890bec6c137992bd SHA512 7753976cccc16983e92761427cfc09fa8f20115df85e85e23d8212c1e80ad649110fb6a9fb58efdb4db41a5c1cd4f20ab9aa66315bc0a162076859ea69990e9b
23 DIST python-barbicanclient-4.5.2.tar.gz 112008 BLAKE2B 1ab2f361685809d5c87f52ec420390ba83c63c5357c9a62aff4528d0161766ab92dbb2934a90a70d810e7785f6cdc420347aee199b4157dd02a60553281bf762 SHA512 23f6b9d90d9488a9f072092716bd65f8fe42b01b0889061784df909d5e169fb264f1b71f11f8a3f48853522f3d17428e5c4322712e41a57059f7dd45d0d06213
24 +DIST python-barbicanclient-4.6.0.tar.gz 108979 BLAKE2B cf037b7818dc2ff5a04637a35760e7899c680abdcbd3ad87f432813b5fcae5bd878d2fe60a97e1d554d9001e29e6032fe23e805e09be2b719f3e31a4b5621746 SHA512 c114dc4b706eda9ea3efc961e1c30471f64e90f6e0b39271a5670e4e086e3e9dd26afcaa5fd3695187c60c30878bb75d10526d10a809f71e0310a2c05268695a
25
26 diff --git a/dev-python/python-barbicanclient/python-barbicanclient-4.6.0.ebuild b/dev-python/python-barbicanclient/python-barbicanclient-4.6.0.ebuild
27 new file mode 100644
28 index 00000000000..ec9748eaaf8
29 --- /dev/null
30 +++ b/dev-python/python-barbicanclient/python-barbicanclient-4.6.0.ebuild
31 @@ -0,0 +1,35 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Client library for Barbican API."
41 +HOMEPAGE="https://github.com/openstack/barbican"
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="
52 + dev-python/setuptools[${PYTHON_USEDEP}]
53 + ${CDEPEND}
54 +"
55 +RDEPEND="
56 + ${CDEPEND}
57 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
58 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
59 + >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
60 + !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
61 + >=dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
62 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
63 + >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
64 + !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
65 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
66 +"