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

2020-11-27 Thread Michał Górny
commit: 80d73f1fd010988b4a9d7a6dbe349c7fa6101140
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 27 16:16:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 27 16:18:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d73f1f

dev-python/os-xenapi: Remove old

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

 dev-python/os-xenapi/os-xenapi-0.3.4.ebuild | 29 -
 1 file changed, 29 deletions(-)

diff --git a/dev-python/os-xenapi/os-xenapi-0.3.4.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.3.4.ebuild
deleted file mode 100644
index e6a46c5076e..000
--- a/dev-python/os-xenapi/os-xenapi-0.3.4.ebuild
+++ /dev/null
@@ -1,29 +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="XenAPI library for OpenStack projects"
-HOMEPAGE="https://github.com/openstack/os-xenapi;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
-RDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-"



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

2020-11-27 Thread Agostino Sarubbo
commit: bae4c7754a0040fa80330bbd7c88b8f4661efec1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 27 16:02:35 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 27 16:04:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae4c775

dev-python/os-xenapi: amd64/x86 stable (ALLARCHES policy) wrt bug #756481

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

 dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild
index facdf5dccb2..730486cc31e 100644
--- a/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild
+++ b/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild
@@ -13,7 +13,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=""
 
 DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"



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

2020-11-25 Thread Michał Górny
commit: 585ba6bc3e2a9e7c7d2854cae4435b35b8fb696e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 25 09:10:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 25 09:22:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585ba6bc

dev-python/os-xenapi: Mark ALLARCHES

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

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

diff --git a/dev-python/os-xenapi/metadata.xml 
b/dev-python/os-xenapi/metadata.xml
index f4222e3876d..13b8df7099a 100644
--- a/dev-python/os-xenapi/metadata.xml
+++ b/dev-python/os-xenapi/metadata.xml
@@ -5,6 +5,7 @@
prometheanf...@gentoo.org
Matthew Thode

+   

openstack/os-xenapi
os-xenapi



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

2020-10-19 Thread Matthew Thode
commit: 93d9969c7931736bc4585c3d7e3c84d5817cd5a7
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct 19 14:18:07 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 19 14:18:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d9969c

dev-python/os-xenapi: add DISTUTILS_USE_SETUPTOOLS=rdepend

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

 dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild
index ebbae8bcf51..facdf5dccb2 100644
--- a/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild
+++ b/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 



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

2020-10-18 Thread Matthew Thode
commit: 29071277a79cd3458517f4057359c1409ae483a3
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 18 21:26:13 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Oct 18 21:59:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29071277

dev-python/os-xenapi: 0.3.4-r1 add py38

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

 ...-xenapi-0.3.4.ebuild => os-xenapi-0.3.4-r1.ebuild} | 19 ++-
 dev-python/os-xenapi/os-xenapi-0.3.4.ebuild   | 15 ---
 2 files changed, 10 insertions(+), 24 deletions(-)

diff --git a/dev-python/os-xenapi/os-xenapi-0.3.4.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild
similarity index 66%
copy from dev-python/os-xenapi/os-xenapi-0.3.4.ebuild
copy to dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild
index c98114f7dad..ebbae8bcf51 100644
--- a/dev-python/os-xenapi/os-xenapi-0.3.4.ebuild
+++ b/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
@@ -12,15 +12,12 @@ 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}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
+DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
 RDEPEND="
