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