[gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/

2020-11-27 Thread Michał Górny
commit: 5a35c22536e43da60c55513d3f1aa8a2e1f48dd2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 27 16:14:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 27 16:18:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a35c225

dev-python/python-saharaclient: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python-saharaclient/Manifest|  1 -
 .../python-saharaclient-2.2.1.ebuild   | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/python-saharaclient/Manifest 
b/dev-python/python-saharaclient/Manifest
index ac1c564ea37..17d2a6b0046 100644
--- a/dev-python/python-saharaclient/Manifest
+++ b/dev-python/python-saharaclient/Manifest
@@ -1,2 +1 @@
-DIST python-saharaclient-2.2.1.tar.gz 111417 BLAKE2B 
b4545a161a630caabca9318eb0ead796b417d686cdf2c134f7e8022e3e62e7b01e5db7cff1950826d49798d6e6ea41334138bcf918dfb23a2eaf6527c0788fde
 SHA512 
f5ebbe76d00a9bab4239bc19df2bde30b133b261bf8abb63db12cde9539c5bc92fb1a24b6c9ed6e8a509a44ae2abe98f5e8b74655517a1e2c2126938cc5c517f
 DIST python-saharaclient-3.2.1.tar.gz 106266 BLAKE2B 
a9f439028ae523a452b5cdc0024e4d44527c3114826432cef837df1c32bbd89035ec09c8f72c349e7fc8347d438236b61e20df253119bf35bf69e27b00c2affa
 SHA512 
a0e9dec4a8a1b86de182535060c99d79c7aa4c93f801088a0b7d6a40084294821c22de531b00cf73b4f6940e72dc43e505bea8aee218fdcb63ef0727aa806544

diff --git a/dev-python/python-saharaclient/python-saharaclient-2.2.1.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-2.2.1.ebuild
deleted file mode 100644
index 1db9c625a1d..000
--- a/dev-python/python-saharaclient/python-saharaclient-2.2.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="This is a client for the OpenStack Sahara API, aka HADOOP"
-HOMEPAGE="https://github.com/openstack/python-saharaclient;
-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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
-   )"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/osc-lib-1.11.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   testr init
-   testr run --parallel || die "testsuite failed under python2.7"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/

2020-11-25 Thread Michał Górny
commit: d8337c37309424856a2f47c9c7497f0c2f736465
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 25 09:42:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 25 09:46:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8337c37

dev-python/python-saharaclient: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python-saharaclient/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/python-saharaclient/metadata.xml 
b/dev-python/python-saharaclient/metadata.xml
index b94cfadbb36..921d4906181 100644
--- a/dev-python/python-saharaclient/metadata.xml
+++ b/dev-python/python-saharaclient/metadata.xml
@@ -9,6 +9,7 @@
 openst...@gentoo.org
 Openstack
   
+  
   
 python-saharaclient
 openstack/python-saharaclient



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/

2020-10-19 Thread Matthew Thode
commit: 065219418b661df2da32eaaea951ff0ae3d8bbf1
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct 19 21:29:59 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 19 21:29:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06521941

dev-python/python-saharaclient: set DISTUTILS_USE_SETUPTOOLS=bdepend

Closes: https://bugs.gentoo.org/750146
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild
index b8168298872..c4fa1e604d5 100644
--- a/dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/

2020-10-18 Thread Matthew Thode
commit: b78829d20e5c3594bea706dc906bf2c9d4e79830
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 18 23:09:55 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Oct 18 23:09:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78829d2

dev-python/python-saharaclient: 3.2.1 bump

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-saharaclient/Manifest|  1 +
 .../python-saharaclient-3.2.1.ebuild   | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/python-saharaclient/Manifest 
b/dev-python/python-saharaclient/Manifest
index e73ae889f16..ac1c564ea37 100644
--- a/dev-python/python-saharaclient/Manifest
+++ b/dev-python/python-saharaclient/Manifest
@@ -1 +1,2 @@
 DIST python-saharaclient-2.2.1.tar.gz 111417 BLAKE2B 
b4545a161a630caabca9318eb0ead796b417d686cdf2c134f7e8022e3e62e7b01e5db7cff1950826d49798d6e6ea41334138bcf918dfb23a2eaf6527c0788fde
 SHA512 
