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

2021-05-31 Thread Michał Górny
commit: 9e569ff30123e0391a5fc1404286563d5f762f08
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 31 20:25:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 31 20:27:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e569ff3

dev-python/os-win: Remove old

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

 dev-python/os-win/Manifest|  1 -
 dev-python/os-win/os-win-4.2.0.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest
index dfca52b7477..2a0114cf58e 100644
--- a/dev-python/os-win/Manifest
+++ b/dev-python/os-win/Manifest
@@ -1,2 +1 @@
-DIST os-win-4.2.0.tar.gz 214676 BLAKE2B 
689417494acd7ddf219b7b29d670ed888dc0649fddb5e0a94b5160b2bec66167c14a315e0daa2f0fa794de96cecb15a054cbc6f4df0c4c8d26abb2367eb06862
 SHA512 
5f828e5b0b0a178a65959bb69f88c7bf30282b71f458ac36c11ef197dac3e821a2cbfb8be43acbc90d845e247be990ce6618b6dbe60205af8e890c2f7b7d245e
 DIST os-win-5.1.0.tar.gz 221803 BLAKE2B 
37fa5271b86f62a43ea1f6da011601260a9cd32745a2369093dc5103e54945c17d16ecfaf8f5d88fd7ec3673ac41e25ff02d3c15ec5423fb9651101213801cab
 SHA512 
bb93af1b412b8e0699f62a772bf9bacc73e2e73751cf0e9b9a37d59869a6c31e39ddbaafc4b97b494d9a38208d765362a6ce7fe071e1c089c127e1554ae73a02

diff --git a/dev-python/os-win/os-win-4.2.0.ebuild 
b/dev-python/os-win/os-win-4.2.0.ebuild
deleted file mode 100644
index b8aff9fe2e9..000
--- a/dev-python/os-win/os-win-4.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Windows / Hyper-V library for OpenStack projects."
-HOMEPAGE="https://github.com/openstack/os-win;
-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="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${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-config-5.2.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}]"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   sed -i '/win32/d' requirements.txt || die
-   distutils-r1_python_prepare_all
-}



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

2020-11-27 Thread Agostino Sarubbo
commit: c6704e76b89e14e7ea546a1b4aa93b99ca9d8f48
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 27 16:03:36 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 27 16:04:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6704e76

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

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

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

diff --git a/dev-python/os-win/os-win-5.1.0.ebuild 
b/dev-python/os-win/os-win-5.1.0.ebuild
index 994447a0d09..f6392bbcbd7 100644
--- a/dev-python/os-win/os-win-5.1.0.ebuild
+++ b/dev-python/os-win/os-win-5.1.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"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 DEPEND="



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

2020-11-25 Thread Michał Górny
commit: f207008a22c89111c47a1e939baa4d8539283c33
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 25 09:16:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 25 09:22:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f207008a

dev-python/os-win: Mark ALLARCHES

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

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

diff --git a/dev-python/os-win/metadata.xml b/dev-python/os-win/metadata.xml
index c763b6a4b98..3d5c5ce2e13 100644
--- a/dev-python/os-win/metadata.xml
+++ b/dev-python/os-win/metadata.xml
@@ -5,6 +5,7 @@
prometheanf...@gentoo.org
Matthew Thode

+   

openstack/os-win
os-win



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

2020-10-17 Thread Matthew Thode
commit: a21245e3b589a5910b3e9de42a7ad704c9544e36
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 18 03:03:53 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Oct 18 03:47:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21245e3

dev-python/os-win: 5.1.0 bump

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

 dev-python/os-win/Manifest|  1 +
 dev-python/os-win/os-win-5.1.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest
index e56578aa682..dfca52b7477 100644
--- a/dev-python/os-win/Manifest
+++ b/dev-python/os-win/Manifest
@@ -1 +1,2 @@
 DIST os-win-4.2.0.tar.gz 214676 BLAKE2B 
689417494acd7ddf219b7b29d670ed888dc0649fddb5e0a94b5160b2bec66167c14a315e0daa2f0fa794de96cecb15a054cbc6f4df0c4c8d26abb2367eb06862
 SHA512 
5f828e5b0b0a178a65959bb69f88c7bf30282b71f458ac36c11ef197dac3e821a2cbfb8be43acbc90d845e247be990ce6618b6dbe60205af8e890c2f7b7d245e
+DIST os-win-5.1.0.tar.gz 221803 BLAKE2B 
37fa5271b86f62a43ea1f6da011601260a9cd32745a2369093dc5103e54945c17d16ecfaf8f5d88fd7ec3673ac41e25ff02d3c15ec5423fb9651101213801cab
 SHA512 
