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

2020-11-29 Thread Michał Górny
commit: 1c4268df7e73288daf67811dd78657dc9a9e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 29 08:30:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 29 08:30:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4268df

dev-python/pypowervm: Remove old

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

 dev-python/pypowervm/Manifest|  1 -
 dev-python/pypowervm/pypowervm-1.1.20.ebuild | 33 
 2 files changed, 34 deletions(-)

diff --git a/dev-python/pypowervm/Manifest b/dev-python/pypowervm/Manifest
index 199f8476acc..114b90bed34 100644
--- a/dev-python/pypowervm/Manifest
+++ b/dev-python/pypowervm/Manifest
@@ -1,2 +1 @@
-DIST pypowervm-1.1.20.tar.gz 906153 BLAKE2B 
868571636f3c21b5d179ba587f7693dcf8e55661324d3ba5578be34813a67a5b2881441c3aa3744a9fc1c6ea34626085d62c5829368c43b329edb98804d9fb9c
 SHA512 
1ceaf00f830caef918c27b342f1bf59a41e88593eb36f6c5f01c7a0ef786a69b15d271c87d161f069e12c1224ebb4f6cdf349e31a551bd26fac5206860ba9019
 DIST pypowervm-1.1.24.tar.gz 906444 BLAKE2B 
c8ed0b066963adcc36b19d919683027fba563da8486aa1775c3f82f8ef3466ae7d909eea3eedd807585bc29fe212f65b061201f8dd5cd81d6055a89cf97b6932
 SHA512 
b2d254555c7501961bd45ac7a7bfea886ac12c8eab07b6bc34352e425f6e9c9cb6fa8331796164962f1f60afcaa9aa9e8a711cdf71dcb70cce7c4188c4217543

diff --git a/dev-python/pypowervm/pypowervm-1.1.20.ebuild 
b/dev-python/pypowervm/pypowervm-1.1.20.ebuild
deleted file mode 100644
index c903bc72a42..000
--- a/dev-python/pypowervm/pypowervm-1.1.20.ebuild
+++ /dev/null
@@ -1,33 +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="Python binding for the PowerVM REST API"
-HOMEPAGE="https://pypi.org/project/pypowervm/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="${DEPEND}
-   >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
-   dev-python/pyasn1-modules[${PYTHON_USEDEP}]
-   dev-python/pyasn1[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}]"



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

2020-11-29 Thread Agostino Sarubbo
commit: 36f46d2225cdda1e2f9e2af623942a12999773f0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Nov 29 08:15:30 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Nov 29 08:15:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f46d22

dev-python/pypowervm: amd64/x86 stable (ALLARCHES policy) wrt bug #756550

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pypowervm/pypowervm-1.1.24.ebuild 
b/dev-python/pypowervm/pypowervm-1.1.24.ebuild
index f68bb14f061..70331421567 100644
--- a/dev-python/pypowervm/pypowervm-1.1.24.ebuild
+++ b/dev-python/pypowervm/pypowervm-1.1.24.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"
+KEYWORDS="amd64 ~arm64 x86"
 
 DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
 RDEPEND="



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

2020-11-25 Thread Michał Górny
commit: 14c5026789af2764d8863e865d8b777b46dc1482
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 25 10:04:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 25 10:04:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c50267

dev-python/pypowervm: Mark ALLARCHES

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

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

diff --git a/dev-python/pypowervm/metadata.xml 
b/dev-python/pypowervm/metadata.xml
index 466474501d4..7bfa765c2a6 100644
--- a/dev-python/pypowervm/metadata.xml
+++ b/dev-python/pypowervm/metadata.xml
@@ -5,6 +5,7 @@
prometheanf...@gentoo.org
Matthew Thode

+   

powervm/pypowervm
pypowervm



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

2020-10-18 Thread Matthew Thode
commit: 0322d111e20fbf477cd6a72aecc469c616b7e92c
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 18 22:29:20 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Oct 18 22:29:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0322d111

dev-python/pypowervm: 1.1.24 bump

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

 dev-python/pypowervm/Manifest|  1 +
 dev-python/pypowervm/pypowervm-1.1.24.ebuild | 31 
 2 files changed, 32 insertions(+)

diff --git a/dev-python/pypowervm/Manifest b/dev-python/pypowervm/Manifest
index 306821dcae5..199f8476acc 100644
--- a/dev-python/pypowervm/Manifest
+++ b/dev-python/pypowervm/Manifest
@@ -1 +1,2 @@
 DIST pypowervm-1.1.20.tar.gz 906153 BLAKE2B 
868571636f3c21b5d179ba587f7693dcf8e55661324d3ba5578be34813a67a5b2881441c3aa3744a9fc1c6ea34626085d62c5829368c43b329edb98804d9fb9c
 SHA512 
