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/pypowervm/
Date: Thu, 30 Aug 2018 21:35:08
Message-Id: 1535664878.060c61662a5d62c730c6229f3cb9fa99d047bfd4.prometheanfire@gentoo
1 commit: 060c61662a5d62c730c6229f3cb9fa99d047bfd4
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 20:49:40 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 21:34:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060c6166
7
8 dev-python/pypowervm: 1.1.16 bump for rocky
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-python/pypowervm/Manifest | 1 +
13 dev-python/pypowervm/pypowervm-1.1.16.ebuild | 37 ++++++++++++++++++++++++++++
14 2 files changed, 38 insertions(+)
15
16 diff --git a/dev-python/pypowervm/Manifest b/dev-python/pypowervm/Manifest
17 index 7caad17914d..ccf5a8db85a 100644
18 --- a/dev-python/pypowervm/Manifest
19 +++ b/dev-python/pypowervm/Manifest
20 @@ -1,2 +1,3 @@
21 DIST pypowervm-1.1.10.tar.gz 887266 BLAKE2B 61767773e870fabe2b2954b0e6d13488e7eee83360e7e575fc4ba330148a84f46445c4107929f2e9a2d5ef891195de6374d9c75fd0ee624c71444c338405c8da SHA512 9879b685e46efd4a15f463112bf800884d0e1bdf43ef0fe790bc65334b2f1eeea1b531a0796e1673f4114ea8727c3f3a57bc467934aa535daf17189d0068e253
22 +DIST pypowervm-1.1.16.tar.gz 895383 BLAKE2B 147912526d3d20b4c94be0a57cd28f611d446d2596c07986bc8d8239640e59cd21fc96b41c6107602ab4471f125750ec2da60d456ecd9d806499ebe84a116149 SHA512 d71fac1f6f9d0de903d0fbec6f9eea691882901b1149bd9c57173cd07615475175faa5d27b7e6c6e9a67c4b2ce23eb300dfd7c0689751d3d0d1bcc6d1b9541f1
23 DIST pypowervm-1.1.6.tar.gz 872456 BLAKE2B 02afd4c25aa5f0b005e621fe190decb2724ff289d6f1330744428bd6616a8b784e79486e4e26b46ee76a3e6346f16100cd788f705f264ca9b29b8522a2c8bc9b SHA512 31211b93f85cda9067e29700794daf9aed5c43478c27eb6dd5a150120282a7d46d4fa4fdf5fa038023153b02aae85f236d681e66646912a464bc3d265c87fefa
24
25 diff --git a/dev-python/pypowervm/pypowervm-1.1.16.ebuild b/dev-python/pypowervm/pypowervm-1.1.16.ebuild
26 new file mode 100644
27 index 00000000000..f2e563fecaa
28 --- /dev/null
29 +++ b/dev-python/pypowervm/pypowervm-1.1.16.ebuild
30 @@ -0,0 +1,37 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Python binding for the PowerVM REST API"
40 +HOMEPAGE="https://pypi.org/project/pypowervm/"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm64 ~x86"
46 +IUSE=""
47 +
48 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
49 + !~dev-python/pbr-2.1.0"
50 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51 + ${CDEPEND}"
52 +RDEPEND="${DEPEND}
53 + >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
54 + !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
55 + >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
56 + >=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
57 + >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
58 + !~dev-python/oslo-i18n-3.15.2[${PYTHON_USEDEP}]
59 + >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
60 + >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
61 + dev-python/pyasn1-modules[${PYTHON_USEDEP}]
62 + dev-python/pyasn1[${PYTHON_USEDEP}]
63 + >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
64 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
65 + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
66 + virtual/python-futures[${PYTHON_USEDEP}]
67 + >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}]"