-   ${CDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
>=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
>=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
!~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
@@ -28,9 +25,5 @@ RDEPEND="
>=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
>=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
>=dev-python/oslo-i18n-3.15.3[${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
-}
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+"

diff --git a/dev-python/os-xenapi/os-xenapi-0.3.4.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.3.4.ebuild
index c98114f7dad..e6a46c5076e 100644
--- a/dev-python/os-xenapi/os-xenapi-0.3.4.ebuild
+++ b/dev-python/os-xenapi/os-xenapi-0.3.4.ebuild
@@ -15,12 +15,9 @@ SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
-CDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
+DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
 RDEPEND="
-   ${CDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
>=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
>=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
!~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
@@ -28,9 +25,5 @@ RDEPEND="
>=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
>=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
>=dev-python/oslo-i18n-3.15.3[${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
-}
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+"



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

2020-02-11 Thread Matthew Thode
commit: 4e7fd5bd2e77689338efe6ca13ea0ccc8c0b4e83
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Feb 11 18:46:09 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Feb 11 19:06:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7fd5bd

dev-python/os-xenapi: cleanup

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

 dev-python/os-xenapi/Manifest   |  1 -
 dev-python/os-xenapi/os-xenapi-0.3.3.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-python/os-xenapi/Manifest b/dev-python/os-xenapi/Manifest
index 0e08e8d947a..6e16541247f 100644
--- a/dev-python/os-xenapi/Manifest
+++ b/dev-python/os-xenapi/Manifest
@@ -1,2 +1 @@
-DIST os-xenapi-0.3.3.tar.gz 135902 BLAKE2B 
7ba2a7a386d3bbc0a0e20aeeae7b34c22540ed66a97ab48819eeb5995b6a5c8de09f59f0ab31ecee543147c75b33a5b590e6cb228f2f2f7aed861e3fe03654b4
 SHA512 
ec7b89299cfb4a76d0184bbac933e30857e45082cadf43c6b3f74d0c241cbb1013959e6338f85cb2af71c815a6ec6166d8e173898539c9f68eca128e2e908ad1
 DIST os-xenapi-0.3.4.tar.gz 139843 BLAKE2B 
333b7af4bc5475584922264ea47a61e6c7a0fd813cd5ed99db1338c74fc86474d190df84ab8732d090668cfa5dc7ec43cfc75283f42a7298aad7d470deec5eb5
 SHA512 
4e5afbce07d38f93e93ac839eb26927a2436b33a39e14a57ed1e99cbd3501c7d2dec8db7f65617c8d6308e8227e60f5653102ac3a04d9322c0791040fa3f22a9

diff --git a/dev-python/os-xenapi/os-xenapi-0.3.3.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.3.3.ebuild
deleted file mode 100644
index 3f8ecbbff18..000
--- a/dev-python/os-xenapi/os-xenapi-0.3.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="XenAPI library for OpenStack projects"
-HOMEPAGE="https://github.com/openstack/os-xenapi;
-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="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   =dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${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
-}



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

2019-04-12 Thread Matthew Thode
commit: be9a38b1a06b1cf853d5b703f1cb60accd8009ef
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr 12 19:17:48 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Apr 12 19:43:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9a38b1

dev-python/os-xenapi: 0.3.4 bump

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

 dev-python/os-xenapi/Manifest   |  1 +
 dev-python/os-xenapi/os-xenapi-0.3.4.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/dev-python/os-xenapi/Manifest b/dev-python/os-xenapi/Manifest
index 2ea171adcdb..0e08e8d947a 100644
--- a/dev-python/os-xenapi/Manifest
+++ b/dev-python/os-xenapi/Manifest
@@ -1 +1,2 @@
 DIST os-xenapi-0.3.3.tar.gz 135902 BLAKE2B 
7ba2a7a386d3bbc0a0e20aeeae7b34c22540ed66a97ab48819eeb5995b6a5c8de09f59f0ab31ecee543147c75b33a5b590e6cb228f2f2f7aed861e3fe03654b4
 SHA512 
ec7b89299cfb4a76d0184bbac933e30857e45082cadf43c6b3f74d0c241cbb1013959e6338f85cb2af71c815a6ec6166d8e173898539c9f68eca128e2e908ad1
+DIST os-xenapi-0.3.4.tar.gz 139843 BLAKE2B 
333b7af4bc5475584922264ea47a61e6c7a0fd813cd5ed99db1338c74fc86474d190df84ab8732d090668cfa5dc7ec43cfc75283f42a7298aad7d470deec5eb5
 SHA512 
4e5afbce07d38f93e93ac839eb26927a2436b33a39e14a57ed1e99cbd3501c7d2dec8db7f65617c8d6308e8227e60f5653102ac3a04d9322c0791040fa3f22a9

diff --git a/dev-python/os-xenapi/os-xenapi-0.3.4.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.3.4.ebuild
new file mode 100644
index 000..193e84a1a6f
--- /dev/null
+++ b/dev-python/os-xenapi/os-xenapi-0.3.4.ebuild
@@ -0,0 +1,36 @@
+# 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="XenAPI library for OpenStack projects"
+HOMEPAGE="https://github.com/openstack/os-xenapi;
+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="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${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
+}



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

2019-03-24 Thread Matthew Thode
commit: c5a91802a7e8372c16f16510137621b9c91450e0
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 00:06:29 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:07:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a91802

dev-python/os-xenapi: cleanup

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

 dev-python/os-xenapi/Manifest   |  2 --
 dev-python/os-xenapi/os-xenapi-0.2.0.ebuild | 35 ---
 dev-python/os-xenapi/os-xenapi-0.3.1.ebuild | 37 -
 3 files changed, 74 deletions(-)

diff --git a/dev-python/os-xenapi/Manifest b/dev-python/os-xenapi/Manifest
index c67d5566648..2ea171adcdb 100644
--- a/dev-python/os-xenapi/Manifest
+++ b/dev-python/os-xenapi/Manifest
@@ -1,3 +1 @@
-DIST os-xenapi-0.2.0.tar.gz 73753 BLAKE2B 
dbb42c1fe15a55e39622876293d7797801ee4e67d152957e32e88a1d1a4503a2d70ab144216924c7d45935bbc79109a76535cc0b121df63e82468a37cb353cfc
 SHA512 
6eb7a8b8137c6c28cf07af51ddfed9aa08ad5af3cafd48ed72d9fa909d0dd2416e17eed8a587fc5cffac55704652e24ef8e759f60806b569f2765a5fff58884f
-DIST os-xenapi-0.3.1.tar.gz 121953 BLAKE2B 
4c2091fe0d7610dea7e973a6db68b0edea62d7323d09b0e3cc0c3a43b9a5a4b4509e29ee9e48755958f8d99dd5db2bb6ea13a3425c0156388e19ff986f86fa24
 SHA512 
24c1fa9e7b3e37b7847d7f82a533d9c92e7b551bd69681a985950d92ba22974a495e10ab7acf0f8f6a9a6fc9bf4c71820f413f948684a5b17d010dd076749cf4
 DIST os-xenapi-0.3.3.tar.gz 135902 BLAKE2B 
7ba2a7a386d3bbc0a0e20aeeae7b34c22540ed66a97ab48819eeb5995b6a5c8de09f59f0ab31ecee543147c75b33a5b590e6cb228f2f2f7aed861e3fe03654b4
 SHA512 
ec7b89299cfb4a76d0184bbac933e30857e45082cadf43c6b3f74d0c241cbb1013959e6338f85cb2af71c815a6ec6166d8e173898539c9f68eca128e2e908ad1

diff --git a/dev-python/os-xenapi/os-xenapi-0.2.0.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.2.0.ebuild
deleted file mode 100644
index a139b9757d2..000
--- a/dev-python/os-xenapi/os-xenapi-0.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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="XenAPI library for OpenStack projects"
-HOMEPAGE="https://github.com/openstack/os-xenapi;
-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="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${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
-}

diff --git a/dev-python/os-xenapi/os-xenapi-0.3.1.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.3.1.ebuild
deleted file mode 100644
index 4d44ba6e967..000
--- a/dev-python/os-xenapi/os-xenapi-0.3.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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="XenAPI library for OpenStack projects"
-HOMEPAGE="https://github.com/openstack/os-xenapi;
-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="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   =dev-python/oslo-concurrency-3.20.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.30.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.28.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${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
-}



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