f5ebbe76d00a9bab4239bc19df2bde30b133b261bf8abb63db12cde9539c5bc92fb1a24b6c9ed6e8a509a44ae2abe98f5e8b74655517a1e2c2126938cc5c517f
+DIST python-saharaclient-3.2.1.tar.gz 106266 BLAKE2B 
a9f439028ae523a452b5cdc0024e4d44527c3114826432cef837df1c32bbd89035ec09c8f72c349e7fc8347d438236b61e20df253119bf35bf69e27b00c2affa
 SHA512 
a0e9dec4a8a1b86de182535060c99d79c7aa4c93f801088a0b7d6a40084294821c22de531b00cf73b4f6940e72dc43e505bea8aee218fdcb63ef0727aa806544

diff --git a/dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild
new file mode 100644
index 000..b8168298872
--- /dev/null
+++ b/dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="This is a client for the OpenStack Sahara API, aka HADOOP"
+HOMEPAGE="https://github.com/openstack/python-saharaclient;
+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"
+
+DEPEND="
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/osc-lib-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/python-openstackclient-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/

2019-07-27 Thread Matthew Thode
commit: ff08c971ad3b2b424cff9d455c0c6c032d5c4aed
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 27 18:01:19 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 27 18:14:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff08c971

dev-python/python-saharaclient: 2.2.1 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-saharaclient/Manifest|  1 -
 .../python-saharaclient-2.2.0.ebuild   | 53 --
 .../python-saharaclient-2.2.1.ebuild   |  2 +-
 3 files changed, 1 insertion(+), 55 deletions(-)

diff --git a/dev-python/python-saharaclient/Manifest 
b/dev-python/python-saharaclient/Manifest
index 1e043d8c8f4..e73ae889f16 100644
--- a/dev-python/python-saharaclient/Manifest
+++ b/dev-python/python-saharaclient/Manifest
@@ -1,2 +1 @@
-DIST python-saharaclient-2.2.0.tar.gz 111804 BLAKE2B 
5a52b7d51c3cc283b7785e7e3495ded4fc3b0b92ff8a8c01c61e6f04a6a54458f50e5505270018586ba08a9e55af809139f4fa892f9e9b86e072d12eee40e47e
 SHA512 
88e630ab1b28404329572adadc3c923b592c47e6a2ccecbd40f79a0f3d6d65eb1476d62c6c5dc0f2d2e6687dbb5e1cdab4011c5c6355f29033b801b8c25f206c
 DIST python-saharaclient-2.2.1.tar.gz 111417 BLAKE2B 
b4545a161a630caabca9318eb0ead796b417d686cdf2c134f7e8022e3e62e7b01e5db7cff1950826d49798d6e6ea41334138bcf918dfb23a2eaf6527c0788fde
 SHA512 
f5ebbe76d00a9bab4239bc19df2bde30b133b261bf8abb63db12cde9539c5bc92fb1a24b6c9ed6e8a509a44ae2abe98f5e8b74655517a1e2c2126938cc5c517f

diff --git a/dev-python/python-saharaclient/python-saharaclient-2.2.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-2.2.0.ebuild
deleted file mode 100644
index 6b8d67117b5..000
--- a/dev-python/python-saharaclient/python-saharaclient-2.2.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="This is a client for the OpenStack Sahara API, aka HADOOP"
-HOMEPAGE="https://github.com/openstack/python-saharaclient;
-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"
-IUSE="test"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
-   )"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/osc-lib-1.11.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   testr init
-   testr run --parallel || die "testsuite failed under python2.7"
-}

diff --git a/dev-python/python-saharaclient/python-saharaclient-2.2.1.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-2.2.1.ebuild
index 981baeb7c40..6b8d67117b5 100644
--- a/dev-python/python-saharaclient/python-saharaclient-2.2.1.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-2.2.1.ebuild
@@ -12,7 +12,7 @@ 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-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/

2019-06-27 Thread Matthew Thode
commit: 1228164d3bc0a1586f4b37607c94de71e1113741
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jun 27 14:50:49 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jun 27 15:25:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1228164d

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

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-saharaclient/Manifest|  3 +-
 .../python-saharaclient-1.1.0.ebuild   | 55 --
 ...5.0.ebuild => python-saharaclient-2.2.1.ebuild} | 19 +++-
 3 files changed, 8 insertions(+), 69 deletions(-)

