commit:     e27a166d44ec83d576179b0e3d98774c26bea6c0
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  1 17:03:04 2018 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Aug  1 17:03:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e27a166d

dev-python/python-ironicclient: 2.2.1 bump with cleanup

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/python-ironicclient/Manifest            |  4 +-
 .../python-ironicclient-0.9.0.ebuild               | 71 --------------------
 .../python-ironicclient-1.7.1.ebuild               | 76 ----------------------
 ...1.1.ebuild => python-ironicclient-2.2.1.ebuild} | 50 +++++++-------
 4 files changed, 27 insertions(+), 174 deletions(-)

diff --git a/dev-python/python-ironicclient/Manifest 
b/dev-python/python-ironicclient/Manifest
index 8aa1a67a5ab..9db500b1e75 100644
--- a/dev-python/python-ironicclient/Manifest
+++ b/dev-python/python-ironicclient/Manifest
@@ -1,4 +1,2 @@
-DIST python-ironicclient-0.9.0.tar.gz 95562 BLAKE2B 
a7030494cf706fd000ee52e2c1d9eb6e8c091ae667ddfb185dcf3fad16298229209340e92622310f70a44f0d32591175b6272f0fd1778e562a8c59c126bee9ba
 SHA512 
324aec8ed9861ce2df4b7783b7bd8b98e30efbc8775ddcb4668f760d8916248df0d32def5cb2d30e9e743ff30e5b6717c653ca6e5cb9ea25b536a369ac45be5d
-DIST python-ironicclient-1.11.1.tar.gz 171255 BLAKE2B 
2bd5c0be160a552826a4a6b767022e266b1765fbc4b4befb55a90c533eeb6ecb5cb289c708f83b7e87762845c6cd051854d05a1b8886f8f218c3c29a09294e62
 SHA512 
d8f164ad46a7fd3d3fd9a11e44384f1acb52b0ce9b4567b08a7e59d32e2098678c74afd2025689df1f0959d72072308867fec57ee0a9e14ba8ea33ec4ca8cbe6
 DIST python-ironicclient-1.17.0.tar.gz 206742 BLAKE2B 
8fb92acb02e146916dfebd677ac1c179e78b0c16af80fe59361de6def1435d58466a1b9aef9798a05e0ed2ddc30e860e7da7579c2e6a336ff5f220d41b93b51e
 SHA512 
3a1594d499dbfb508a87e87459308cdeb3eac9987116c8a7a250c5751fc1d4785056033e521ec5d99514a2b6c84362e7576dfec9c4941970422cf2757262c651
-DIST python-ironicclient-1.7.1.tar.gz 147835 BLAKE2B 
e656657833e7b5728d3c7f38707be01c3dbbf224101db64c05f94a2bab2bf0b64bc957aa60b84e383ff3170f77fb599e5132f1ce284128589ac0372cf654d29d
 SHA512 
65d94f745c9544805bd73f77dcdc7f0ab731f932a01629089a952af6f30b85d1db38f518cd4e82ec0346c13dbcaf1eb0e4e166b28d940c77fcbb57ae2465ac08
+DIST python-ironicclient-2.2.1.tar.gz 220436 BLAKE2B 
b36a5d0b2c297f52a121aa96007ce03556199d7d6139198e39114f2931fd7004bdf76fc5eca369247975bb9eb6d853a2fb4be133976de0ddfeb5767ead6c3c1a
 SHA512 
1827dba991c59cea8a43dd11d0f8f0f1dd6ae41a7f1f28d9d200bac61ae9a4901ac280107fa91a95ebf24072634eadee2e0140f5e1cf5962496f34997815aa04

diff --git a/dev-python/python-ironicclient/python-ironicclient-0.9.0.ebuild 
b/dev-python/python-ironicclient/python-ironicclient-0.9.0.ebuild
deleted file mode 100644
index 1cd53910dde..00000000000
--- a/dev-python/python-ironicclient/python-ironicclient-0.9.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for the Ironic API"
-HOMEPAGE="http://www.openstack.org/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-CDEPEND="
-       >=dev-python/pbr-1.8[${PYTHON_USEDEP}]
-"
-CRDEPEND="
-       >=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
-       >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
-       >=dev-python/dogpile-cache-0.5.4[${PYTHON_USEDEP}]
-       >=dev-python/cliff-1.14.0[${PYTHON_USEDEP}]
-       >=dev-python/httplib2-0.7.5[${PYTHON_USEDEP}]
-       >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
-       >=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
-       >=dev-python/oslo-utils-2.0.0[${PYTHON_USEDEP}]
-       >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
-       <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
-       >=dev-python/python-keystoneclient-1.6.0[${PYTHON_USEDEP}]
-       >=dev-python/python-openstackclient-1.5.0[${PYTHON_USEDEP}]
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       ${CDEPEND}
-       test? (
-               ${CRDEPEND}
-               >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
-               dev-python/doc8[${PYTHON_USEDEP}]
-               >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
-               >=dev-python/httpretty-0.8.4[${PYTHON_USEDEP}]
-               <dev-python/httpretty-0.8.7[${PYTHON_USEDEP}]
-               >=dev-python/mock-1.2[${PYTHON_USEDEP}]
-               >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
-               >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
-               >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-               >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
-               !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
-               <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
-               >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-               >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-       )
-"
-RDEPEND="
-       ${CDEPEND}
-       ${CRDEPEND}
-"
-python_prepare_all() {
-       sed -i '/^hacking/d' test-requirements.txt || die
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       #rm -rf .testrepository || die "couldn't remove '.testrepository' under 
${EPYTHON}"
-
-       testr init || die "testr init failed under ${EPYTHON}"
-       testr run || die "testr run failed under ${EPYTHON}"
-}