2018-08-30 Thread Matt Thode
commit: 853a2cdb3c5c4af1ca6a644be7731ab9647d8530
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 30 20:57:43 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Aug 30 21:34:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853a2cdb

dev-python/os-xenapi: 0.3.3 bump for rocky

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/os-xenapi/Manifest   |  1 +
 dev-python/os-xenapi/os-xenapi-0.3.3.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/os-xenapi/Manifest b/dev-python/os-xenapi/Manifest
index 5105d38eb84..c67d5566648 100644
--- a/dev-python/os-xenapi/Manifest
+++ b/dev-python/os-xenapi/Manifest
@@ -1,2 +1,3 @@
 DIST os-xenapi-0.2.0.tar.gz 73753 BLAKE2B 
dbb42c1fe15a55e39622876293d7797801ee4e67d152957e32e88a1d1a4503a2d70ab144216924c7d45935bbc79109a76535cc0b121df63e82468a37cb353cfc
 SHA512 
6eb7a8b8137c6c28cf07af51ddfed9aa08ad5af3cafd48ed72d9fa909d0dd2416e17eed8a587fc5cffac55704652e24ef8e759f60806b569f2765a5fff58884f
 DIST os-xenapi-0.3.1.tar.gz 121953 BLAKE2B 
4c2091fe0d7610dea7e973a6db68b0edea62d7323d09b0e3cc0c3a43b9a5a4b4509e29ee9e48755958f8d99dd5db2bb6ea13a3425c0156388e19ff986f86fa24
 SHA512 