1ceaf00f830caef918c27b342f1bf59a41e88593eb36f6c5f01c7a0ef786a69b15d271c87d161f069e12c1224ebb4f6cdf349e31a551bd26fac5206860ba9019
+DIST pypowervm-1.1.24.tar.gz 906444 BLAKE2B 
c8ed0b066963adcc36b19d919683027fba563da8486aa1775c3f82f8ef3466ae7d909eea3eedd807585bc29fe212f65b061201f8dd5cd81d6055a89cf97b6932
 SHA512 
b2d254555c7501961bd45ac7a7bfea886ac12c8eab07b6bc34352e425f6e9c9cb6fa8331796164962f1f60afcaa9aa9e8a711cdf71dcb70cce7c4188c4217543

diff --git a/dev-python/pypowervm/pypowervm-1.1.24.ebuild 
b/dev-python/pypowervm/pypowervm-1.1.24.ebuild
new file mode 100644
index 000..f68bb14f061
--- /dev/null
+++ b/dev-python/pypowervm/pypowervm-1.1.24.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Python binding for the PowerVM REST API"
+HOMEPAGE="https://pypi.org/project/pypowervm/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
+RDEPEND="
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
+   dev-python/pyasn1-modules[${PYTHON_USEDEP}]
+   dev-python/pyasn1[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}]"



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

2020-02-09 Thread David Seifert
commit: 8dd6ab682a80274bd5c017e0b087c085a096b4e7
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb  9 12:18:13 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb  9 12:18:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd6ab68

dev-python/pypowervm: [QA] Fix OutdatedBlocker

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 dev-python/pypowervm/pypowervm-1.1.20.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/pypowervm/pypowervm-1.1.20.ebuild 
b/dev-python/pypowervm/pypowervm-1.1.20.ebuild
index c2d855a0383..45c0824f5b8 100644
--- a/dev-python/pypowervm/pypowervm-1.1.20.ebuild
+++ b/dev-python/pypowervm/pypowervm-1.1.20.ebuild
@@ -15,17 +15,14 @@ SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
${CDEPEND}"
 RDEPEND="${DEPEND}
>=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
-   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
>=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
>=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
>=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-i18n-3.15.2[${PYTHON_USEDEP}]
>=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
>=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
dev-python/pyasn1-modules[${PYTHON_USEDEP}]



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

2019-12-29 Thread Andreas Sturmlechner
commit: 6ee477aaea04febdf7266ad38e40e40a28412d9f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 28 17:40:49 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 29 13:22:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee477aa

dev-python/pypowervm: Drop python2_7

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pypowervm/pypowervm-1.1.20.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pypowervm/pypowervm-1.1.20.ebuild 
b/dev-python/pypowervm/pypowervm-1.1.20.ebuild
index a1e5972a516..dd590cfdbd4 100644
--- a/dev-python/pypowervm/pypowervm-1.1.20.ebuild
+++ b/dev-python/pypowervm/pypowervm-1.1.20.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Python binding for the PowerVM REST API"
@@ -18,7 +18,7 @@ IUSE=""
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
+   ${CDEPEND}"
 RDEPEND="${DEPEND}
>=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
!~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]



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

2019-05-11 Thread Matthew Thode
commit: 49dd869c290d4f27e953752cddbe3a6e5b8004ca
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 11 19:34:25 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 11 19:47:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49dd869c

dev-python/pypowervm: 1.1.20 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/pypowervm/pypowervm-1.1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pypowervm/pypowervm-1.1.20.ebuild 
b/dev-python/pypowervm/pypowervm-1.1.20.ebuild
index 8483673c990..a1e5972a516 100644
--- a/dev-python/pypowervm/pypowervm-1.1.20.ebuild
+++ b/dev-python/pypowervm/pypowervm-1.1.20.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"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2018-08-30 Thread Matt Thode
commit: 060c61662a5d62c730c6229f3cb9fa99d047bfd4
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 30 20:49:40 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Aug 30 21:34:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060c6166

dev-python/pypowervm: 1.1.16 bump for rocky

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/pypowervm/Manifest|  1 +
 dev-python/pypowervm/pypowervm-1.1.16.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pypowervm/Manifest b/dev-python/pypowervm/Manifest
index 7caad17914d..ccf5a8db85a 100644
--- a/dev-python/pypowervm/Manifest
+++ b/dev-python/pypowervm/Manifest
@@ -1,2 +1,3 @@
 DIST pypowervm-1.1.10.tar.gz 887266 BLAKE2B 
61767773e870fabe2b2954b0e6d13488e7eee83360e7e575fc4ba330148a84f46445c4107929f2e9a2d5ef891195de6374d9c75fd0ee624c71444c338405c8da
 SHA512 