diff --git a/dev-python/python-saharaclient/Manifest 
b/dev-python/python-saharaclient/Manifest
index 15861f90e2d..1e043d8c8f4 100644
--- a/dev-python/python-saharaclient/Manifest
+++ b/dev-python/python-saharaclient/Manifest
@@ -1,3 +1,2 @@
-DIST python-saharaclient-1.1.0.tar.gz 81664 BLAKE2B 
8bfc8ed2bcc4cc13e6894d7776f7cb99c8a72632e132801df689832ef847c56b7cedf39abb112223a2919ea3ef52fc99e31290f7acb555f76505e11f195c48db
 SHA512 
0799549d68bc65792cdf0129f3590667a1a87697182ad24c5c41e9c01abf5e133a16a60fe0331f313da44017aaf0503bbc131e8a62536a692032af36ae9f1386
-DIST python-saharaclient-1.5.0.tar.gz 94824 BLAKE2B 
cacc3f2e8a1df5f7e50f5b5c004745333ea4b287c0a86792247212fb873ec55329719f16472c3c7fef196f2ce8fd05c760e8db33b84e0ea949f7e89997c0f960
 SHA512 
8b845ad0eefa05b564659dea9e619a3946e0d62a981b46a4fecfc2d4aab785b8eeb2e18266d5467efd8e0ca31c441af7da41a816ea42405a8cd137adeae2793b
 DIST python-saharaclient-2.2.0.tar.gz 111804 BLAKE2B 
5a52b7d51c3cc283b7785e7e3495ded4fc3b0b92ff8a8c01c61e6f04a6a54458f50e5505270018586ba08a9e55af809139f4fa892f9e9b86e072d12eee40e47e
 SHA512 
88e630ab1b28404329572adadc3c923b592c47e6a2ccecbd40f79a0f3d6d65eb1476d62c6c5dc0f2d2e6687dbb5e1cdab4011c5c6355f29033b801b8c25f206c
+DIST python-saharaclient-2.2.1.tar.gz 111417 BLAKE2B 
b4545a161a630caabca9318eb0ead796b417d686cdf2c134f7e8022e3e62e7b01e5db7cff1950826d49798d6e6ea41334138bcf918dfb23a2eaf6527c0788fde
 SHA512 
f5ebbe76d00a9bab4239bc19df2bde30b133b261bf8abb63db12cde9539c5bc92fb1a24b6c9ed6e8a509a44ae2abe98f5e8b74655517a1e2c2126938cc5c517f

diff --git a/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild
deleted file mode 100644
index a17244d2959..000
--- a/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="This is a client for the OpenStack Sahara API, aka HADOOP"
-HOMEPAGE="https://github.com/openstack/python-saharaclient;
-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"
-IUSE="test"
-
-CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/os-testr-0.8.0[${PYTHON_USEDEP}]
-   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
-   =dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   )"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-2.18.0[${PYTHON_USEDEP}]
-   >=dev-python/osc-lib-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.11.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
-   >=dev-python/python-openstackclient-3.3.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}]"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   testr init
-   testr run --parallel || die "testsuite failed under python2.7"
-}

diff --git a/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-2.2.1.ebuild
similarity index 72%
rename from dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild
rename to dev-python/python-saharaclient/python-saharaclient-2.2.1.ebuild
index cffa8d92287..981baeb7c40 100644
--- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/

2019-05-11 Thread Matthew Thode
commit: 7f88cd3a741eaf6ca4ae2ab9201322d1a0383e9e
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 11 19:44:58 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 11 19:47:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f88cd3a

dev-python/python-saharaclient: 2.2.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-saharaclient/python-saharaclient-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-saharaclient/python-saharaclient-2.2.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-2.2.0.ebuild
index 981baeb7c40..6b8d67117b5 100644
--- a/dev-python/python-saharaclient/python-saharaclient-2.2.0.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-2.2.0.ebuild
@@ -12,7 +12,7 @@ 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-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/

2019-04-12 Thread Matthew Thode
commit: 40fca654241dae586c6e7dea32e929d461863d21
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr 12 21:36:22 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Apr 12 22:47:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fca654