bb93af1b412b8e0699f62a772bf9bacc73e2e73751cf0e9b9a37d59869a6c31e39ddbaafc4b97b494d9a38208d765362a6ce7fe071e1c089c127e1554ae73a02

diff --git a/dev-python/os-win/os-win-5.1.0.ebuild 
b/dev-python/os-win/os-win-5.1.0.ebuild
new file mode 100644
index 000..994447a0d09
--- /dev/null
+++ b/dev-python/os-win/os-win-5.1.0.ebuild
@@ -0,0 +1,34 @@
+# 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="Windows / Hyper-V library for OpenStack projects."
+HOMEPAGE="https://github.com/openstack/os-win;
+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}]
+   !~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/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${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-config-5.2.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}]
+"



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

2020-02-11 Thread Matthew Thode
commit: 57747379aea1ff1b00cb9f2a861b593d9f21e692
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Feb 11 18:45:03 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Feb 11 19:06:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57747379

dev-python/os-win: cleanup

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

 dev-python/os-win/Manifest|  1 -
 dev-python/os-win/os-win-3.0.1.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest
index 860f4ff5eb3..e56578aa682 100644
--- a/dev-python/os-win/Manifest
+++ b/dev-python/os-win/Manifest
@@ -1,2 +1 @@
-DIST os-win-3.0.1.tar.gz 202691 BLAKE2B 
934f90970ccdb7890379ca6f3545936db65f104414c4de51dd8956345b4e5330a3d6db286b6fc2cbc9f218528751fea56b7836d81cb9da1f271737817b220101
 SHA512 
619b893f4595fda57c2d339b10bf4a7de48c711829f1e2407f981c943b76999d1ee84c15a5b91b03fcd946f16754501cede2081c5ce0ae3ffea0e6f4faaaf23e
 DIST os-win-4.2.0.tar.gz 214676 BLAKE2B 
689417494acd7ddf219b7b29d670ed888dc0649fddb5e0a94b5160b2bec66167c14a315e0daa2f0fa794de96cecb15a054cbc6f4df0c4c8d26abb2367eb06862
 SHA512 
5f828e5b0b0a178a65959bb69f88c7bf30282b71f458ac36c11ef197dac3e821a2cbfb8be43acbc90d845e247be990ce6618b6dbe60205af8e890c2f7b7d245e

diff --git a/dev-python/os-win/os-win-3.0.1.ebuild 
b/dev-python/os-win/os-win-3.0.1.ebuild
deleted file mode 100644
index 395a5842473..000
--- a/dev-python/os-win/os-win-3.0.1.ebuild
+++ /dev/null
@@ -1,39 +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="Windows / Hyper-V library for OpenStack projects."
-HOMEPAGE="https://github.com/openstack/os-win;
-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="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${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-config-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.30.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   sed -i '/win32/d' requirements.txt || die
-   distutils-r1_python_prepare_all
-}



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

2019-05-11 Thread Matthew Thode
commit: ff99c9ca31d6af9a90877e2bcbb3dd64201221ad
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 11 19:00:07 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 11 19:05:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff99c9ca

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

diff --git a/dev-python/os-win/os-win-4.2.0.ebuild 
b/dev-python/os-win/os-win-4.2.0.ebuild
index 90abee3d0f5..da1e21ac892 100644
--- a/dev-python/os-win/os-win-4.2.0.ebuild
+++ b/dev-python/os-win/os-win-4.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"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2019-04-09 Thread Matthew Thode
commit: 3cfe4d5a5b6b9d699ddc87865534e08c7e970a37
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 10 04:21:05 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Apr 10 05:08:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cfe4d5a

dev-python/os-win: 4.2.0 bump

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

 dev-python/os-win/Manifest|  1 +
 dev-python/os-win/os-win-4.2.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest
index 736bbdbba5c..860f4ff5eb3 100644
--- a/dev-python/os-win/Manifest
+++ b/dev-python/os-win/Manifest
@@ -1 +1,2 @@
 DIST os-win-3.0.1.tar.gz 202691 BLAKE2B 
934f90970ccdb7890379ca6f3545936db65f104414c4de51dd8956345b4e5330a3d6db286b6fc2cbc9f218528751fea56b7836d81cb9da1f271737817b220101
 SHA512 