diff --git a/dev-python/python-ironicclient/python-ironicclient-1.7.1.ebuild 
b/dev-python/python-ironicclient/python-ironicclient-1.7.1.ebuild
deleted file mode 100644
index 0a9a407e86b..00000000000
--- a/dev-python/python-ironicclient/python-ironicclient-1.7.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for the Ironic API"
-HOMEPAGE="http://www.openstack.org/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-CDEPEND="
-       >=dev-python/pbr-1.8[${PYTHON_USEDEP}]
-"
-CRDEPEND="
-       >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
-       >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
-       !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
-       <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
-       >=dev-python/httplib2-0.7.5[${PYTHON_USEDEP}]
-       >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
-       >=dev-python/osc-lib-1.0.2[${PYTHON_USEDEP}]
-       >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-       >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
-       >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
-       <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
-       >=dev-python/python-openstackclient-2.1.0[${PYTHON_USEDEP}]
-       >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       ${CDEPEND}
-       test? (
-               ${CRDEPEND}
-               >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
-               dev-python/doc8[${PYTHON_USEDEP}]
-               >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-               >=dev-python/requests-mock-1.0[${PYTHON_USEDEP}]
-               >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-               >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-               >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
-               !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
-               >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
-               >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-               >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-               >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
-               <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
-               >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-               >=dev-python/os-testr-0.7.0[${PYTHON_USEDEP}]
-       )
-"
-RDEPEND="
-       ${CDEPEND}
-       ${CRDEPEND}
-"
-python_prepare_all() {
-       sed -i '/^hacking/d' test-requirements.txt || die
-       sed -i '/^tempest/d' test-requirements.txt || die
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       #rm -rf .testrepository || die "couldn't remove '.testrepository' under 
${EPYTHON}"
-
-       testr init || die "testr init failed under ${EPYTHON}"
-       testr run || die "testr run failed under ${EPYTHON}"
-}

diff --git a/dev-python/python-ironicclient/python-ironicclient-1.11.1.ebuild 
b/dev-python/python-ironicclient/python-ironicclient-2.2.1.ebuild
similarity index 51%
rename from dev-python/python-ironicclient/python-ironicclient-1.11.1.ebuild
rename to dev-python/python-ironicclient/python-ironicclient-2.2.1.ebuild
index a325de10acb..074f56903c0 100644
--- a/dev-python/python-ironicclient/python-ironicclient-1.11.1.ebuild
+++ b/dev-python/python-ironicclient/python-ironicclient-2.2.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
@@ -12,29 +12,29 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 CDEPEND="
-       >=dev-python/pbr-1.8[${PYTHON_USEDEP}]
+       >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+       !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
 "
 CRDEPEND="
        >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
        >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
-       !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
+       >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
        <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
-       >=dev-python/keystoneauth-2.18.0[${PYTHON_USEDEP}]
-       >=dev-python/osc-lib-1.2.0[${PYTHON_USEDEP}]
-       >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-       >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
+       >=dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
+       >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
+       >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+       >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
+       !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
+       >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
        >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
        <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
-       >=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}]
        >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
-       !~dev-python/requests-2.12.2[${PYTHON_USEDEP}]
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+       >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+       >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
 "
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
@@ -42,20 +42,22 @@ DEPEND="
        test? (
                ${CRDEPEND}
                >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-               dev-python/doc8[${PYTHON_USEDEP}]
+               !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+               >=dev-python/doc8-0.6.0[${PYTHON_USEDEP}]
                >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-               >=dev-python/requests-mock-1.1[${PYTHON_USEDEP}]
+               >=dev-python/requests-mock-1.1.0[${PYTHON_USEDEP}]
                >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
                >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-               >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
-               >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
-               >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-               >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-               >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
-               <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
-               >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-               >=dev-python/os-testr-0.8.0[${PYTHON_USEDEP}]
+               !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+               >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
+               >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+               >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+               >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+               !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
+               >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+               >=dev-python/os-testr-1.0.0[${PYTHON_USEDEP}]
                >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+               >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
        )
 "
 RDEPEND="

Reply via email to