dev-python/python-saharaclient: 2.2.0 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-saharaclient/Manifest|  1 +
 .../python-saharaclient-2.2.0.ebuild   | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/python-saharaclient/Manifest 
b/dev-python/python-saharaclient/Manifest
index 1c31215bf76..15861f90e2d 100644
--- a/dev-python/python-saharaclient/Manifest
+++ b/dev-python/python-saharaclient/Manifest
@@ -1,2 +1,3 @@
 DIST python-saharaclient-1.1.0.tar.gz 81664 BLAKE2B 
8bfc8ed2bcc4cc13e6894d7776f7cb99c8a72632e132801df689832ef847c56b7cedf39abb112223a2919ea3ef52fc99e31290f7acb555f76505e11f195c48db
 SHA512 
0799549d68bc65792cdf0129f3590667a1a87697182ad24c5c41e9c01abf5e133a16a60fe0331f313da44017aaf0503bbc131e8a62536a692032af36ae9f1386
 DIST python-saharaclient-1.5.0.tar.gz 94824 BLAKE2B 
cacc3f2e8a1df5f7e50f5b5c004745333ea4b287c0a86792247212fb873ec55329719f16472c3c7fef196f2ce8fd05c760e8db33b84e0ea949f7e89997c0f960
 SHA512 
8b845ad0eefa05b564659dea9e619a3946e0d62a981b46a4fecfc2d4aab785b8eeb2e18266d5467efd8e0ca31c441af7da41a816ea42405a8cd137adeae2793b
+DIST python-saharaclient-2.2.0.tar.gz 111804 BLAKE2B 
5a52b7d51c3cc283b7785e7e3495ded4fc3b0b92ff8a8c01c61e6f04a6a54458f50e5505270018586ba08a9e55af809139f4fa892f9e9b86e072d12eee40e47e
 SHA512 
88e630ab1b28404329572adadc3c923b592c47e6a2ccecbd40f79a0f3d6d65eb1476d62c6c5dc0f2d2e6687dbb5e1cdab4011c5c6355f29033b801b8c25f206c

diff --git a/dev-python/python-saharaclient/python-saharaclient-2.2.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-2.2.0.ebuild
new file mode 100644
index 000..4075e3e58ec
--- /dev/null
+++ b/dev-python/python-saharaclient/python-saharaclient-2.2.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="This is a client for the OpenStack Sahara API, aka HADOOP"
+HOMEPAGE="https://github.com/openstack/python-saharaclient;
+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"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   )"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/osc-lib-1.11.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   testr init
+   testr run --parallel || die "testsuite failed under python2.7"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/

2018-06-24 Thread Pacho Ramos
commit: e8464652b64461cf5eae715e90a842c4bd288d73
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun 24 19:14:12 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun 24 19:21:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8464652

dev-python/python-saharaclient: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild
index b09c05d5363..7cb3064d30e 100644
--- a/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild
@@ -2,7 +2,7 @@
 # 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
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/

2018-03-30 Thread Matt Thode
commit: b768072b9cc0fde12d516d850cf7b5d21e75df63
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 31 01:44:57 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Mar 31 01:53:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b768072b

dev-python/python-saharaclient: 1.5.0 stablized under allarchesa

Stablized for Openstack Queens

 dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild
index 2decbd698ac..b09c05d5363 100644
--- a/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild
@@ -12,7 +12,7 @@ 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-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/

2018-02-23 Thread Matt Thode
commit: 15957964bde103bb504fb1591fff4f6785d0caeb
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Feb 24 06:52:56 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Feb 24 06:52:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15957964

dev-python/python-saharaclient: 1.5.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/python-saharaclient/Manifest|  2 +-
 .../python-saharaclient-0.11.0.ebuild  | 63 --
 .../python-saharaclient-1.5.0.ebuild   | 58 
 3 files changed, 59 insertions(+), 64 deletions(-)