619b893f4595fda57c2d339b10bf4a7de48c711829f1e2407f981c943b76999d1ee84c15a5b91b03fcd946f16754501cede2081c5ce0ae3ffea0e6f4faaaf23e
+DIST os-win-4.2.0.tar.gz 214676 BLAKE2B 
689417494acd7ddf219b7b29d670ed888dc0649fddb5e0a94b5160b2bec66167c14a315e0daa2f0fa794de96cecb15a054cbc6f4df0c4c8d26abb2367eb06862
 SHA512 
5f828e5b0b0a178a65959bb69f88c7bf30282b71f458ac36c11ef197dac3e821a2cbfb8be43acbc90d845e247be990ce6618b6dbe60205af8e890c2f7b7d245e

diff --git a/dev-python/os-win/os-win-4.2.0.ebuild 
b/dev-python/os-win/os-win-4.2.0.ebuild
new file mode 100644
index 000..307b261b74d
--- /dev/null
+++ b/dev-python/os-win/os-win-4.2.0.ebuild
@@ -0,0 +1,38 @@
+# 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="Windows / Hyper-V library for OpenStack projects."
+HOMEPAGE="https://github.com/openstack/os-win;
+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="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${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-config-5.2.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}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   sed -i '/win32/d' requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

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

dev-python/os-win: cleanup

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

 dev-python/os-win/Manifest|  1 -
 dev-python/os-win/os-win-2.2.0.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest
index dfa21848fd7..736bbdbba5c 100644
--- a/dev-python/os-win/Manifest
+++ b/dev-python/os-win/Manifest
@@ -1,2 +1 @@
-DIST os-win-2.2.0.tar.gz 192662 BLAKE2B 
4da623f2f3fff0466156468a09477d29cda391275935dc56be06eaf7562cb153d7d00771206385b3cfada2fe86679e1a80e52e32f539a5c4e62bf9aa10967079
 SHA512 
02bb9b7ddaa7b3807ce66ce32242fe9938f28bde6880cf9ed461072e764e41a34a1238ccdc8b67ebc95a07ac003bb0771b8943602582ede6c8a41440f865060b
 DIST os-win-3.0.1.tar.gz 202691 BLAKE2B 
934f90970ccdb7890379ca6f3545936db65f104414c4de51dd8956345b4e5330a3d6db286b6fc2cbc9f218528751fea56b7836d81cb9da1f271737817b220101
 SHA512 
619b893f4595fda57c2d339b10bf4a7de48c711829f1e2407f981c943b76999d1ee84c15a5b91b03fcd946f16754501cede2081c5ce0ae3ffea0e6f4faaaf23e

diff --git a/dev-python/os-win/os-win-2.2.0.ebuild 
b/dev-python/os-win/os-win-2.2.0.ebuild
deleted file mode 100644
index 8906f8520a4..000
--- a/dev-python/os-win/os-win-2.2.0.ebuild
+++ /dev/null
@@ -1,41 +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="Windows / Hyper-V library for OpenStack projects."
-HOMEPAGE="https://github.com/openstack/os-win;
-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="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   =dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-config-4.4.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/oslo-i18n-3.15.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-win/

2018-06-24 Thread Pacho Ramos
commit: f1e599644e89fc5a4425a0f6868e20340da01d85
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun 24 12:15:17 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun 24 12:20:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e59964

dev-python/os-win: Support python 3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/os-win/os-win-3.0.1.ebuild 
b/dev-python/os-win/os-win-3.0.1.ebuild
index 95144af51b3..b13eb288531 100644
--- a/dev-python/os-win/os-win-3.0.1.ebuild
+++ b/dev-python/os-win/os-win-3.0.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-win/

2018-03-29 Thread Matt Thode
commit: 2850887dd4f2c05372e133c8de90a6a8ece5baf6
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Mar 29 15:21:25 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Mar 29 15:29:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2850887d

dev-python/os-win: 3.0.1 bup

