Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/
Date: Wed, 10 Apr 2019 22:44:06
Message-Id: 1554936205.8efeb43ccf5e073135c804601baa796ef166dd4f.prometheanfire@gentoo
1 commit: 8efeb43ccf5e073135c804601baa796ef166dd4f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 21:40:16 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 22:43:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efeb43c
7
8 dev-python/python-barbicanclient: 4.8.1 bump
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/python-barbicanclient/Manifest | 1 +
14 .../python-barbicanclient-4.8.1.ebuild | 35 ++++++++++++++++++++++
15 2 files changed, 36 insertions(+)
16
17 diff --git a/dev-python/python-barbicanclient/Manifest b/dev-python/python-barbicanclient/Manifest
18 index 8039739e8ff..38eedaaeec5 100644
19 --- a/dev-python/python-barbicanclient/Manifest
20 +++ b/dev-python/python-barbicanclient/Manifest
21 @@ -1,2 +1,3 @@
22 DIST python-barbicanclient-4.5.2.tar.gz 112008 BLAKE2B 1ab2f361685809d5c87f52ec420390ba83c63c5357c9a62aff4528d0161766ab92dbb2934a90a70d810e7785f6cdc420347aee199b4157dd02a60553281bf762 SHA512 23f6b9d90d9488a9f072092716bd65f8fe42b01b0889061784df909d5e169fb264f1b71f11f8a3f48853522f3d17428e5c4322712e41a57059f7dd45d0d06213
23 DIST python-barbicanclient-4.6.0.tar.gz 108979 BLAKE2B cf037b7818dc2ff5a04637a35760e7899c680abdcbd3ad87f432813b5fcae5bd878d2fe60a97e1d554d9001e29e6032fe23e805e09be2b719f3e31a4b5621746 SHA512 c114dc4b706eda9ea3efc961e1c30471f64e90f6e0b39271a5670e4e086e3e9dd26afcaa5fd3695187c60c30878bb75d10526d10a809f71e0310a2c05268695a
24 +DIST python-barbicanclient-4.8.1.tar.gz 118919 BLAKE2B 0c29eb4fb3b77d6ef69051a956db1aae8cb151d07156e4c888259888f1a9a6eac0be9e5339ac9a3dee9dabcb1c06c6e835312b47bec4338b34842e71546e3e75 SHA512 836b54156e72faf7ec590d6f11ccc2ca61258da38368410fb65f448b8a0e0ea272d224f46f5c6f08afc7477197a090be77720e07e3a4cb60ef71982367dbfcdb
25
26 diff --git a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
27 new file mode 100644
28 index 00000000000..8b115b8b5e2
29 --- /dev/null
30 +++ b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
31 @@ -0,0 +1,35 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
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.4.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 +"