24c1fa9e7b3e37b7847d7f82a533d9c92e7b551bd69681a985950d92ba22974a495e10ab7acf0f8f6a9a6fc9bf4c71820f413f948684a5b17d010dd076749cf4
+DIST os-xenapi-0.3.3.tar.gz 135902 BLAKE2B 
7ba2a7a386d3bbc0a0e20aeeae7b34c22540ed66a97ab48819eeb5995b6a5c8de09f59f0ab31ecee543147c75b33a5b590e6cb228f2f2f7aed861e3fe03654b4
 SHA512 
ec7b89299cfb4a76d0184bbac933e30857e45082cadf43c6b3f74d0c241cbb1013959e6338f85cb2af71c815a6ec6166d8e173898539c9f68eca128e2e908ad1

diff --git a/dev-python/os-xenapi/os-xenapi-0.3.3.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.3.3.ebuild
new file mode 100644
index 000..bf9fadb4cd6
--- /dev/null
+++ b/dev-python/os-xenapi/os-xenapi-0.3.3.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="XenAPI library for OpenStack projects"
+HOMEPAGE="https://github.com/openstack/os-xenapi;
+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="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   =dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${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
+}



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

2018-06-24 Thread Pacho Ramos
commit: 23f611176e45f083a3b3193077228c8c30c0bea6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun 24 15:41:58 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun 24 16:21:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f61117

dev-python/os-xenapi: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/os-xenapi/os-xenapi-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/os-xenapi/os-xenapi-0.3.1.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.3.1.ebuild
index eb464e7607c..4d44ba6e967 100644
--- a/dev-python/os-xenapi/os-xenapi-0.3.1.ebuild
+++ b/dev-python/os-xenapi/os-xenapi-0.3.1.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/os-xenapi/

2018-03-30 Thread Matt Thode
commit: 2851fecf301a4cc9faca7c15caab7da746d1aac2
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 31 01:42:59 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Mar 31 01:53:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2851fecf

dev-python/os-xenapi: 0.3.1 stablized under allarchesa

Stablized for Openstack Queens

 dev-python/os-xenapi/os-xenapi-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/os-xenapi/os-xenapi-0.3.1.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.3.1.ebuild
index 277791e4eaa..eb464e7607c 100644
--- a/dev-python/os-xenapi/os-xenapi-0.3.1.ebuild
+++ b/dev-python/os-xenapi/os-xenapi-0.3.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"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND="



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

2018-02-23 Thread Matt Thode
commit: 2eaab98bf6382911a816628cbd404f73388de825
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Feb 24 05:20:48 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Feb 24 05:51:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eaab98b

dev-python/os-xenapi: 0.3.1 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/os-xenapi/Manifest   |  1 +
 dev-python/os-xenapi/os-xenapi-0.3.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/os-xenapi/Manifest b/dev-python/os-xenapi/Manifest
index 9d9f923643f..5105d38eb84 100644
--- a/dev-python/os-xenapi/Manifest
+++ b/dev-python/os-xenapi/Manifest
@@ -1 +1,2 @@
 DIST os-xenapi-0.2.0.tar.gz 73753 BLAKE2B 