9879b685e46efd4a15f463112bf800884d0e1bdf43ef0fe790bc65334b2f1eeea1b531a0796e1673f4114ea8727c3f3a57bc467934aa535daf17189d0068e253
+DIST pypowervm-1.1.16.tar.gz 895383 BLAKE2B 
147912526d3d20b4c94be0a57cd28f611d446d2596c07986bc8d8239640e59cd21fc96b41c6107602ab4471f125750ec2da60d456ecd9d806499ebe84a116149
 SHA512 
d71fac1f6f9d0de903d0fbec6f9eea691882901b1149bd9c57173cd07615475175faa5d27b7e6c6e9a67c4b2ce23eb300dfd7c0689751d3d0d1bcc6d1b9541f1
 DIST pypowervm-1.1.6.tar.gz 872456 BLAKE2B 
02afd4c25aa5f0b005e621fe190decb2724ff289d6f1330744428bd6616a8b784e79486e4e26b46ee76a3e6346f16100cd788f705f264ca9b29b8522a2c8bc9b
 SHA512 
31211b93f85cda9067e29700794daf9aed5c43478c27eb6dd5a150120282a7d46d4fa4fdf5fa038023153b02aae85f236d681e66646912a464bc3d265c87fefa

diff --git a/dev-python/pypowervm/pypowervm-1.1.16.ebuild 
b/dev-python/pypowervm/pypowervm-1.1.16.ebuild
new file mode 100644
index 000..f2e563fecaa
--- /dev/null
+++ b/dev-python/pypowervm/pypowervm-1.1.16.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="Python binding for the PowerVM REST API"
+HOMEPAGE="https://pypi.org/project/pypowervm/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${DEPEND}
+   >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
+   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-i18n-3.15.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
+   dev-python/pyasn1-modules[${PYTHON_USEDEP}]
+   dev-python/pyasn1[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+   >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}]"



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

2018-06-24 Thread Pacho Ramos
commit: ca27acaa671e9630f64fe44ec58c1928e3022776
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun 24 17:00:57 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun 24 17:24:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca27acaa

dev-python/pypowervm: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/pypowervm/pypowervm-1.1.10.ebuild 
b/dev-python/pypowervm/pypowervm-1.1.10.ebuild
index 540e18b87ab..b068198d828 100644
--- a/dev-python/pypowervm/pypowervm-1.1.10.ebuild
+++ b/dev-python/pypowervm/pypowervm-1.1.10.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Python binding for the PowerVM REST API"



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

2018-03-30 Thread Matt Thode
commit: 8be9af4814bf4db4599bb890102fe56587de36dd
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 31 01:43:44 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Mar 31 01:53:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be9af48

dev-python/pypowervm: 1.1.10 stablized under allarchesa

Stablized for Openstack Queens

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

diff --git a/dev-python/pypowervm/pypowervm-1.1.10.ebuild 
b/dev-python/pypowervm/pypowervm-1.1.10.ebuild
index 45d8bcbdefd..6e649c6a7a1 100644
--- a/dev-python/pypowervm/pypowervm-1.1.10.ebuild
+++ b/dev-python/pypowervm/pypowervm-1.1.10.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"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2018-02-23 Thread Matt Thode
commit: 09c9f710d624de79e7585f1357f4978173b4e8e3
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Feb 24 06:00:20 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Feb 24 06:00:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c9f710

dev-python/pypowervm: 1.1.10 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/pypowervm/Manifest|  1 +
 dev-python/pypowervm/pypowervm-1.1.10.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/pypowervm/Manifest b/dev-python/pypowervm/Manifest
index d16c7886041..7caad17914d 100644
--- a/dev-python/pypowervm/Manifest
+++ b/dev-python/pypowervm/Manifest
@@ -1 +1,2 @@
+DIST pypowervm-1.1.10.tar.gz 887266 BLAKE2B 
61767773e870fabe2b2954b0e6d13488e7eee83360e7e575fc4ba330148a84f46445c4107929f2e9a2d5ef891195de6374d9c75fd0ee624c71444c338405c8da
 SHA512 
9879b685e46efd4a15f463112bf800884d0e1bdf43ef0fe790bc65334b2f1eeea1b531a0796e1673f4114ea8727c3f3a57bc467934aa535daf17189d0068e253
 DIST pypowervm-1.1.6.tar.gz 872456 BLAKE2B 
02afd4c25aa5f0b005e621fe190decb2724ff289d6f1330744428bd6616a8b784e79486e4e26b46ee76a3e6346f16100cd788f705f264ca9b29b8522a2c8bc9b
 SHA512 