Package-Manager: Portage-2.3.26, Repoman-2.3.7

 dev-python/os-win/Manifest | 2 +-
 dev-python/os-win/{os-win-3.0.0.ebuild => os-win-3.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest
index 8550f50133b..dfa21848fd7 100644
--- a/dev-python/os-win/Manifest
+++ b/dev-python/os-win/Manifest
@@ -1,2 +1,2 @@
 DIST os-win-2.2.0.tar.gz 192662 BLAKE2B 
4da623f2f3fff0466156468a09477d29cda391275935dc56be06eaf7562cb153d7d00771206385b3cfada2fe86679e1a80e52e32f539a5c4e62bf9aa10967079
 SHA512 
02bb9b7ddaa7b3807ce66ce32242fe9938f28bde6880cf9ed461072e764e41a34a1238ccdc8b67ebc95a07ac003bb0771b8943602582ede6c8a41440f865060b
-DIST os-win-3.0.0.tar.gz 202084 BLAKE2B 
61b8c5eff51e594422801c39dfe52ec720d39e9369d1fb0375e6075ee75dd0d34699cc6207548138ce2f62dabba0ed0d98ba16c54f8e0fbd4934f8c9d2a4657c
 SHA512 
f60b07d1c5319f23133de9199d2318229f90ae7134f4830f000e06abaf4cc0246b18705710ddc8986f3fc72f79b5b4c36457c4a32c23d4b1a7b5430f1dae5e8e
+DIST os-win-3.0.1.tar.gz 202691 BLAKE2B 
934f90970ccdb7890379ca6f3545936db65f104414c4de51dd8956345b4e5330a3d6db286b6fc2cbc9f218528751fea56b7836d81cb9da1f271737817b220101
 SHA512 
619b893f4595fda57c2d339b10bf4a7de48c711829f1e2407f981c943b76999d1ee84c15a5b91b03fcd946f16754501cede2081c5ce0ae3ffea0e6f4faaaf23e

diff --git a/dev-python/os-win/os-win-3.0.0.ebuild 
b/dev-python/os-win/os-win-3.0.1.ebuild
similarity index 100%
rename from dev-python/os-win/os-win-3.0.0.ebuild
rename to dev-python/os-win/os-win-3.0.1.ebuild



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

2018-02-18 Thread Matt Thode
commit: baa8cbab3cc83f7645bb1b3a6570ede49cd4391a
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 19 00:37:20 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 19 00:54:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa8cbab

dev-python/os-win: 3.0.0 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/os-win/Manifest|  1 +
 dev-python/os-win/os-win-3.0.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest
index 5cae41a9ec4..8550f50133b 100644
--- a/dev-python/os-win/Manifest
+++ b/dev-python/os-win/Manifest
@@ -1 +1,2 @@
 DIST os-win-2.2.0.tar.gz 192662 BLAKE2B 
4da623f2f3fff0466156468a09477d29cda391275935dc56be06eaf7562cb153d7d00771206385b3cfada2fe86679e1a80e52e32f539a5c4e62bf9aa10967079
 SHA512 
02bb9b7ddaa7b3807ce66ce32242fe9938f28bde6880cf9ed461072e764e41a34a1238ccdc8b67ebc95a07ac003bb0771b8943602582ede6c8a41440f865060b
+DIST os-win-3.0.0.tar.gz 202084 BLAKE2B 
61b8c5eff51e594422801c39dfe52ec720d39e9369d1fb0375e6075ee75dd0d34699cc6207548138ce2f62dabba0ed0d98ba16c54f8e0fbd4934f8c9d2a4657c
 SHA512 
f60b07d1c5319f23133de9199d2318229f90ae7134f4830f000e06abaf4cc0246b18705710ddc8986f3fc72f79b5b4c36457c4a32c23d4b1a7b5430f1dae5e8e

diff --git a/dev-python/os-win/os-win-3.0.0.ebuild 
b/dev-python/os-win/os-win-3.0.0.ebuild
new file mode 100644
index 000..4b9a27c4fec
--- /dev/null
+++ b/dev-python/os-win/os-win-3.0.0.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="Windows / Hyper-V library for OpenStack projects."
+HOMEPAGE="https://github.com/openstack/os-win;
+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="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${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-config-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.30.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   sed -i '/win32/d' requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

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

dev-python/os-win: remove ocata and earlier

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/os-win/Manifest|  3 ---
 dev-python/os-win/os-win-0.4.0.ebuild | 35 ---
 dev-python/os-win/os-win-1.2.1.ebuild | 35 ---
 dev-python/os-win/os-win-1.4.1.ebuild | 35 ---
 4 files changed, 108 deletions(-)

diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest
index 01a0e59b280..5cae41a9ec4 100644
--- a/dev-python/os-win/Manifest
+++ b/dev-python/os-win/Manifest
@@ -1,4 +1 @@
-DIST os-win-0.4.0.tar.gz 134421 BLAKE2B 
f5814d1aea2c64ef1bdd6ad9798fd6cb684ac74069337451b70b961818eaa41db87d3310c9a31ca2c8b0fc44fe39e402ee303eb7689db2070d9cc35f8b7c3a52
 SHA512 
6ffc33c8dbeb834ee588a8b84fb3fc6d7f6bf886d22307cac46c6f769c0d645bc76fd432be0cd8d3b76d0119ef6f5fe3276482cfda7880462f7af6969748a53e
-DIST os-win-1.2.1.tar.gz 157535 BLAKE2B 
fa5241c23c6636fca8a7e8b08ccebe2a35b556e74607395698210643d1cb22ff8b628b76851ed1d8d04a2b0bcecd64ce0443428df2aafe8afecdadc1ffb4b361
 SHA512 
2893dda81267fa451afe3e0570b30fc835587237ec20ebc67d0fb454bcf2d0bcf8cfe215e6103f2a165f68c9ccabefd7ff0dbd08b2d52da49f96b2b8fc84cb50
-DIST os-win-1.4.1.tar.gz 170022 BLAKE2B 
ddf1d47f3b8aae8f49a9928658d0ef1792b8eaddffdd5749befe0480059314a54d8c110f04f38ac26f08f76f18651a0f6f48827b6db24d6d8de1bb827a9092e7
 SHA512 
1bc21be5e336a90c3bc96ee3e727e3192fdc8baab548ba67c5b68d10b88661759d02c006a3f579bc0c66ab0c4d63a4b40f684e4f7c6cab9431256cb2fbc1634c
 DIST os-win-2.2.0.tar.gz 192662 BLAKE2B 
4da623f2f3fff0466156468a09477d29cda391275935dc56be06eaf7562cb153d7d00771206385b3cfada2fe86679e1a80e52e32f539a5c4e62bf9aa10967079
 SHA512 
02bb9b7ddaa7b3807ce66ce32242fe9938f28bde6880cf9ed461072e764e41a34a1238ccdc8b67ebc95a07ac003bb0771b8943602582ede6c8a41440f865060b

diff --git a/dev-python/os-win/os-win-0.4.0.ebuild 
b/dev-python/os-win/os-win-0.4.0.ebuild
deleted file mode 100644
index a59d688b5cf..000
--- a/dev-python/os-win/os-win-0.4.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Windows / Hyper-V library for OpenStack projects."
-HOMEPAGE="https://github.com/openstack/os-win;
-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-1.3[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.5.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-3.7.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-service-1.0.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-win/os-win-1.2.1.ebuild 
b/dev-python/os-win/os-win-1.2.1.ebuild
deleted file mode 100644
index d8d28be1e58..000
--- a/dev-python/os-win/os-win-1.2.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Windows / Hyper-V library for OpenStack projects."
-HOMEPAGE="https://github.com/openstack/os-win;
-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-config-3.14.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-service-1.10.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-win/os-win-1.4.1.ebuild 
b/dev-python/os-win/os-win-1.4.1.ebuild

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

2017-08-28 Thread Matt Thode
commit: a20be8b32b9b44ef368921e80691877647efd4b0
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 28 19:55:11 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Aug 28 21:50:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20be8b3

dev-python/os-win: fixing cap on eventlet

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/os-win/os-win-2.2.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/os-win/os-win-2.2.0.ebuild 
b/dev-python/os-win/os-win-2.2.0.ebuild
index 23d802daa6b..9f45be57aea 100644
--- a/dev-python/os-win/os-win-2.2.0.ebuild
+++ b/dev-python/os-win/os-win-2.2.0.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
!~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
>=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
!~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   =dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
>=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
!~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]



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

2017-08-28 Thread Matt Thode
commit: d602da49d4ba66022ac5838556d0dbc82ea78dee
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 28 19:30:44 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Aug 28 21:50:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d602da49

dev-python/os-win: 2.2.0 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/os-win/Manifest|  1 +
 dev-python/os-win/os-win-2.2.0.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest
index ab62376500d..f53c9df6366 100644
--- a/dev-python/os-win/Manifest
+++ b/dev-python/os-win/Manifest
@@ -1,3 +1,4 @@
 DIST os-win-0.4.0.tar.gz 134421 SHA256 
369d9483340ab48a5c145e4863082d2c611a02a467b7609227e3432a26880283 SHA512 
6ffc33c8dbeb834ee588a8b84fb3fc6d7f6bf886d22307cac46c6f769c0d645bc76fd432be0cd8d3b76d0119ef6f5fe3276482cfda7880462f7af6969748a53e
 WHIRLPOOL 
6c3c643b3992f98eb8551d19d067e8a56809a10005abf0940c270a77c4f1066469b367045c6e1be9f453b87db67f4f7fe9d3f614589887bc0e5d1d46c62b2099
 DIST os-win-1.2.1.tar.gz 157535 SHA256 
be9749c8bd49d9a65895b8324374e3beafd6e3b0987840e87a888f03e194a7a7 SHA512 
2893dda81267fa451afe3e0570b30fc835587237ec20ebc67d0fb454bcf2d0bcf8cfe215e6103f2a165f68c9ccabefd7ff0dbd08b2d52da49f96b2b8fc84cb50
 WHIRLPOOL 
7189aa28f04cce6d5119030be2fbd875c77d2e2af4f5b93244fbda4817d3090bb78d4d58dbf90b2e26af1ea72220faa14fbe2f8db025e83305d758c34df932cf
 DIST os-win-1.4.1.tar.gz 170022 SHA256 
88c95da00bab00672d128943400d9c3fd6ca2c4f17b0d20eaaf242ebf6b0866b SHA512 
1bc21be5e336a90c3bc96ee3e727e3192fdc8baab548ba67c5b68d10b88661759d02c006a3f579bc0c66ab0c4d63a4b40f684e4f7c6cab9431256cb2fbc1634c
 WHIRLPOOL 
b6458e0e2a4a38b1e9d6972397b6ddcc582bbf1c0cac737282c6ce7c4bd91322d3a326d1203d6d4fb6dd345f41f90ea4ff57252ecf89a2cf0f6544f87f38cfa7
+DIST os-win-2.2.0.tar.gz 192662 SHA256 
4f668ce616289ba0a535c14445186b8ae7fd5cbdeb3921ccb50fd4729ca1191f SHA512 
02bb9b7ddaa7b3807ce66ce32242fe9938f28bde6880cf9ed461072e764e41a34a1238ccdc8b67ebc95a07ac003bb0771b8943602582ede6c8a41440f865060b
 WHIRLPOOL 
4e14808719305da9d0097d5156e48a40ff180a29038a1605415a03a494c7402c91f65f961b3225fb34c81d275438092619d05af2c08e955a61e98990f2b33367

diff --git a/dev-python/os-win/os-win-2.2.0.ebuild 
b/dev-python/os-win/os-win-2.2.0.ebuild
new file mode 100644
index 000..23d802daa6b
--- /dev/null
+++ b/dev-python/os-win/os-win-2.2.0.ebuild
@@ -0,0 +1,40 @@
+# 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="Windows / Hyper-V library for OpenStack projects."
+HOMEPAGE="https://github.com/openstack/os-win;
+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="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-config-4.4.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/oslo-i18n-3.15.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-win/

2017-03-22 Thread Matt Thode
commit: ce73707f1e94c01d938ba4d21dfe46a40d8f2bd7
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Mar 22 16:05:53 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Mar 22 16:05:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce73707f

dev-python/os-win: 1.4.1 bup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/os-win/Manifest | 2 +-
 dev-python/os-win/{os-win-1.4.0.ebuild => os-win-1.4.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest
index db09dd7a962..ab62376500d 100644
--- a/dev-python/os-win/Manifest
+++ b/dev-python/os-win/Manifest
@@ -1,3 +1,3 @@
 DIST os-win-0.4.0.tar.gz 134421 SHA256 
369d9483340ab48a5c145e4863082d2c611a02a467b7609227e3432a26880283 SHA512 
6ffc33c8dbeb834ee588a8b84fb3fc6d7f6bf886d22307cac46c6f769c0d645bc76fd432be0cd8d3b76d0119ef6f5fe3276482cfda7880462f7af6969748a53e
 WHIRLPOOL 
6c3c643b3992f98eb8551d19d067e8a56809a10005abf0940c270a77c4f1066469b367045c6e1be9f453b87db67f4f7fe9d3f614589887bc0e5d1d46c62b2099
 DIST os-win-1.2.1.tar.gz 157535 SHA256 
be9749c8bd49d9a65895b8324374e3beafd6e3b0987840e87a888f03e194a7a7 SHA512 
2893dda81267fa451afe3e0570b30fc835587237ec20ebc67d0fb454bcf2d0bcf8cfe215e6103f2a165f68c9ccabefd7ff0dbd08b2d52da49f96b2b8fc84cb50
 WHIRLPOOL 
7189aa28f04cce6d5119030be2fbd875c77d2e2af4f5b93244fbda4817d3090bb78d4d58dbf90b2e26af1ea72220faa14fbe2f8db025e83305d758c34df932cf
-DIST os-win-1.4.0.tar.gz 170216 SHA256 
7784009a79de59307ac47db8674dcb27353903eba9da552dda24b4a4ac13e27a SHA512 
40ff1eec24ad46824e21e38cb4c2f7d74cef057dc6ca77479a1b6535de0fa6b7ff805e71585bf95b439038217d62ebc8fc4872effe53c4f172f845c2d41872c8
 WHIRLPOOL 
f28014a77b37652b4d4ace402c3a3ab56b330003af980d81e2c70ab0aa4837acb9ea7aa1b922f9ee81b743e68f344bc386c2e979050d8a5e016da2549b7113b9
+DIST os-win-1.4.1.tar.gz 170022 SHA256 
88c95da00bab00672d128943400d9c3fd6ca2c4f17b0d20eaaf242ebf6b0866b SHA512 
1bc21be5e336a90c3bc96ee3e727e3192fdc8baab548ba67c5b68d10b88661759d02c006a3f579bc0c66ab0c4d63a4b40f684e4f7c6cab9431256cb2fbc1634c
 WHIRLPOOL 
b6458e0e2a4a38b1e9d6972397b6ddcc582bbf1c0cac737282c6ce7c4bd91322d3a326d1203d6d4fb6dd345f41f90ea4ff57252ecf89a2cf0f6544f87f38cfa7

diff --git a/dev-python/os-win/os-win-1.4.0.ebuild 
b/dev-python/os-win/os-win-1.4.1.ebuild
similarity index 100%
rename from dev-python/os-win/os-win-1.4.0.ebuild
rename to dev-python/os-win/os-win-1.4.1.ebuild



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

2016-10-19 Thread Matt Thode
commit: d14165c46a45590dbf86f07d493086f97fdb149b
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Oct 19 14:08:43 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Oct 19 14:08:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14165c4

dev-python/os-win: bup

Package-Manager: portage-2.3.0

 dev-python/os-win/Manifest | 2 +-
 dev-python/os-win/{os-win-1.2.0.ebuild => os-win-1.2.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest
index 2b062be..cfbc32b 100644
--- a/dev-python/os-win/Manifest
+++ b/dev-python/os-win/Manifest
@@ -1,2 +1,2 @@
 DIST os-win-0.4.0.tar.gz 134421 SHA256 
369d9483340ab48a5c145e4863082d2c611a02a467b7609227e3432a26880283 SHA512 
6ffc33c8dbeb834ee588a8b84fb3fc6d7f6bf886d22307cac46c6f769c0d645bc76fd432be0cd8d3b76d0119ef6f5fe3276482cfda7880462f7af6969748a53e
 WHIRLPOOL 
6c3c643b3992f98eb8551d19d067e8a56809a10005abf0940c270a77c4f1066469b367045c6e1be9f453b87db67f4f7fe9d3f614589887bc0e5d1d46c62b2099
-DIST os-win-1.2.0.tar.gz 147563 SHA256 
b99891582da960134469e6c22e665811ec99fa21eaffc816ae11d567502e50ac SHA512 
83e42d5d3489670aca138dff59979bca24ea5429e7922a3cce16d536ebfdf94c57d90230f01fb1c7e8c428b7d4b285464b4bbcd3af69dd004f077861947b3717
 WHIRLPOOL 
40c82f4c4bb773c6c6611265a1b1324f69e1a6ff9712a0757d60418314ba561d251c6562368b78433abecd1be787dc70759a3a341fe0218d7f3718dcef6a248b
+DIST os-win-1.2.1.tar.gz 157535 SHA256 
be9749c8bd49d9a65895b8324374e3beafd6e3b0987840e87a888f03e194a7a7 SHA512 
2893dda81267fa451afe3e0570b30fc835587237ec20ebc67d0fb454bcf2d0bcf8cfe215e6103f2a165f68c9ccabefd7ff0dbd08b2d52da49f96b2b8fc84cb50
 WHIRLPOOL 
7189aa28f04cce6d5119030be2fbd875c77d2e2af4f5b93244fbda4817d3090bb78d4d58dbf90b2e26af1ea72220faa14fbe2f8db025e83305d758c34df932cf

diff --git a/dev-python/os-win/os-win-1.2.0.ebuild 
b/dev-python/os-win/os-win-1.2.1.ebuild
similarity index 100%
rename from dev-python/os-win/os-win-1.2.0.ebuild
rename to dev-python/os-win/os-win-1.2.1.ebuild



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

2016-03-29 Thread Matt Thode
commit: 5452225d89c384130d02908a9fe3f52638db4612
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 29 18:31:26 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 29 18:31:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5452225d

dev-python/os-win: bup

Package-Manager: portage-2.2.26

 dev-python/os-win/Manifest | 2 +-
 dev-python/os-win/{os-win-0.2.3.ebuild => os-win-0.4.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest
index 0ba39d6..1ee48c9 100644
--- a/dev-python/os-win/Manifest
+++ b/dev-python/os-win/Manifest
@@ -1 +1 @@
-DIST os-win-0.2.3.tar.gz 126677 SHA256 
2e04357eb99705c9be91a240c84e6dffca5b12c058b8baf9344b508db0e96da0 SHA512 
7e4b8f2b851c796cc1afe7db3b1512fc33da2d9365d3dc869badf49a20ea39ca65ba184af892f8b091f757efffec51db0921e49c5eee65cb7dc09039a6870e92
 WHIRLPOOL 
20efe53e47ea9b976e414518a9c9de0abb3d5c379d46ca933d8b29137c21684e2c18088b5ae35f1a3817943902b00cf96fb98bfc5faee9f3c80e2c6d57a58211
+DIST os-win-0.4.0.tar.gz 134421 SHA256 
369d9483340ab48a5c145e4863082d2c611a02a467b7609227e3432a26880283 SHA512 
6ffc33c8dbeb834ee588a8b84fb3fc6d7f6bf886d22307cac46c6f769c0d645bc76fd432be0cd8d3b76d0119ef6f5fe3276482cfda7880462f7af6969748a53e
 WHIRLPOOL 
6c3c643b3992f98eb8551d19d067e8a56809a10005abf0940c270a77c4f1066469b367045c6e1be9f453b87db67f4f7fe9d3f614589887bc0e5d1d46c62b2099

diff --git a/dev-python/os-win/os-win-0.2.3.ebuild 
b/dev-python/os-win/os-win-0.4.0.ebuild
similarity index 100%
rename from dev-python/os-win/os-win-0.2.3.ebuild
rename to dev-python/os-win/os-win-0.4.0.ebuild



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

2016-03-25 Thread Manuel Rüger
commit: 39ed49bd728315d62896b7111f5e0b7845e732f4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 26 04:41:31 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 26 04:41:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ed49bd

dev-python/os-win: Whitespace

Package-Manager: portage-2.2.28

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

diff --git a/dev-python/os-win/os-win-0.2.3.ebuild 
b/dev-python/os-win/os-win-0.2.3.ebuild
index 43b8aaa..fe9a8e0 100644
--- a/dev-python/os-win/os-win-0.2.3.ebuild
+++ b/dev-python/os-win/os-win-0.2.3.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
>=dev-python/oslo-concurrency-3.5.0[${PYTHON_USEDEP}]
>=dev-python/oslo-config-3.7.0[${PYTHON_USEDEP}]
>=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}] 
+   >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
>=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
>=dev-python/oslo-service-1.0.0[${PYTHON_USEDEP}]"
 



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

2016-03-25 Thread Matt Thode
commit: d1c728fafdbe081ad9d02a198084e1939727c3c5
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 25 23:10:32 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 25 23:10:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c728fa

dev-python/os-win: adding for mitaka

Package-Manager: portage-2.2.26

 dev-python/os-win/Manifest|  1 +
 dev-python/os-win/metadata.xml| 11 +++
 dev-python/os-win/os-win-0.2.3.ebuild | 36 +++
 3 files changed, 48 insertions(+)

diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest
new file mode 100644
index 000..0ba39d6
--- /dev/null
+++ b/dev-python/os-win/Manifest
@@ -0,0 +1 @@
+DIST os-win-0.2.3.tar.gz 126677 SHA256 
2e04357eb99705c9be91a240c84e6dffca5b12c058b8baf9344b508db0e96da0 SHA512 
7e4b8f2b851c796cc1afe7db3b1512fc33da2d9365d3dc869badf49a20ea39ca65ba184af892f8b091f757efffec51db0921e49c5eee65cb7dc09039a6870e92
 WHIRLPOOL 
20efe53e47ea9b976e414518a9c9de0abb3d5c379d46ca933d8b29137c21684e2c18088b5ae35f1a3817943902b00cf96fb98bfc5faee9f3c80e2c6d57a58211

diff --git a/dev-python/os-win/metadata.xml b/dev-python/os-win/metadata.xml
new file mode 100644
index 000..38cd5e2
--- /dev/null
+++ b/dev-python/os-win/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   Windows / Hyper-V library for OpenStack projects.
+   
+

diff --git a/dev-python/os-win/os-win-0.2.3.ebuild 
b/dev-python/os-win/os-win-0.2.3.ebuild
new file mode 100644
index 000..43b8aaa
--- /dev/null
+++ b/dev-python/os-win/os-win-0.2.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Windows / Hyper-V library for OpenStack projects."
+HOMEPAGE="https://github.com/openstack/os-win;
+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-1.3[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}] 
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-service-1.0.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}