dbb42c1fe15a55e39622876293d7797801ee4e67d152957e32e88a1d1a4503a2d70ab144216924c7d45935bbc79109a76535cc0b121df63e82468a37cb353cfc
 SHA512 
6eb7a8b8137c6c28cf07af51ddfed9aa08ad5af3cafd48ed72d9fa909d0dd2416e17eed8a587fc5cffac55704652e24ef8e759f60806b569f2765a5fff58884f
+DIST os-xenapi-0.3.1.tar.gz 121953 BLAKE2B 
4c2091fe0d7610dea7e973a6db68b0edea62d7323d09b0e3cc0c3a43b9a5a4b4509e29ee9e48755958f8d99dd5db2bb6ea13a3425c0156388e19ff986f86fa24
 SHA512 
24c1fa9e7b3e37b7847d7f82a533d9c92e7b551bd69681a985950d92ba22974a495e10ab7acf0f8f6a9a6fc9bf4c71820f413f948684a5b17d010dd076749cf4

diff --git a/dev-python/os-xenapi/os-xenapi-0.3.1.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.3.1.ebuild
new file mode 100644
index 000..277791e4eaa
--- /dev/null
+++ b/dev-python/os-xenapi/os-xenapi-0.3.1.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 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="XenAPI library for OpenStack projects"
+HOMEPAGE="https://github.com/openstack/os-xenapi;
+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="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   =dev-python/oslo-concurrency-3.20.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.30.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.28.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${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
+}



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

2018-01-27 Thread Matt Thode
commit: 8a00bbe02e2944fd550b78451c0e245679966592
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan 28 04:12:33 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Jan 28 04:13:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a00bbe0

dev-python/os-xenapi: remove ocata

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/os-xenapi/Manifest   |  1 -
 dev-python/os-xenapi/os-xenapi-0.1.1.ebuild | 35 -
 2 files changed, 36 deletions(-)

diff --git a/dev-python/os-xenapi/Manifest b/dev-python/os-xenapi/Manifest
index 3da4356ec31..9d9f923643f 100644
--- a/dev-python/os-xenapi/Manifest
+++ b/dev-python/os-xenapi/Manifest
@@ -1,2 +1 @@
-DIST os-xenapi-0.1.1.tar.gz 55493 BLAKE2B 
56fbf1240a35d1cb0dbde814e712e7752289295eea79f9c995bbcb85788ee709daf48bc489ab2f571d14ce96df0b20e45f1e050a5d86632ce6428f942e91f510
 SHA512 
eafb5d431fef7e3435f3c9c4c7821a3cd98a17b2ad6293a6b90c83ea18d738b8b5de3f5bd43327ac670c13aa8d7585530c330e42df4cd3c8b5b9e2f860373455
 DIST os-xenapi-0.2.0.tar.gz 73753 BLAKE2B 
dbb42c1fe15a55e39622876293d7797801ee4e67d152957e32e88a1d1a4503a2d70ab144216924c7d45935bbc79109a76535cc0b121df63e82468a37cb353cfc
 SHA512 
6eb7a8b8137c6c28cf07af51ddfed9aa08ad5af3cafd48ed72d9fa909d0dd2416e17eed8a587fc5cffac55704652e24ef8e759f60806b569f2765a5fff58884f

diff --git a/dev-python/os-xenapi/os-xenapi-0.1.1.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.1.1.ebuild
deleted file mode 100644
index bbee10c3ca2..000
--- a/dev-python/os-xenapi/os-xenapi-0.1.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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="XenAPI library for OpenStack projects"
-HOMEPAGE="https://github.com/openstack/os-xenapi;
-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-1.8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.11.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${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
-}



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

2017-08-30 Thread Matt Thode
commit: 79d72920e8bd259411ece799b94ec180a5bebcd1
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug 30 18:55:52 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Aug 30 19:46:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d72920

dev-python/os-xenapi: 0.2.0 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/os-xenapi/Manifest   |  1 +
 dev-python/os-xenapi/os-xenapi-0.2.0.ebuild | 35 +
 2 files changed, 36 insertions(+)