31211b93f85cda9067e29700794daf9aed5c43478c27eb6dd5a150120282a7d46d4fa4fdf5fa038023153b02aae85f236d681e66646912a464bc3d265c87fefa

diff --git a/dev-python/pypowervm/pypowervm-1.1.10.ebuild 
b/dev-python/pypowervm/pypowervm-1.1.10.ebuild
new file mode 100644
index 000..45d8bcbdefd
--- /dev/null
+++ b/dev-python/pypowervm/pypowervm-1.1.10.ebuild
@@ -0,0 +1,39 @@
+# 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 )
+inherit distutils-r1
+
+DESCRIPTION="Python binding for the PowerVM REST API"
+HOMEPAGE="https://pypi.python.org/pypi/pypowervm";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${DEPEND}
+   >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
+   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-i18n-3.15.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
+   dev-python/pyasn1-modules[${PYTHON_USEDEP}]
+   dev-python/pyasn1[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+   >=dev-python/taskflow-2.7.0[${PYTHON_USEDEP}]
+   >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
+   

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

2017-10-04 Thread Michał Górny
commit: 226caa554f9d41e89846edcbe4dd7048917c91b3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct  4 07:23:49 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct  4 08:56:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=226caa55

dev-python/pypowervm: Strip empty metadata.xml elements

 dev-python/pypowervm/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/pypowervm/metadata.xml 
b/dev-python/pypowervm/metadata.xml
index 9887b95b8b0..466474501d4 100644
--- a/dev-python/pypowervm/metadata.xml
+++ b/dev-python/pypowervm/metadata.xml
@@ -5,8 +5,6 @@
prometheanf...@gentoo.org
Matthew Thode

-   
-   

powervm/pypowervm
pypowervm



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

2017-09-29 Thread Matt Thode
commit: 61626d617dfd96141c2a1caaebd64b580c6bf890
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 29 23:31:15 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 29 23:31:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61626d61

dev-python/pypowervm: 1.1.6 stablized amd64 x86 under allarches

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

diff --git a/dev-python/pypowervm/pypowervm-1.1.6.ebuild 
b/dev-python/pypowervm/pypowervm-1.1.6.ebuild
index d84e53d5e1e..a0c213a9525 100644
--- a/dev-python/pypowervm/pypowervm-1.1.6.ebuild
+++ b/dev-python/pypowervm/pypowervm-1.1.6.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"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2017-08-30 Thread Matt Thode
commit: cc2ff570e610300676630f6e15581cbbc59c7e98
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug 30 21:05:16 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Aug 30 21:06:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc2ff570

dev-python/pypowervm: adding for nova PIKE

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/pypowervm/Manifest   |  1 +
 dev-python/pypowervm/metadata.xml   | 14 +++
 dev-python/pypowervm/pypowervm-1.1.6.ebuild | 37 +
 3 files changed, 52 insertions(+)

diff --git a/dev-python/pypowervm/Manifest b/dev-python/pypowervm/Manifest
new file mode 100644
index 000..709c752fefe
--- /dev/null
+++ b/dev-python/pypowervm/Manifest
@@ -0,0 +1 @@
+DIST pypowervm-1.1.6.tar.gz 872456 SHA256 
fb52625007edac666aaf74a536d874e451e100dcc9025a994615d7a620c1ea25 SHA512 
31211b93f85cda9067e29700794daf9aed5c43478c27eb6dd5a150120282a7d46d4fa4fdf5fa038023153b02aae85f236d681e66646912a464bc3d265c87fefa
 WHIRLPOOL 
98508ccdfe62c56f2e6cadfd9ae54a0751cdf1b2fe30f08354d3e39078ebdaef1ad8959f97faa67ff2e354e23d5661d211062c234f24891475ff813572612a3d

diff --git a/dev-python/pypowervm/metadata.xml 
b/dev-python/pypowervm/metadata.xml
new file mode 100644
index 000..9887b95b8b0
--- /dev/null
+++ b/dev-python/pypowervm/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+   
+   powervm/pypowervm
+   pypowervm
+   
+

diff --git a/dev-python/pypowervm/pypowervm-1.1.6.ebuild 
b/dev-python/pypowervm/pypowervm-1.1.6.ebuild
new file mode 100644
index 000..d84e53d5e1e
--- /dev/null
+++ b/dev-python/pypowervm/pypowervm-1.1.6.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 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 binding for the PowerVM REST API"
+HOMEPAGE="https://pypi.python.org/pypi/pypowervm";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${DEPEND}
+   >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
+   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-i18n-3.15.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
+   dev-python/pyasn1-modules[${PYTHON_USEDEP}]
+   dev-python/pyasn1[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+   >=dev-python/taskflow-2.7.0[${PYTHON_USEDEP}]"