diff --git a/dev-python/python-saharaclient/Manifest 
b/dev-python/python-saharaclient/Manifest
index 8ba64255ff8..1c31215bf76 100644
--- a/dev-python/python-saharaclient/Manifest
+++ b/dev-python/python-saharaclient/Manifest
@@ -1,2 +1,2 @@
-DIST python-saharaclient-0.11.0.tar.gz 101842 BLAKE2B 
0794f58e8add97161db0d65e282b7efa8c5d772a8c4666ff0a8f36d5a3055d9cf03cbdd34cac70828b56924aae7a64719519fc8d625c748e51430d2f0379dada
 SHA512 
de30918d23b5b8191b2e49f0f7116510533da15be412d87c9018af2e4144082e9cb127713a4aff3ac03d72867a9855d73cbd56b83db24a9bad9b7b422c451018
 DIST python-saharaclient-1.1.0.tar.gz 81664 BLAKE2B 
8bfc8ed2bcc4cc13e6894d7776f7cb99c8a72632e132801df689832ef847c56b7cedf39abb112223a2919ea3ef52fc99e31290f7acb555f76505e11f195c48db
 SHA512 
0799549d68bc65792cdf0129f3590667a1a87697182ad24c5c41e9c01abf5e133a16a60fe0331f313da44017aaf0503bbc131e8a62536a692032af36ae9f1386
+DIST python-saharaclient-1.5.0.tar.gz 94824 BLAKE2B 
cacc3f2e8a1df5f7e50f5b5c004745333ea4b287c0a86792247212fb873ec55329719f16472c3c7fef196f2ce8fd05c760e8db33b84e0ea949f7e89997c0f960
 SHA512 
8b845ad0eefa05b564659dea9e619a3946e0d62a981b46a4fecfc2d4aab785b8eeb2e18266d5467efd8e0ca31c441af7da41a816ea42405a8cd137adeae2793b

diff --git a/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild
deleted file mode 100644
index 44ad54f77a7..000
--- a/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="This is a client for the OpenStack Sahara API, aka HADOOP"
-HOMEPAGE="https://github.com/openstack/python-saharaclient;
-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.6.0[${PYTHON_USEDEP}]
-   https://github.com/openstack/python-saharaclient;
+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"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/os-testr-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   )"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   testr init
+   testr run --parallel || die "testsuite failed under python2.7"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/

2017-02-26 Thread Matt Thode
commit: 96c71a551a64520a5cb7872d8a28a6e0b3ca73f3
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 27 06:36:57 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 27 06:43:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c71a55

dev-python/python-saharaclient: adding missing python impls

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild
index 87c6eb6a30..78d94448be 100644
--- a/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/

2017-02-26 Thread Matt Thode
commit: 52c7e3adb51fde935febb063ca0a74f38889bf9d
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 27 06:29:12 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 27 06:42:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c7e3ad

dev-python/python-saharaclient: bup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/python-saharaclient/Manifest|  1 +
 .../python-saharaclient-1.1.0.ebuild   | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/python-saharaclient/Manifest 
b/dev-python/python-saharaclient/Manifest
index 39b25ffc5b..663bc07e8f 100644
--- a/dev-python/python-saharaclient/Manifest
+++ b/dev-python/python-saharaclient/Manifest
@@ -1 +1,2 @@
 DIST python-saharaclient-0.11.0.tar.gz 101842 SHA256 
0c08bcc7d490a9133ecc261bc8b270f3a4187952b19aa375e59a460491dc40bd SHA512 
de30918d23b5b8191b2e49f0f7116510533da15be412d87c9018af2e4144082e9cb127713a4aff3ac03d72867a9855d73cbd56b83db24a9bad9b7b422c451018
 WHIRLPOOL 
97cd3f7b90f96d010d2f267c7ae593ea9c492a4b75c048596b53f1083dd57027dd79b3f0acb3708536ce1bba2ef3ae1afe4eada22355c7c8792164652a7fbc79
+DIST python-saharaclient-1.1.0.tar.gz 81664 SHA256 
cb9c07f8131927886fd17b9c28e33f1aa840db1aac82e120ae531807638b1e80 SHA512 
0799549d68bc65792cdf0129f3590667a1a87697182ad24c5c41e9c01abf5e133a16a60fe0331f313da44017aaf0503bbc131e8a62536a692032af36ae9f1386
 WHIRLPOOL 
6aa4aecff6c97cc432a6c192762ae9e8a5d56567579ca4425c236db3f746d438a57aa320544c16459be6bd750ca0bc5404851d256cfea20a5e2dced8a485a6bd

