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-saharaclient/
Date: Thu, 27 Jun 2019 15:26:03
Message-Id: 1561649134.1228164d3bc0a1586f4b37607c94de71e1113741.prometheanfire@gentoo
1 commit: 1228164d3bc0a1586f4b37607c94de71e1113741
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 27 14:50:49 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 27 15:25:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1228164d
7
8 dev-python/python-saharaclient: 2.2.1 bump with cleanup
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.16
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/python-saharaclient/Manifest | 3 +-
14 .../python-saharaclient-1.1.0.ebuild | 55 ----------------------
15 ...5.0.ebuild => python-saharaclient-2.2.1.ebuild} | 19 +++-----
16 3 files changed, 8 insertions(+), 69 deletions(-)
17
18 diff --git a/dev-python/python-saharaclient/Manifest b/dev-python/python-saharaclient/Manifest
19 index 15861f90e2d..1e043d8c8f4 100644
20 --- a/dev-python/python-saharaclient/Manifest
21 +++ b/dev-python/python-saharaclient/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST python-saharaclient-1.1.0.tar.gz 81664 BLAKE2B 8bfc8ed2bcc4cc13e6894d7776f7cb99c8a72632e132801df689832ef847c56b7cedf39abb112223a2919ea3ef52fc99e31290f7acb555f76505e11f195c48db SHA512 0799549d68bc65792cdf0129f3590667a1a87697182ad24c5c41e9c01abf5e133a16a60fe0331f313da44017aaf0503bbc131e8a62536a692032af36ae9f1386
24 -DIST python-saharaclient-1.5.0.tar.gz 94824 BLAKE2B cacc3f2e8a1df5f7e50f5b5c004745333ea4b287c0a86792247212fb873ec55329719f16472c3c7fef196f2ce8fd05c760e8db33b84e0ea949f7e89997c0f960 SHA512 8b845ad0eefa05b564659dea9e619a3946e0d62a981b46a4fecfc2d4aab785b8eeb2e18266d5467efd8e0ca31c441af7da41a816ea42405a8cd137adeae2793b
25 DIST python-saharaclient-2.2.0.tar.gz 111804 BLAKE2B 5a52b7d51c3cc283b7785e7e3495ded4fc3b0b92ff8a8c01c61e6f04a6a54458f50e5505270018586ba08a9e55af809139f4fa892f9e9b86e072d12eee40e47e SHA512 88e630ab1b28404329572adadc3c923b592c47e6a2ccecbd40f79a0f3d6d65eb1476d62c6c5dc0f2d2e6687dbb5e1cdab4011c5c6355f29033b801b8c25f206c
26 +DIST python-saharaclient-2.2.1.tar.gz 111417 BLAKE2B b4545a161a630caabca9318eb0ead796b417d686cdf2c134f7e8022e3e62e7b01e5db7cff1950826d49798d6e6ea41334138bcf918dfb23a2eaf6527c0788fde SHA512 f5ebbe76d00a9bab4239bc19df2bde30b133b261bf8abb63db12cde9539c5bc92fb1a24b6c9ed6e8a509a44ae2abe98f5e8b74655517a1e2c2126938cc5c517f
27
28 diff --git a/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild b/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild
29 deleted file mode 100644
30 index a17244d2959..00000000000
31 --- a/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild
32 +++ /dev/null
33 @@ -1,55 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -PYTHON_COMPAT=( python2_7 python3_5 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="This is a client for the OpenStack Sahara API, aka HADOOP"
43 -HOMEPAGE="https://github.com/openstack/python-saharaclient"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
49 -IUSE="test"
50 -
51 -CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
52 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
53 - ${CDEPEND}
54 - test? (
55 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
56 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
57 - >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
58 - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
59 - >=dev-python/os-testr-0.8.0[${PYTHON_USEDEP}]
60 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
61 - >=dev-python/requests-mock-1.1.0[${PYTHON_USEDEP}]
62 - >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
63 - <dev-python/sphinx-1.4[${PYTHON_USEDEP}]
64 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
65 - )"
66 -RDEPEND="
67 - ${CDEPEND}
68 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
69 - >=dev-python/keystoneauth-2.18.0[${PYTHON_USEDEP}]
70 - >=dev-python/osc-lib-1.2.0[${PYTHON_USEDEP}]
71 - >=dev-python/oslo-log-3.11.0[${PYTHON_USEDEP}]
72 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
73 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
74 - >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
75 - >=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}]
76 - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
77 - !~dev-python/requests-2.12.2[${PYTHON_USEDEP}]
78 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
79 -
80 -python_prepare_all() {
81 - sed -i '/^hacking/d' test-requirements.txt || die
82 - distutils-r1_python_prepare_all
83 -}
84 -
85 -python_test() {
86 - testr init
87 - testr run --parallel || die "testsuite failed under python2.7"
88 -}
89
90 diff --git a/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild b/dev-python/python-saharaclient/python-saharaclient-2.2.1.ebuild
91 similarity index 72%
92 rename from dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild
93 rename to dev-python/python-saharaclient/python-saharaclient-2.2.1.ebuild
94 index cffa8d92287..981baeb7c40 100644
95 --- a/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild
96 +++ b/dev-python/python-saharaclient/python-saharaclient-2.2.1.ebuild
97 @@ -1,8 +1,8 @@
98 # Copyright 1999-2019 Gentoo Authors
99 # Distributed under the terms of the GNU General Public License v2
100
101 -EAPI=6
102 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
103 +EAPI=7
104 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
105
106 inherit distutils-r1
107
108 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
109
110 LICENSE="Apache-2.0"
111 SLOT="0"
112 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
113 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
114 IUSE="test"
115
116 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
117 @@ -23,21 +23,16 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
118 >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
119 !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
120 >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
121 - >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
122 >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
123 - >=dev-python/os-testr-1.0.0[${PYTHON_USEDEP}]
124 - >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
125 - >=dev-python/requests-mock-1.1.0[${PYTHON_USEDEP}]
126 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
127 - !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
128 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
129 + >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
130 + >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
131 )"
132 RDEPEND="
133 ${CDEPEND}
134 >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
135 !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
136 - >=dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
137 - >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
138 + >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
139 + >=dev-python/osc-lib-1.11.0[${PYTHON_USEDEP}]
140 >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
141 >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
142 !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]