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-manilaclient/
Date: Sat, 24 Feb 2018 07:19:17
Message-Id: 1519454715.0462489eae26ed3a4e48146d8ee3bbd477fc8dfc.prometheanfire@gentoo
1 commit: 0462489eae26ed3a4e48146d8ee3bbd477fc8dfc
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 24 06:45:15 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 24 06:45:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0462489e
7
8 dev-python/python-manilaclient: 1.21.1 bup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/python-manilaclient/Manifest | 2 +-
13 .../python-manilaclient-1.11.0.ebuild | 40 --------------------
14 .../python-manilaclient-1.21.0.ebuild | 43 ++++++++++++++++++++++
15 3 files changed, 44 insertions(+), 41 deletions(-)
16
17 diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest
18 index f9bdce4bdeb..851999c870f 100644
19 --- a/dev-python/python-manilaclient/Manifest
20 +++ b/dev-python/python-manilaclient/Manifest
21 @@ -1,2 +1,2 @@
22 -DIST python-manilaclient-1.11.0.tar.gz 167117 BLAKE2B 38d584270bef055c977735b269ecae5b787c0592547d07599ecb82566d00a88458d970dd49576d77b00a2126b187eae55de52fa0dc11c98875d93f5891f5f465 SHA512 7427b3a54d75ad014d3b859a51d9693ab964a1a5376a64e396f16b308619f23183f610299ced2a76aeab2eddf47310435c7c654dec662dad9e13089d93e284b3
23 DIST python-manilaclient-1.14.0.tar.gz 193535 BLAKE2B 33052c0c601d1a51f6200e5a05ddeeb96e57a174bf8adc929b848e99bce05764596ff5bf79922757d9b9d2785eff8c81681751f1b7bb6263d6d1eb88f8502e29 SHA512 9cfeffa8919af788b50b2753d722ee5472b45332a8e8dcfd290719344d1d6e7c7880ba0166ccc1c39b1eb15adaa1d8b012d923a04f4ba5b3a2a9774af981bb6a
24 +DIST python-manilaclient-1.21.0.tar.gz 208720 BLAKE2B 62249b9d3ba22e77d59e060e372901fc3447f44e06c91236c74ba9c16b69bf52ebb8a186405dc2906177bc974df979507c8c9b085a81b8da61618cfc0a07d1fb SHA512 bedaf6d23968a36498e7cd4500f02540debe2b8aa1d7eb73b654c09f1da6a0e397fdd68b978c5e7706365354dbb42f7ddbcd0b2801f3ae706aaa7c2059a16c62
25
26 diff --git a/dev-python/python-manilaclient/python-manilaclient-1.11.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-1.11.0.ebuild
27 deleted file mode 100644
28 index 5519d6c88cb..00000000000
29 --- a/dev-python/python-manilaclient/python-manilaclient-1.11.0.ebuild
30 +++ /dev/null
31 @@ -1,40 +0,0 @@
32 -# Copyright 1999-2016 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="A client for the OpenStack Manila API"
41 -HOMEPAGE="https://github.com/openstack/python-manilaclient"
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 ~amd64-linux ~x86-linux"
47 -
48 -CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
49 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
50 - ${CDEPEND}"
51 -RDEPEND="
52 - ${CDEPEND}
53 - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
54 - >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
55 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
56 - >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
57 - >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
58 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
59 - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
60 - >=dev-python/simplejson-2.2.0[${PYTHON_USEDEP}]
61 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
62 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
63 - >=dev-python/python-keystoneclient-2.0.0[${PYTHON_USEDEP}]
64 - !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}]
65 -"
66 -
67 -python_prepare_all() {
68 - # built in...
69 - sed -i '/^hacking/d' test-requirements.txt || die
70 - distutils-r1_python_prepare_all
71 -}
72
73 diff --git a/dev-python/python-manilaclient/python-manilaclient-1.21.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-1.21.0.ebuild
74 new file mode 100644
75 index 00000000000..b80c71a39b8
76 --- /dev/null
77 +++ b/dev-python/python-manilaclient/python-manilaclient-1.21.0.ebuild
78 @@ -0,0 +1,43 @@
79 +# Copyright 1999-2018 Gentoo Foundation
80 +# Distributed under the terms of the GNU General Public License v2
81 +
82 +EAPI=6
83 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
84 +
85 +inherit distutils-r1
86 +
87 +DESCRIPTION="A client for the OpenStack Manila API"
88 +HOMEPAGE="https://github.com/openstack/python-manilaclient"
89 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
90 +
91 +LICENSE="Apache-2.0"
92 +SLOT="0"
93 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
94 +
95 +CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
96 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
97 + ${CDEPEND}"
98 +RDEPEND="
99 + ${CDEPEND}
100 + virtual/python-ipaddress[${PYTHON_USEDEP}]
101 + >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
102 + >=dev-python/oslo-log-3.30.0[${PYTHON_USEDEP}]
103 + >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
104 + !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
105 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
106 + >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
107 + <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
108 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
109 + >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
110 + >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
111 + !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
112 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
113 + >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
114 + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
115 +"
116 +
117 +python_prepare_all() {
118 + # built in...
119 + sed -i '/^hacking/d' test-requirements.txt || die
120 + distutils-r1_python_prepare_all
121 +}