diff --git a/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild
new file mode 100644
index 00..87c6eb6a30
--- /dev/null
+++ b/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="This is a client for the OpenStack Sahara API, aka HADOOP"
+HOMEPAGE="https://github.com/openstack/python-saharaclient;
+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"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/os-testr-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
+   =dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   )"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-2.18.0[${PYTHON_USEDEP}]
+   >=dev-python/osc-lib-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.11.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
+   >=dev-python/python-openstackclient-3.3.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}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   testr init
+   testr run --parallel || die "testsuite failed under python2.7"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/

2015-10-04 Thread Robin H. Johnson
commit: 304f607baa0d33f4a418847b88878155120a5227
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Oct  4 21:11:18 2015 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Oct  4 21:12:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304f607b

Missing upstream dep, fixes: from oslo_log import log as logging

Package-Manager: portage-2.2.20.1

 dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild
index 17c213c..c14fac7 100644
--- a/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild
@@ -50,7 +50,8 @@ RDEPEND="
>=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
-   =dev-python/oslo-log-1.10.0[${PYTHON_USEDEP}]"
 
 python_prepare_all() {
sed -i '/^argparse/d' requirements.txt || die



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/

2015-09-02 Thread Matt Thode
commit: 7951f5d270e791329e27b9e89677f69c270339fa
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Sep  3 03:40:47 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Sep  3 03:42:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7951f5d2

dev-python/python-saharaclient: bup for liberty

Package-Manager: portage-2.2.20.1

 dev-python/python-saharaclient/Manifest|  1 +
 .../python-saharaclient-0.11.0.ebuild  | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/python-saharaclient/Manifest 
b/dev-python/python-saharaclient/Manifest
index 6586169..fa87443 100644
--- a/dev-python/python-saharaclient/Manifest
+++ b/dev-python/python-saharaclient/Manifest
@@ -1,2 +1,3 @@
+DIST python-saharaclient-0.11.0.tar.gz 101842 SHA256 
0c08bcc7d490a9133ecc261bc8b270f3a4187952b19aa375e59a460491dc40bd SHA512 
de30918d23b5b8191b2e49f0f7116510533da15be412d87c9018af2e4144082e9cb127713a4aff3ac03d72867a9855d73cbd56b83db24a9bad9b7b422c451018
 WHIRLPOOL 
97cd3f7b90f96d010d2f267c7ae593ea9c492a4b75c048596b53f1083dd57027dd79b3f0acb3708536ce1bba2ef3ae1afe4eada22355c7c8792164652a7fbc79
 DIST python-saharaclient-0.7.0.tar.gz 72542 SHA256 
7c83fb7709a870101539bd25d76225dc7a65e3848e2d698403e0a410c67fe388 SHA512 
788d6a0586b00dc6d367f34ede74109d787c4cf4abd8dd2d7ef11bebe7440add42da54c3c9aaa8bdf201444d1c5fd38e5da41b327cc166b396978e85608120e9
 WHIRLPOOL 
f5e4ab52eda75b626c8d8a722869eb9914f6a8e29ea9c6815e510e42c93f912dda8e7887fe0342faac4fdf0baf4ce727fb7fbc133281b98d2586b258a65e3799
 DIST python-saharaclient-0.9.0.tar.gz 92694 SHA256 
3a268992bc7383fecbfe067b497f28c16d6577cc87646a4e88d32a954c744885 SHA512 
626e99077e3d7e676be82fd0ad3e9a67d1a471dd947951a22e4402e38d5b9f4db9a35a4b7cd7f4a3bb48a2f1d0927a025115fc3f2325e64d3bc06f0839fb5c3d
 WHIRLPOOL 
308af2a580eb27b9452413a343de3e832250a28c86fbabcf0fd320aebb2cc3aa8f750de805ea8d4757a20713c4076b7aac5996680546ea51535080120ff1173a

diff --git a/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild
new file mode 100644
index 000..17c213c
--- /dev/null
+++ b/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="This is a client for the OpenStack Sahara API, aka HADOOP"
+HOMEPAGE="https://github.com/openstack/python-saharaclient;
+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.6.0[${PYTHON_USEDEP}]
+