diff --git a/dev-python/os-xenapi/Manifest b/dev-python/os-xenapi/Manifest
index d5176185477..96e94f58201 100644
--- a/dev-python/os-xenapi/Manifest
+++ b/dev-python/os-xenapi/Manifest
@@ -1 +1,2 @@
 DIST os-xenapi-0.1.1.tar.gz 55493 SHA256 
41fcb476b80b32172ec337d1a64a3404d2c8a0dd7ee684d8a4b5fd96d01c49fc SHA512 
eafb5d431fef7e3435f3c9c4c7821a3cd98a17b2ad6293a6b90c83ea18d738b8b5de3f5bd43327ac670c13aa8d7585530c330e42df4cd3c8b5b9e2f860373455
 WHIRLPOOL 
d4559eeb2d4773388cabe5b718e4b90fdf62f2c9eae461a2211fde184df937cc5aa077487f90b8131a5cc41fb873a85bc29f0a37170d70544e7f6055e31443e8
+DIST os-xenapi-0.2.0.tar.gz 73753 SHA256 
d41fbc50fb3a36364f3e2eae35789332b52fde6ee4cd3e1976f73f1daa613128 SHA512 
6eb7a8b8137c6c28cf07af51ddfed9aa08ad5af3cafd48ed72d9fa909d0dd2416e17eed8a587fc5cffac55704652e24ef8e759f60806b569f2765a5fff58884f
 WHIRLPOOL 
c952453b9a6c22b135532806b1910f9425deee529eec34a6e219ef61f4d23d3ac27f45a815244ef3da8df7c8a5aa3b1a9f41f18c0cbb311f2e1df207ea952ea6

diff --git a/dev-python/os-xenapi/os-xenapi-0.2.0.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.2.0.ebuild
new file mode 100644
index 000..e97c250005f
--- /dev/null
+++ b/dev-python/os-xenapi/os-xenapi-0.2.0.ebuild
@@ -0,0 +1,35 @@
+# 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="XenAPI library for OpenStack projects"
+HOMEPAGE="https://github.com/openstack/os-xenapi;
+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="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${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
+}



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

2017-02-26 Thread Matt Thode
commit: 846155fc5f685bd96778038e43b877b8bccc4e85
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 27 06:02:14 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 27 06:42:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846155fc

dev-python/os-xenapi: initial add

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/os-xenapi/Manifest   |  1 +
 dev-python/os-xenapi/metadata.xml   | 14 +++
 dev-python/os-xenapi/os-xenapi-0.1.1.ebuild | 36 +
 3 files changed, 51 insertions(+)

diff --git a/dev-python/os-xenapi/Manifest b/dev-python/os-xenapi/Manifest
new file mode 100644
index 00..d517618547
--- /dev/null
+++ b/dev-python/os-xenapi/Manifest
@@ -0,0 +1 @@
+DIST os-xenapi-0.1.1.tar.gz 55493 SHA256 
41fcb476b80b32172ec337d1a64a3404d2c8a0dd7ee684d8a4b5fd96d01c49fc SHA512 
eafb5d431fef7e3435f3c9c4c7821a3cd98a17b2ad6293a6b90c83ea18d738b8b5de3f5bd43327ac670c13aa8d7585530c330e42df4cd3c8b5b9e2f860373455
 WHIRLPOOL 
d4559eeb2d4773388cabe5b718e4b90fdf62f2c9eae461a2211fde184df937cc5aa077487f90b8131a5cc41fb873a85bc29f0a37170d70544e7f6055e31443e8

diff --git a/dev-python/os-xenapi/metadata.xml 
b/dev-python/os-xenapi/metadata.xml
new file mode 100644
index 00..6698c1feff
--- /dev/null
+++ b/dev-python/os-xenapi/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+   
+   openstack/os-xenapi
+   os-xenapi
+   
+

diff --git a/dev-python/os-xenapi/os-xenapi-0.1.1.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.1.1.ebuild
new file mode 100644
index 00..97946f82a9
--- /dev/null
+++ b/dev-python/os-xenapi/os-xenapi-0.1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="XenAPI library for OpenStack projects"
+HOMEPAGE="https://github.com/openstack/os-xenapi;
+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-1.8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.11.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${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
+}