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

2021-05-31 Thread Michał Górny
commit: 93b352fde0af23e9256e13463387e4aee8209e2d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 31 20:25:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 31 20:27:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b352fd

dev-python/oslo-rootwrap: Remove old

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

 dev-python/oslo-rootwrap/Manifest  |  1 -
 .../oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild  | 50 --
 2 files changed, 51 deletions(-)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index 9eb1e5cd74a..a175dc28aac 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1,2 +1 @@
-DIST oslo.rootwrap-5.15.2.tar.gz 45566 BLAKE2B 
1755a52d1e380a512c50f5314f7a4f249da9e62030abfef531bf973277a98f1f42f1c27a69a4e6e5cf64441e6a7263a3780355da4860461cfafed172ea087946
 SHA512 
9fc4c4678a25ebecb08026e71ef8da44bf1214f177d5330de8d68cfce8c3d85f4085a9e19f282bc8b498a36d8a7e384cde354a95619a800e3a68aba088df5aad
 DIST oslo.rootwrap-6.2.0.tar.gz 46850 BLAKE2B 
0ad998aecaf8dfe0616094ed08e64380d38fa663dc63f192b58b95a07deeb690f16f1b8de2d0666c80bc49c11c06dc7221e9b9fae7243c3569971745884b752f
 SHA512 
bf3e91ec8a18f92f6f5974a6d8369ae73dba6e61fa3001996678b85d0bfb2426536d27097ad784169e6eca50ad23471505d5089e8d4a6a84c9e0e009a6a38f5a

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild
deleted file mode 100644
index 4c4b475ddc2..000
--- a/dev-python/oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild
+++ /dev/null
@@ -1,50 +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="Allows fine filtering of shell commands to run as root from 
OpenStack services"
-HOMEPAGE="https://pypi.org/project/oslo.config/;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
-S="${WORKDIR}/oslo.rootwrap-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
-   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
-   >dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}] )"
-RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
-   nosetests tests/ || die "test failed under ${EPYTHON}"
-}



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

2020-12-11 Thread Michał Górny
commit: d169a28b20657245ef4dd33f37013f9f6415c44e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 11 11:45:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 11 12:44:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d169a28b

dev-python/oslo-rootwrap: Fix HOMEPAGE

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

 dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild
index 5f1b470af9e..9c2d8066199 100644
--- a/dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7,8} )
 inherit distutils-r1
 
 DESCRIPTION="Allows fine filtering of shell commands to run as root from 
OpenStack services"
-HOMEPAGE="https://pypi.org/project/oslo.config/;
+HOMEPAGE="https://pypi.org/project/oslo.rootwrap/;
 SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
 S="${WORKDIR}/oslo.rootwrap-${PV}"
 



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

2020-11-25 Thread Michał Górny
commit: 4cab1f0c97797999536b069c276d07f16d1a7545
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 25 09:22:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 25 09:23:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cab1f0c

dev-python/oslo-rootwrap: Mark ALLARCHES

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

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

diff --git a/dev-python/oslo-rootwrap/metadata.xml 
b/dev-python/oslo-rootwrap/metadata.xml
index 57eaee98758..955c9d75927 100644
--- a/dev-python/oslo-rootwrap/metadata.xml
+++ b/dev-python/oslo-rootwrap/metadata.xml
@@ -9,6 +9,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 oslo.rootwrap
   



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

2020-10-17 Thread Matthew Thode
commit: e2fb6e5d7f154deabe7e62a141cc7a1239a72232
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 18 03:41:32 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Oct 18 03:48:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2fb6e5d

dev-python/oslo-rootwrap: 6.2.0 bump

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

 dev-python/oslo-rootwrap/Manifest  |  1 +
 .../oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild   | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index 45505220151..9eb1e5cd74a 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1 +1,2 @@
 DIST oslo.rootwrap-5.15.2.tar.gz 45566 BLAKE2B 
1755a52d1e380a512c50f5314f7a4f249da9e62030abfef531bf973277a98f1f42f1c27a69a4e6e5cf64441e6a7263a3780355da4860461cfafed172ea087946
 SHA512 
9fc4c4678a25ebecb08026e71ef8da44bf1214f177d5330de8d68cfce8c3d85f4085a9e19f282bc8b498a36d8a7e384cde354a95619a800e3a68aba088df5aad
+DIST oslo.rootwrap-6.2.0.tar.gz 46850 BLAKE2B 
0ad998aecaf8dfe0616094ed08e64380d38fa663dc63f192b58b95a07deeb690f16f1b8de2d0666c80bc49c11c06dc7221e9b9fae7243c3569971745884b752f
 SHA512 
bf3e91ec8a18f92f6f5974a6d8369ae73dba6e61fa3001996678b85d0bfb2426536d27097ad784169e6eca50ad23471505d5089e8d4a6a84c9e0e009a6a38f5a

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild
new file mode 100644
index 000..1c245594add
--- /dev/null
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild
@@ -0,0 +1,22 @@
+# 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="Allows fine filtering of shell commands to run as root from 
OpenStack services"
+HOMEPAGE="https://pypi.org/project/oslo.config/;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
+S="${WORKDIR}/oslo.rootwrap-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND="
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+"
+RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]"



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

2020-01-13 Thread Michał Górny
commit: 967c06f8664bf95d6a81e9a020a5b46987b64391
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 12 21:40:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 13 09:45:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967c06f8

dev-python/oslo-rootwrap: Remove Python 2 support

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

 dev-python/oslo-rootwrap/oslo-rootwrap-5.13.0.ebuild | 2 +-
 dev-python/oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.13.0.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.13.0.ebuild
index 240ed88350c..92c9f199bcf 100644
--- a/dev-python/oslo-rootwrap/oslo-rootwrap-5.13.0.ebuild
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-5.13.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild
index 254873d7a88..80a72028afb 100644
--- a/dev-python/oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2019-05-11 Thread Matthew Thode
commit: 5782a66189564174d1e847c84f310a2c4ad65576
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 11 19:00:40 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 11 19:05:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5782a661

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

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild
index 8a42d3739fa..3d9b6e60470 100644
--- a/dev-python/oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/oslo.rootwrap-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2019-04-09 Thread Matthew Thode
commit: 31aba518708508114a13f7f774497ef909264866
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 10 04:28:47 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Apr 10 05:08:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31aba518

dev-python/oslo-rootwrap: 5.15.2 bump

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

 dev-python/oslo-rootwrap/Manifest  |  1 +
 .../oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild  | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index fc31a60a053..4b2df6e21ad 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1 +1,2 @@
 DIST oslo.rootwrap-5.13.0.tar.gz 43433 BLAKE2B 
8d53587f63022255683d18b8ce22dca07a160d7692e9d2fcd5e6c466bb6969da11a9a1af4646809921724b9f1b63b2532728bd3ade82312354793b6b4d15f0d4
 SHA512 
ff716e1e5900f754617578eb8bf60c1d2794474706f22a0c619c94177602ed3c3acde42ad499a7a613f310d6dffe526339b5cd1c96ecc727dcc43e1a9afd606c
+DIST oslo.rootwrap-5.15.2.tar.gz 45566 BLAKE2B 
1755a52d1e380a512c50f5314f7a4f249da9e62030abfef531bf973277a98f1f42f1c27a69a4e6e5cf64441e6a7263a3780355da4860461cfafed172ea087946
 SHA512 
9fc4c4678a25ebecb08026e71ef8da44bf1214f177d5330de8d68cfce8c3d85f4085a9e19f282bc8b498a36d8a7e384cde354a95619a800e3a68aba088df5aad

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild
new file mode 100644
index 000..6386ba45a63
--- /dev/null
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-5.15.2.ebuild
@@ -0,0 +1,49 @@
+# 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="Allows fine filtering of shell commands to run as root from 
OpenStack services"
+HOMEPAGE="https://pypi.org/project/oslo.config/;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
+S="${WORKDIR}/oslo.rootwrap-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   >dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
+   nosetests tests/ || die "test failed under ${EPYTHON}"
+}



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

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

dev-python/oslo-rootwrap: Support python 3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/oslo-rootwrap/oslo-rootwrap-5.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.13.0.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.13.0.ebuild
index ab7a8860c81..48ee97f9e72 100644
--- a/dev-python/oslo-rootwrap/oslo-rootwrap-5.13.0.ebuild
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-5.13.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2018-06-17 Thread Matt Thode
commit: cc3d75f955ee961b33886ecf9746a87798f303d7
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jun 18 01:56:23 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Jun 18 01:59:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3d75f9

dev-python/oslo-rootwrap: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/oslo-rootwrap/Manifest  |  1 -
 .../oslo-rootwrap/oslo-rootwrap-5.9.2.ebuild   | 49 --
 2 files changed, 50 deletions(-)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index d0c70ed336d..fc31a60a053 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1,2 +1 @@
 DIST oslo.rootwrap-5.13.0.tar.gz 43433 BLAKE2B 
8d53587f63022255683d18b8ce22dca07a160d7692e9d2fcd5e6c466bb6969da11a9a1af4646809921724b9f1b63b2532728bd3ade82312354793b6b4d15f0d4
 SHA512 
ff716e1e5900f754617578eb8bf60c1d2794474706f22a0c619c94177602ed3c3acde42ad499a7a613f310d6dffe526339b5cd1c96ecc727dcc43e1a9afd606c
-DIST oslo.rootwrap-5.9.2.tar.gz 43716 BLAKE2B 
4e455fe52c6f20824bf220a8444dfcdc916dfd85f0ff42edf8e3a6b8a065a45344122f56272943cc06f88fc272522af9914dd2a961d3c98c30ba66741419aa1e
 SHA512 
3ad7c2d028c3052476bc26c00bf34c421b44db59cae2d45b5d1041902c14227f6de89a9b8fb36f123c9a9e477dcee42e567425439d9d3eb12a5f701c5a13be6b

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.9.2.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.9.2.ebuild
deleted file mode 100644
index 4d3a89dac8e..000
--- a/dev-python/oslo-rootwrap/oslo-rootwrap-5.9.2.ebuild
+++ /dev/null
@@ -1,49 +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="Allows fine filtering of shell commands to run as root from 
OpenStack services"
-HOMEPAGE="https://pypi.org/project/oslo.config/;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
-S="${WORKDIR}/oslo.rootwrap-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   >=dev-python/openstackdocstheme-1.16.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   =dev-python/reno-1.8.0[${PYTHON_USEDEP}]
-   !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}] )"
-RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
-   nosetests tests/ || die "test failed under ${EPYTHON}"
-}



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

2018-02-18 Thread Matt Thode
commit: 664bcb07b552e6624c059458e3c12d07ec1d1dc3
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 19 00:29:35 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 19 00:54:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664bcb07

dev-python/oslo-rootwrap: 5.13.0 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/oslo-rootwrap/Manifest  |  1 +
 .../oslo-rootwrap/oslo-rootwrap-5.13.0.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index ff43da473a7..d0c70ed336d 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1 +1,2 @@
+DIST oslo.rootwrap-5.13.0.tar.gz 43433 BLAKE2B 
8d53587f63022255683d18b8ce22dca07a160d7692e9d2fcd5e6c466bb6969da11a9a1af4646809921724b9f1b63b2532728bd3ade82312354793b6b4d15f0d4
 SHA512 
ff716e1e5900f754617578eb8bf60c1d2794474706f22a0c619c94177602ed3c3acde42ad499a7a613f310d6dffe526339b5cd1c96ecc727dcc43e1a9afd606c
 DIST oslo.rootwrap-5.9.2.tar.gz 43716 BLAKE2B 
4e455fe52c6f20824bf220a8444dfcdc916dfd85f0ff42edf8e3a6b8a065a45344122f56272943cc06f88fc272522af9914dd2a961d3c98c30ba66741419aa1e
 SHA512 
3ad7c2d028c3052476bc26c00bf34c421b44db59cae2d45b5d1041902c14227f6de89a9b8fb36f123c9a9e477dcee42e567425439d9d3eb12a5f701c5a13be6b

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.13.0.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.13.0.ebuild
new file mode 100644
index 000..3d47240431f
--- /dev/null
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-5.13.0.ebuild
@@ -0,0 +1,48 @@
+# 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="Allows fine filtering of shell commands to run as root from 
OpenStack services"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.config;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
+S="${WORKDIR}/oslo.rootwrap-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.17.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   =dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   >dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
+   nosetests tests/ || die "test failed under ${EPYTHON}"
+}



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

2018-01-05 Thread Michał Górny
commit: 27426c967a1399cdaecfce3e7f0f20229537ffaa
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  5 09:57:44 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  5 13:26:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27426c96

dev-python/oslo-rootwrap: Clean old up

 dev-python/oslo-rootwrap/Manifest  |  1 -
 .../oslo-rootwrap/oslo-rootwrap-5.4.2.ebuild   | 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index 0aaaf780cf8..ff43da473a7 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1,2 +1 @@
-DIST oslo.rootwrap-5.4.2.tar.gz 42789 BLAKE2B 
f6587ff6f57bbef75f39808373b6d76b86fb0cbb5129c0c3421aceeab29ecfc5b2cab61471dc80d7ce4a6519a432b4d572f158ac513c7a76ec4148f717346e44
 SHA512 
32f692248e4006e5809edb2669d4f1105cd8592c69b36bd17c4cac786f26face4971e60505e7d2d775d4b2f54a369c7acdfb3da85e19dbd96d65203f5d8df7a7
 DIST oslo.rootwrap-5.9.2.tar.gz 43716 BLAKE2B 
4e455fe52c6f20824bf220a8444dfcdc916dfd85f0ff42edf8e3a6b8a065a45344122f56272943cc06f88fc272522af9914dd2a961d3c98c30ba66741419aa1e
 SHA512 
3ad7c2d028c3052476bc26c00bf34c421b44db59cae2d45b5d1041902c14227f6de89a9b8fb36f123c9a9e477dcee42e567425439d9d3eb12a5f701c5a13be6b

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.2.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.2.ebuild
deleted file mode 100644
index 82a554a79ab..000
--- a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.2.ebuild
+++ /dev/null
@@ -1,47 +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="Allows fine filtering of shell commands to run as root from 
OpenStack services"
-HOMEPAGE="https://pypi.python.org/pypi/oslo.config;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
-S="${WORKDIR}/oslo.rootwrap-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDEPEND="
-   >=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
-   =dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}] )"
-RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
-   nosetests tests/ || die "test failed under ${EPYTHON}"
-}



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

2017-12-20 Thread Matt Thode
commit: 2ee92a29a8d9ecd28b60d2fc308aae55de87ca04
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Dec 21 06:54:48 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Dec 21 07:12:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee92a29

dev-python/oslo-rootwrap: 5.4.2 and 5.9.2 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/oslo-rootwrap/Manifest  |  3 --
 .../oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild   | 47 -
 .../oslo-rootwrap/oslo-rootwrap-5.4.2.ebuild   |  2 +-
 .../oslo-rootwrap/oslo-rootwrap-5.9.0.ebuild   | 49 --
 .../oslo-rootwrap/oslo-rootwrap-5.9.1.ebuild   | 49 --
 .../oslo-rootwrap/oslo-rootwrap-5.9.2.ebuild   |  2 +-
 6 files changed, 2 insertions(+), 150 deletions(-)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index 898cca8de6e..0aaaf780cf8 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1,5 +1,2 @@
-DIST oslo.rootwrap-5.4.1.tar.gz 42202 BLAKE2B 
3ae54e9a10bcf3b1073731ca6800d9c2b1fa100667760142a7ba33c32ba308810525e61768ad353f6cf3c4a78370012698ff77b60884be55b2205a8d793d6e31
 SHA512 
71980ea266703c7880834cf75b69be9f7bee834a3be314f13ade1bb9903ecf6337237a32a1ed06d020c2fdd3807642af1dd676b6736052d4e57784942782d960
 DIST oslo.rootwrap-5.4.2.tar.gz 42789 BLAKE2B 
f6587ff6f57bbef75f39808373b6d76b86fb0cbb5129c0c3421aceeab29ecfc5b2cab61471dc80d7ce4a6519a432b4d572f158ac513c7a76ec4148f717346e44
 SHA512 
32f692248e4006e5809edb2669d4f1105cd8592c69b36bd17c4cac786f26face4971e60505e7d2d775d4b2f54a369c7acdfb3da85e19dbd96d65203f5d8df7a7
-DIST oslo.rootwrap-5.9.0.tar.gz 42352 BLAKE2B 
ea689dc299ccb02e0268792916f595127e060fa43c0ae33eae669307b249c34a5125e2267be418d008ad8f1127b86c20e84d76b70c5d89f749a3ee1996619480
 SHA512 
5c299b8701d308f0f02a8edde08d56145781dfe9d25f4b064b2ce926e38a0be5a5dab20d6d57ebaf289af2758d97b81089407e1851edaca23c36436abf8433fd
-DIST oslo.rootwrap-5.9.1.tar.gz 42056 BLAKE2B 
e6601f75a5b843ec97ae51b86d475b3c2646d1ccfaf52fd3289f29b08da429c15a7d1df1a0e68bd22ab0038b745653d1a1a1c2547b3f0bd5111048fa51de6f0f
 SHA512 
1c2505970217676954948546bd161a9038504f14ee3425c4d9a91807abe0e282e8e44c493c3d20e2e1c17ae506f3b768cf87c75ee46a0194c360663856796460
 DIST oslo.rootwrap-5.9.2.tar.gz 43716 BLAKE2B 
4e455fe52c6f20824bf220a8444dfcdc916dfd85f0ff42edf8e3a6b8a065a45344122f56272943cc06f88fc272522af9914dd2a961d3c98c30ba66741419aa1e
 SHA512 
3ad7c2d028c3052476bc26c00bf34c421b44db59cae2d45b5d1041902c14227f6de89a9b8fb36f123c9a9e477dcee42e567425439d9d3eb12a5f701c5a13be6b

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild
deleted file mode 100644
index 82a554a79ab..000
--- a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild
+++ /dev/null
@@ -1,47 +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="Allows fine filtering of shell commands to run as root from 
OpenStack services"
-HOMEPAGE="https://pypi.python.org/pypi/oslo.config;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
-S="${WORKDIR}/oslo.rootwrap-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDEPEND="
-   >=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
-   =dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}] )"
-RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
-   nosetests tests/ || die "test failed under ${EPYTHON}"
-}

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.2.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.2.ebuild
index 42e6fb2940b..82a554a79ab 100644
--- a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.2.ebuild
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.2.ebuild
@@ -13,7 +13,7 @@ 

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

2017-12-05 Thread Matt Thode
commit: b6a6523096bb2802de8a7f8bf3f9a658522ce352
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec  6 00:57:35 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Dec  6 00:57:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a65230

dev-python/oslo-rootwrap: 5.4.2 and 5.9.2 bups

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/oslo-rootwrap/Manifest  |  8 ++--
 .../oslo-rootwrap/oslo-rootwrap-5.4.2.ebuild   | 47 +
 .../oslo-rootwrap/oslo-rootwrap-5.9.2.ebuild   | 49 ++
 3 files changed, 101 insertions(+), 3 deletions(-)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index 99393859381..898cca8de6e 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1,3 +1,5 @@
-DIST oslo.rootwrap-5.4.1.tar.gz 42202 SHA256 
a76cf545515c1cf6d4d9b1a01a339c1356d1eb78ff3b2190e168dafead3c7e7d SHA512 
71980ea266703c7880834cf75b69be9f7bee834a3be314f13ade1bb9903ecf6337237a32a1ed06d020c2fdd3807642af1dd676b6736052d4e57784942782d960
 WHIRLPOOL 
321a2e9774e3702015510d608e4e145d9fc69c4069865dd5215ad6e94e3692e7e56e029298e908fc007f487d54737d3cd4218dfc93d0625c6950edba45da56b2
-DIST oslo.rootwrap-5.9.0.tar.gz 42352 SHA256 
f8947b42d02ae26942f0c1166b410016c7e1796b00f00983f685e9eccb91ba91 SHA512 
5c299b8701d308f0f02a8edde08d56145781dfe9d25f4b064b2ce926e38a0be5a5dab20d6d57ebaf289af2758d97b81089407e1851edaca23c36436abf8433fd
 WHIRLPOOL 
94ada80d8cf286fd20786106f37ac3579d387157a8125bd74f819b3fbccb31cbd5a00117507e836609c5dcaa64ce6983cd179aa8cd82333fdffeac7f0ddc3d5b
-DIST oslo.rootwrap-5.9.1.tar.gz 42056 SHA256 
11df3567e52f4cfd77e498713248f981c95a0cf01511610dd3bcc604c576799e SHA512 
1c2505970217676954948546bd161a9038504f14ee3425c4d9a91807abe0e282e8e44c493c3d20e2e1c17ae506f3b768cf87c75ee46a0194c360663856796460
 WHIRLPOOL 
1b5f892d7d222e3ab7a1c3f1ee3fc3c18f11766ed085eb83bfb726d2e114623bd6806429a81dda63014874e8d215b48852ee19deb01ba6e33b6b663050f55caf
+DIST oslo.rootwrap-5.4.1.tar.gz 42202 BLAKE2B 
3ae54e9a10bcf3b1073731ca6800d9c2b1fa100667760142a7ba33c32ba308810525e61768ad353f6cf3c4a78370012698ff77b60884be55b2205a8d793d6e31
 SHA512 
71980ea266703c7880834cf75b69be9f7bee834a3be314f13ade1bb9903ecf6337237a32a1ed06d020c2fdd3807642af1dd676b6736052d4e57784942782d960
+DIST oslo.rootwrap-5.4.2.tar.gz 42789 BLAKE2B 
f6587ff6f57bbef75f39808373b6d76b86fb0cbb5129c0c3421aceeab29ecfc5b2cab61471dc80d7ce4a6519a432b4d572f158ac513c7a76ec4148f717346e44
 SHA512 
32f692248e4006e5809edb2669d4f1105cd8592c69b36bd17c4cac786f26face4971e60505e7d2d775d4b2f54a369c7acdfb3da85e19dbd96d65203f5d8df7a7
+DIST oslo.rootwrap-5.9.0.tar.gz 42352 BLAKE2B 
ea689dc299ccb02e0268792916f595127e060fa43c0ae33eae669307b249c34a5125e2267be418d008ad8f1127b86c20e84d76b70c5d89f749a3ee1996619480
 SHA512 
5c299b8701d308f0f02a8edde08d56145781dfe9d25f4b064b2ce926e38a0be5a5dab20d6d57ebaf289af2758d97b81089407e1851edaca23c36436abf8433fd
+DIST oslo.rootwrap-5.9.1.tar.gz 42056 BLAKE2B 
e6601f75a5b843ec97ae51b86d475b3c2646d1ccfaf52fd3289f29b08da429c15a7d1df1a0e68bd22ab0038b745653d1a1a1c2547b3f0bd5111048fa51de6f0f
 SHA512 
1c2505970217676954948546bd161a9038504f14ee3425c4d9a91807abe0e282e8e44c493c3d20e2e1c17ae506f3b768cf87c75ee46a0194c360663856796460
+DIST oslo.rootwrap-5.9.2.tar.gz 43716 BLAKE2B 
4e455fe52c6f20824bf220a8444dfcdc916dfd85f0ff42edf8e3a6b8a065a45344122f56272943cc06f88fc272522af9914dd2a961d3c98c30ba66741419aa1e
 SHA512 
3ad7c2d028c3052476bc26c00bf34c421b44db59cae2d45b5d1041902c14227f6de89a9b8fb36f123c9a9e477dcee42e567425439d9d3eb12a5f701c5a13be6b

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.2.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.2.ebuild
new file mode 100644
index 000..42e6fb2940b
--- /dev/null
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.2.ebuild
@@ -0,0 +1,47 @@
+# 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="Allows fine filtering of shell commands to run as root from 
OpenStack services"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.config;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
+S="${WORKDIR}/oslo.rootwrap-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND="
+   >=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
+   

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

2017-11-21 Thread Matt Thode
commit: 64f3a40f80f3a7067b9517c9de89fb2fb058ccea
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Nov 22 01:36:22 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Nov 22 01:59:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f3a40f

dev-python/oslo-rootwrap: 5.9.1 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/oslo-rootwrap/Manifest  |  1 +
 .../oslo-rootwrap/oslo-rootwrap-5.9.1.ebuild   | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index adc35c181e2..99393859381 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1,2 +1,3 @@
 DIST oslo.rootwrap-5.4.1.tar.gz 42202 SHA256 
a76cf545515c1cf6d4d9b1a01a339c1356d1eb78ff3b2190e168dafead3c7e7d SHA512 
71980ea266703c7880834cf75b69be9f7bee834a3be314f13ade1bb9903ecf6337237a32a1ed06d020c2fdd3807642af1dd676b6736052d4e57784942782d960
 WHIRLPOOL 
321a2e9774e3702015510d608e4e145d9fc69c4069865dd5215ad6e94e3692e7e56e029298e908fc007f487d54737d3cd4218dfc93d0625c6950edba45da56b2
 DIST oslo.rootwrap-5.9.0.tar.gz 42352 SHA256 
f8947b42d02ae26942f0c1166b410016c7e1796b00f00983f685e9eccb91ba91 SHA512 
5c299b8701d308f0f02a8edde08d56145781dfe9d25f4b064b2ce926e38a0be5a5dab20d6d57ebaf289af2758d97b81089407e1851edaca23c36436abf8433fd
 WHIRLPOOL 
94ada80d8cf286fd20786106f37ac3579d387157a8125bd74f819b3fbccb31cbd5a00117507e836609c5dcaa64ce6983cd179aa8cd82333fdffeac7f0ddc3d5b
+DIST oslo.rootwrap-5.9.1.tar.gz 42056 SHA256 
11df3567e52f4cfd77e498713248f981c95a0cf01511610dd3bcc604c576799e SHA512 
1c2505970217676954948546bd161a9038504f14ee3425c4d9a91807abe0e282e8e44c493c3d20e2e1c17ae506f3b768cf87c75ee46a0194c360663856796460
 WHIRLPOOL 
1b5f892d7d222e3ab7a1c3f1ee3fc3c18f11766ed085eb83bfb726d2e114623bd6806429a81dda63014874e8d215b48852ee19deb01ba6e33b6b663050f55caf

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.9.1.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.9.1.ebuild
new file mode 100644
index 000..2f4f9872915
--- /dev/null
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-5.9.1.ebuild
@@ -0,0 +1,49 @@
+# 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="Allows fine filtering of shell commands to run as root from 
OpenStack services"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.config;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
+S="${WORKDIR}/oslo.rootwrap-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.16.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   =dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+   !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
+   nosetests tests/ || die "test failed under ${EPYTHON}"
+}



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

2017-08-28 Thread Matt Thode
commit: 343a85aae491a6d1429cfd6ae7fe439b11207828
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 28 20:06:24 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Aug 28 21:50:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343a85aa

dev-python/oslo-rootwrap: 5.9.0 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/oslo-rootwrap/Manifest  |  1 +
 .../oslo-rootwrap/oslo-rootwrap-5.9.0.ebuild   | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index f254d86481e..adc35c181e2 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1 +1,2 @@
 DIST oslo.rootwrap-5.4.1.tar.gz 42202 SHA256 
a76cf545515c1cf6d4d9b1a01a339c1356d1eb78ff3b2190e168dafead3c7e7d SHA512 
71980ea266703c7880834cf75b69be9f7bee834a3be314f13ade1bb9903ecf6337237a32a1ed06d020c2fdd3807642af1dd676b6736052d4e57784942782d960
 WHIRLPOOL 
321a2e9774e3702015510d608e4e145d9fc69c4069865dd5215ad6e94e3692e7e56e029298e908fc007f487d54737d3cd4218dfc93d0625c6950edba45da56b2
+DIST oslo.rootwrap-5.9.0.tar.gz 42352 SHA256 
f8947b42d02ae26942f0c1166b410016c7e1796b00f00983f685e9eccb91ba91 SHA512 
5c299b8701d308f0f02a8edde08d56145781dfe9d25f4b064b2ce926e38a0be5a5dab20d6d57ebaf289af2758d97b81089407e1851edaca23c36436abf8433fd
 WHIRLPOOL 
94ada80d8cf286fd20786106f37ac3579d387157a8125bd74f819b3fbccb31cbd5a00117507e836609c5dcaa64ce6983cd179aa8cd82333fdffeac7f0ddc3d5b

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.9.0.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.9.0.ebuild
new file mode 100644
index 000..30c95fc65be
--- /dev/null
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-5.9.0.ebuild
@@ -0,0 +1,49 @@
+# 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="Allows fine filtering of shell commands to run as root from 
OpenStack services"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.config;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
+S="${WORKDIR}/oslo.rootwrap-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.11.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   =dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+   !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
+   nosetests tests/ || die "test failed under ${EPYTHON}"
+}



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

2017-06-23 Thread Matt Thode
commit: 0c7f125ca930c478b91bb0c959ce6d7bfaa23572
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jun 23 15:28:27 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jun 23 16:14:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7f125c

dev-python/oslo-rootwrap: 5.4.1 stable amd64 and x86 and cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/oslo-rootwrap/Manifest  |  1 -
 .../oslo-rootwrap/oslo-rootwrap-5.4.0.ebuild   | 47 --
 .../oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild   |  2 +-
 3 files changed, 1 insertion(+), 49 deletions(-)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index 70b6b5da931..f254d86481e 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1,2 +1 @@
-DIST oslo.rootwrap-5.4.0.tar.gz 40741 SHA256 
8b3c1c5726e0845fcd00d9f951f012bdd3405380acf125428268fba4f70f3c00 SHA512 
9848d9f18b7a4063f74d170615b99dc3ebcbcba1ff1f0a10f42b2af9284dd58a65a6b483bed20d176de00170ad60ac7b847cf5a31b950fcd7bf06ecbaecb1823
 WHIRLPOOL 
0996255270825040156767ae1b08a82aa8df87cabd9122522866ce38e99278c72242d1dfae5e0417267d1dd683b5e3d4ba0d3dcbc75e4449df2a01b267ea24b2
 DIST oslo.rootwrap-5.4.1.tar.gz 42202 SHA256 
a76cf545515c1cf6d4d9b1a01a339c1356d1eb78ff3b2190e168dafead3c7e7d SHA512 
71980ea266703c7880834cf75b69be9f7bee834a3be314f13ade1bb9903ecf6337237a32a1ed06d020c2fdd3807642af1dd676b6736052d4e57784942782d960
 WHIRLPOOL 
321a2e9774e3702015510d608e4e145d9fc69c4069865dd5215ad6e94e3692e7e56e029298e908fc007f487d54737d3cd4218dfc93d0625c6950edba45da56b2

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.0.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.0.ebuild
deleted file mode 100644
index 82a554a79ab..000
--- a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.0.ebuild
+++ /dev/null
@@ -1,47 +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="Allows fine filtering of shell commands to run as root from 
OpenStack services"
-HOMEPAGE="https://pypi.python.org/pypi/oslo.config;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
-S="${WORKDIR}/oslo.rootwrap-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDEPEND="
-   >=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
-   =dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}] )"
-RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
-   nosetests tests/ || die "test failed under ${EPYTHON}"
-}

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild
index 42e6fb2940b..82a554a79ab 100644
--- a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/oslo.rootwrap-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 CDEPEND="



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

2017-05-22 Thread Matt Thode
commit: 53b7f2f854ae945961573ba96b6b74c9d7df4d53
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon May 22 20:17:20 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon May 22 20:18:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b7f2f8

dev-python/oslo-rootwrap: bup 5.4.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/oslo-rootwrap/Manifest  |  1 +
 .../oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index 48c4008f6c7..70b6b5da931 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1 +1,2 @@
 DIST oslo.rootwrap-5.4.0.tar.gz 40741 SHA256 
8b3c1c5726e0845fcd00d9f951f012bdd3405380acf125428268fba4f70f3c00 SHA512 
9848d9f18b7a4063f74d170615b99dc3ebcbcba1ff1f0a10f42b2af9284dd58a65a6b483bed20d176de00170ad60ac7b847cf5a31b950fcd7bf06ecbaecb1823
 WHIRLPOOL 
0996255270825040156767ae1b08a82aa8df87cabd9122522866ce38e99278c72242d1dfae5e0417267d1dd683b5e3d4ba0d3dcbc75e4449df2a01b267ea24b2
+DIST oslo.rootwrap-5.4.1.tar.gz 42202 SHA256 
a76cf545515c1cf6d4d9b1a01a339c1356d1eb78ff3b2190e168dafead3c7e7d SHA512 
71980ea266703c7880834cf75b69be9f7bee834a3be314f13ade1bb9903ecf6337237a32a1ed06d020c2fdd3807642af1dd676b6736052d4e57784942782d960
 WHIRLPOOL 
321a2e9774e3702015510d608e4e145d9fc69c4069865dd5215ad6e94e3692e7e56e029298e908fc007f487d54737d3cd4218dfc93d0625c6950edba45da56b2

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild
new file mode 100644
index 000..42e6fb2940b
--- /dev/null
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild
@@ -0,0 +1,47 @@
+# 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="Allows fine filtering of shell commands to run as root from 
OpenStack services"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.config;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
+S="${WORKDIR}/oslo.rootwrap-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND="
+   >=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
+   =dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
+   nosetests tests/ || die "test failed under ${EPYTHON}"
+}



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

2017-05-02 Thread Michał Górny
commit: cf069fa17cee83e19136c5fae1ce50cec1d93359
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 08:15:04 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 08:47:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf069fa1

dev-python/oslo-rootwrap: Clean old versions up

 dev-python/oslo-rootwrap/Manifest  |  2 -
 .../oslo-rootwrap/oslo-rootwrap-4.1.0.ebuild   | 48 --
 .../oslo-rootwrap/oslo-rootwrap-5.1.1.ebuild   | 48 --
 3 files changed, 98 deletions(-)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index 2364d30a0b5..48c4008f6c7 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1,3 +1 @@
-DIST oslo.rootwrap-4.1.0.tar.gz 35590 SHA256 
083b6255228982484fc483db845a49e07f474cfc12ba1ba70490f56880027989 SHA512 
ef06507989d168bed8d3943d69c53318b87a2de6f403b9563d79ca75b9e17da887ce68775c54cc0fb8488e99ae3dccb08f8c3e4cf2d46882b699625519a46705
 WHIRLPOOL 
638a8cbf3cf463067ddc26934b914d4bf50b7b6ce51ba48a83df7abcad62836a1bdb0f660120a04facf4d1cfec589bb690a7039486884cbf3013e1ab622f9dd1
-DIST oslo.rootwrap-5.1.1.tar.gz 35982 SHA256 
b48a3a5eeec533b4d450cd811a36a99e9d6f9e5316359285663318703c80d5b3 SHA512 
1f50316529340b8dd2718c1ae84da263bbdfd899df31c3e30fcc122a2c857f21bb5844f6ab6a7b6d668931008237bde1652fc8fe066566eae26b80fb7d726f3d
 WHIRLPOOL 
9720f1709ba7f13d141137f9a60c5fb976956c5d3e3055972c82d43b002a932d67d2e8589a64f9a999a2f22267b4984bac8d0dcb37890d3c0f2cf442aa52c274
 DIST oslo.rootwrap-5.4.0.tar.gz 40741 SHA256 
8b3c1c5726e0845fcd00d9f951f012bdd3405380acf125428268fba4f70f3c00 SHA512 
9848d9f18b7a4063f74d170615b99dc3ebcbcba1ff1f0a10f42b2af9284dd58a65a6b483bed20d176de00170ad60ac7b847cf5a31b950fcd7bf06ecbaecb1823
 WHIRLPOOL 
0996255270825040156767ae1b08a82aa8df87cabd9122522866ce38e99278c72242d1dfae5e0417267d1dd683b5e3d4ba0d3dcbc75e4449df2a01b267ea24b2

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-4.1.0.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-4.1.0.ebuild
deleted file mode 100644
index 827ad053f36..000
--- a/dev-python/oslo-rootwrap/oslo-rootwrap-4.1.0.ebuild
+++ /dev/null
@@ -1,48 +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="Allows fine filtering of shell commands to run as root from 
OpenStack services"
-HOMEPAGE="https://pypi.python.org/pypi/oslo.config;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
-S="${WORKDIR}/oslo.rootwrap-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDEPEND="
-   >=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
-   =dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.2[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}] )"
-RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
-   nosetests tests/ || die "test failed under ${EPYTHON}"
-}

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.1.1.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.1.1.ebuild
deleted file mode 100644
index a8fa363316d..000
--- a/dev-python/oslo-rootwrap/oslo-rootwrap-5.1.1.ebuild
+++ /dev/null
@@ -1,48 +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="Allows fine filtering of shell commands to run as root from 
OpenStack services"
-HOMEPAGE="https://pypi.python.org/pypi/oslo.config;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
-S="${WORKDIR}/oslo.rootwrap-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDEPEND="
-   >=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
- 

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

2017-02-26 Thread Matt Thode
commit: 68037f22f8df6fc7e1b0183f30e7d05cad115acd
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 27 03:30:20 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 27 04:26:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68037f22

dev-python/oslo-rootwrap: bup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/oslo-rootwrap/Manifest  |  1 +
 .../oslo-rootwrap/oslo-rootwrap-5.4.0.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index f14843f76e..2364d30a0b 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1,2 +1,3 @@
 DIST oslo.rootwrap-4.1.0.tar.gz 35590 SHA256 
083b6255228982484fc483db845a49e07f474cfc12ba1ba70490f56880027989 SHA512 
ef06507989d168bed8d3943d69c53318b87a2de6f403b9563d79ca75b9e17da887ce68775c54cc0fb8488e99ae3dccb08f8c3e4cf2d46882b699625519a46705
 WHIRLPOOL 
638a8cbf3cf463067ddc26934b914d4bf50b7b6ce51ba48a83df7abcad62836a1bdb0f660120a04facf4d1cfec589bb690a7039486884cbf3013e1ab622f9dd1
 DIST oslo.rootwrap-5.1.1.tar.gz 35982 SHA256 
b48a3a5eeec533b4d450cd811a36a99e9d6f9e5316359285663318703c80d5b3 SHA512 
1f50316529340b8dd2718c1ae84da263bbdfd899df31c3e30fcc122a2c857f21bb5844f6ab6a7b6d668931008237bde1652fc8fe066566eae26b80fb7d726f3d
 WHIRLPOOL 
9720f1709ba7f13d141137f9a60c5fb976956c5d3e3055972c82d43b002a932d67d2e8589a64f9a999a2f22267b4984bac8d0dcb37890d3c0f2cf442aa52c274
+DIST oslo.rootwrap-5.4.0.tar.gz 40741 SHA256 
8b3c1c5726e0845fcd00d9f951f012bdd3405380acf125428268fba4f70f3c00 SHA512 
9848d9f18b7a4063f74d170615b99dc3ebcbcba1ff1f0a10f42b2af9284dd58a65a6b483bed20d176de00170ad60ac7b847cf5a31b950fcd7bf06ecbaecb1823
 WHIRLPOOL 
0996255270825040156767ae1b08a82aa8df87cabd9122522866ce38e99278c72242d1dfae5e0417267d1dd683b5e3d4ba0d3dcbc75e4449df2a01b267ea24b2

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.0.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.0.ebuild
new file mode 100644
index 00..42e6fb2940
--- /dev/null
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.0.ebuild
@@ -0,0 +1,47 @@
+# 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="Allows fine filtering of shell commands to run as root from 
OpenStack services"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.config;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
+S="${WORKDIR}/oslo.rootwrap-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND="
+   >=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
+   =dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
+   nosetests tests/ || die "test failed under ${EPYTHON}"
+}



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

2016-11-04 Thread Matt Thode
commit: 93d432168da6915fc21f2e223f1971cd15522703
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Nov  4 15:19:29 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Nov  4 15:19:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d43216

dev-python/oslo-rootwrap: bup

Package-Manager: portage-2.3.0

 dev-python/oslo-rootwrap/Manifest   | 2 +-
 .../{oslo-rootwrap-5.1.0.ebuild => oslo-rootwrap-5.1.1.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index 9116974..f14843f 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1,2 +1,2 @@
 DIST oslo.rootwrap-4.1.0.tar.gz 35590 SHA256 
083b6255228982484fc483db845a49e07f474cfc12ba1ba70490f56880027989 SHA512 
ef06507989d168bed8d3943d69c53318b87a2de6f403b9563d79ca75b9e17da887ce68775c54cc0fb8488e99ae3dccb08f8c3e4cf2d46882b699625519a46705
 WHIRLPOOL 
638a8cbf3cf463067ddc26934b914d4bf50b7b6ce51ba48a83df7abcad62836a1bdb0f660120a04facf4d1cfec589bb690a7039486884cbf3013e1ab622f9dd1
-DIST oslo.rootwrap-5.1.0.tar.gz 36177 SHA256 
7bcb7b6aa2fc15746b82cf9e301d1c0fe3179c374eaecb6f52a188bd5ab00167 SHA512 
24b33672b8f575ff23cc463725717bf09bb70b3a5657846a63e7f9ea3627874a1865045ee62a46a449c70cb2eeaab690049f127a995943920123d2439396ad8b
 WHIRLPOOL 
c742a805a6e480ebaad1909286bc4ae247f20f467a6060ca89a37a14d11e06ebd48db66499c16922271b014abe3c289cb119fa92660dbb4d271994d0b712cd3f
+DIST oslo.rootwrap-5.1.1.tar.gz 35982 SHA256 
b48a3a5eeec533b4d450cd811a36a99e9d6f9e5316359285663318703c80d5b3 SHA512 
1f50316529340b8dd2718c1ae84da263bbdfd899df31c3e30fcc122a2c857f21bb5844f6ab6a7b6d668931008237bde1652fc8fe066566eae26b80fb7d726f3d
 WHIRLPOOL 
9720f1709ba7f13d141137f9a60c5fb976956c5d3e3055972c82d43b002a932d67d2e8589a64f9a999a2f22267b4984bac8d0dcb37890d3c0f2cf442aa52c274

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.1.0.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.1.1.ebuild
similarity index 100%
rename from dev-python/oslo-rootwrap/oslo-rootwrap-5.1.0.ebuild
rename to dev-python/oslo-rootwrap/oslo-rootwrap-5.1.1.ebuild



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

2016-03-25 Thread Matt Thode
commit: a8831228fb560b555f1c82801fd1b37bcbaacbba
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 25 22:25:35 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 25 22:25:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8831228

dev-python/oslo-rootwrap: bup for mitaka

Package-Manager: portage-2.2.26

 dev-python/oslo-rootwrap/Manifest  |  1 +
 .../oslo-rootwrap/oslo-rootwrap-4.1.0.ebuild   | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index 1b23cbc..6e5ef7d 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -3,3 +3,4 @@ DIST oslo.rootwrap-1.3.0.tar.gz 37576 SHA256 
42081a30779be0a8e33ee53f4e1235c1708
 DIST oslo.rootwrap-1.6.0.tar.gz 48419 SHA256 
5fe6d1619a5306f9181899c7cc5251ba5a0de0d3c60f85b2172a2f7d400a4962 SHA512 
89f6615f87e9d45e7810157a07df3f8ceeab5f7b6826bc16256294eb9c6031cf6c5c698d92816f31e160d1f5bb98b7564cbf54079b0370ec47b9dbe83c3c2b0f
 WHIRLPOOL 
4109b2e393b41c70e7e94f9f71674b6ea8dc6ae369cfe094f31a3372d049355f690f5bcf2a90804b5f1a0d02560d798471b855c39fcea3b5a577b1f86fba8f10
 DIST oslo.rootwrap-2.3.0.tar.gz 41367 SHA256 
2ce6483fee2955f2462b529682a7afb95c6bd745038f69ff408bde9004b83a87 SHA512 
6add1d88e13100f11a5e8faee76a1a42f1113dad55dd530bd923714d53beeb7007f8e37c24a12debb9db3fa81fad8b8d363ac463535b367134e93e753c9ef2a7
 WHIRLPOOL 
b3eb54a7a0be5d59825f4d019849dc75e8d94659f47965c921d6d85215a882f79bdd3785f9f7bcab35878219053705428e5c68c64dc78d1b9a5bdf11f027672c
 DIST oslo.rootwrap-2.4.0.tar.gz 35568 SHA256 
a5ad4ab3379e29db324db93fbfa405501978c7ac582d18cb31fcc7e92bcd219c SHA512 
e9ebce080fad9a5c862602ab78108c4f22bc9988dce2a774614f8223b430a0fdc3a50573eac468dbf3c1a2d178dd372c51e3e30aa3a0ed3a799b6253676eb6e1
 WHIRLPOOL 
95652554eaf4d5b94d9cc949ed435e81819985b42a8a1016f3d43bbb46406353c0fb8f642a7e7bf8b483f7b211a5480d54660fc2d44753417e66e5b0af3d2e6e
+DIST oslo.rootwrap-4.1.0.tar.gz 35590 SHA256 
083b6255228982484fc483db845a49e07f474cfc12ba1ba70490f56880027989 SHA512 
ef06507989d168bed8d3943d69c53318b87a2de6f403b9563d79ca75b9e17da887ce68775c54cc0fb8488e99ae3dccb08f8c3e4cf2d46882b699625519a46705
 WHIRLPOOL 
638a8cbf3cf463067ddc26934b914d4bf50b7b6ce51ba48a83df7abcad62836a1bdb0f660120a04facf4d1cfec589bb690a7039486884cbf3013e1ab622f9dd1

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-4.1.0.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-4.1.0.ebuild
new file mode 100644
index 000..e2c0b44
--- /dev/null
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-4.1.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="The Oslo Rootwrap allows fine filtering of shell commands to run 
as root from OpenStack services"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.config;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
+S="${WORKDIR}/oslo.rootwrap-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND="
+   >=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
+   =dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.2[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
+   nosetests tests/ || die "test failed under ${EPYTHON}"
+}



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

2016-02-27 Thread Matt Thode
commit: e8157cd7b50cd313bd1c2aee5f236400ac065c9a
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 28 06:20:33 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Feb 28 06:42:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8157cd7

dev-python/oslo-rootwrap: keywording arm64

merged on X-C1

Package-Manager: portage-2.2.26

 dev-python/oslo-rootwrap/oslo-rootwrap-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-2.4.0.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-2.4.0.ebuild
index 2087ae7..4272b58 100644
--- a/dev-python/oslo-rootwrap/oslo-rootwrap-2.4.0.ebuild
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-2.4.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/oslo.rootwrap-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 
 CDEPEND="



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

2015-10-15 Thread Matt Thode
commit: a570e7a151e4522049ed656eddd1220443fda2b1
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct 15 07:39:52 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct 15 07:57:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a570e7a1

dev-python/oslo-rootwrap: accidently removed an ebuild

Package-Manager: portage-2.2.20.1
RepoMan-Options: --force

 dev-python/oslo-rootwrap/Manifest  |  1 +
 .../oslo-rootwrap/oslo-rootwrap-1.6.0.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index 19e0be1..e7552ac 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1,3 +1,4 @@
 DIST oslo.rootwrap-1.2.0.tar.gz 21838 SHA256 
95dcb20ebeb5a178fa25e7815d3a17e0cbd92c5eaf0b6e9e677c1eadd2c5fc22 SHA512 
868a0ca97049ca2d750b7d52401a1e87efcfefb170e8dea4768b2e75e60f01d797181421c93e1aa1166d44e5ef8abceecc69c267a249706cf8ba05bb5c21f872
 WHIRLPOOL 
34a0728d6e93fd27c474a9234f73ddc6d0e2762917222ea5b847251f8ae52329a02de4e29987cb9a867596cb8a43b34a80d20f9bc391090785d785863eec11f5
 DIST oslo.rootwrap-1.3.0.tar.gz 37576 SHA256 
42081a30779be0a8e33ee53f4e1235c17080278c4285505a6b65243740aab629 SHA512 
256b2da73818ff7b7c02a0fbfaa90f9c93877e1f5f1ec15b2f68af6c90169fde639bb6334d2eae352cbd80a3006f6de472843bf7e499d96eb056b6d57077ca56
 WHIRLPOOL 
4b05d567bc2ce63f6da9f144de91246ab9d6857b388f75bbb80fc529339eda1be4b485c057249e4a67fdd5702f2474fb2010f8b4155053cd607ce18df4f64533
+DIST oslo.rootwrap-1.6.0.tar.gz 48419 SHA256 
5fe6d1619a5306f9181899c7cc5251ba5a0de0d3c60f85b2172a2f7d400a4962 SHA512 
89f6615f87e9d45e7810157a07df3f8ceeab5f7b6826bc16256294eb9c6031cf6c5c698d92816f31e160d1f5bb98b7564cbf54079b0370ec47b9dbe83c3c2b0f
 WHIRLPOOL 
4109b2e393b41c70e7e94f9f71674b6ea8dc6ae369cfe094f31a3372d049355f690f5bcf2a90804b5f1a0d02560d798471b855c39fcea3b5a577b1f86fba8f10
 DIST oslo.rootwrap-2.4.0.tar.gz 35568 SHA256 
a5ad4ab3379e29db324db93fbfa405501978c7ac582d18cb31fcc7e92bcd219c SHA512 
e9ebce080fad9a5c862602ab78108c4f22bc9988dce2a774614f8223b430a0fdc3a50573eac468dbf3c1a2d178dd372c51e3e30aa3a0ed3a799b6253676eb6e1
 WHIRLPOOL 
95652554eaf4d5b94d9cc949ed435e81819985b42a8a1016f3d43bbb46406353c0fb8f642a7e7bf8b483f7b211a5480d54660fc2d44753417e66e5b0af3d2e6e

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-1.6.0.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-1.6.0.ebuild
new file mode 100644
index 000..3f3c734
--- /dev/null
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-1.6.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="The Oslo Rootwrap allows fine filtering of shell commands to run 
as root from OpenStack services"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.config;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
+S="${WORKDIR}/oslo.rootwrap-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/pbr-0.8[${PYTHON_USEDEP}]
+   =dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
+   =dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
+   !~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
+   =dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
+
+python_test() {
+   sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
+   nosetests tests/ || die "test failed under ${EPYTHON}"
+}



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

2015-10-15 Thread Matt Thode
commit: 581b0c212accdc07375d2d3f98e1c441a38ebc09
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct 15 07:36:20 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct 15 07:57:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581b0c21

dev-python/oslo-rootwrap: liberty bup

Package-Manager: portage-2.2.20.1

 dev-python/oslo-rootwrap/Manifest  |  2 +-
 ...rap-1.6.0.ebuild => oslo-rootwrap-2.4.0.ebuild} | 30 --
 2 files changed, 18 insertions(+), 14 deletions(-)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index 29a1a0a..19e0be1 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1,3 +1,3 @@
 DIST oslo.rootwrap-1.2.0.tar.gz 21838 SHA256 
95dcb20ebeb5a178fa25e7815d3a17e0cbd92c5eaf0b6e9e677c1eadd2c5fc22 SHA512 
868a0ca97049ca2d750b7d52401a1e87efcfefb170e8dea4768b2e75e60f01d797181421c93e1aa1166d44e5ef8abceecc69c267a249706cf8ba05bb5c21f872
 WHIRLPOOL 
34a0728d6e93fd27c474a9234f73ddc6d0e2762917222ea5b847251f8ae52329a02de4e29987cb9a867596cb8a43b34a80d20f9bc391090785d785863eec11f5
 DIST oslo.rootwrap-1.3.0.tar.gz 37576 SHA256 
42081a30779be0a8e33ee53f4e1235c17080278c4285505a6b65243740aab629 SHA512 
256b2da73818ff7b7c02a0fbfaa90f9c93877e1f5f1ec15b2f68af6c90169fde639bb6334d2eae352cbd80a3006f6de472843bf7e499d96eb056b6d57077ca56
 WHIRLPOOL 
4b05d567bc2ce63f6da9f144de91246ab9d6857b388f75bbb80fc529339eda1be4b485c057249e4a67fdd5702f2474fb2010f8b4155053cd607ce18df4f64533
-DIST oslo.rootwrap-1.6.0.tar.gz 48419 SHA256 
5fe6d1619a5306f9181899c7cc5251ba5a0de0d3c60f85b2172a2f7d400a4962 SHA512 
89f6615f87e9d45e7810157a07df3f8ceeab5f7b6826bc16256294eb9c6031cf6c5c698d92816f31e160d1f5bb98b7564cbf54079b0370ec47b9dbe83c3c2b0f
 WHIRLPOOL 
4109b2e393b41c70e7e94f9f71674b6ea8dc6ae369cfe094f31a3372d049355f690f5bcf2a90804b5f1a0d02560d798471b855c39fcea3b5a577b1f86fba8f10
+DIST oslo.rootwrap-2.4.0.tar.gz 35568 SHA256 
a5ad4ab3379e29db324db93fbfa405501978c7ac582d18cb31fcc7e92bcd219c SHA512 
e9ebce080fad9a5c862602ab78108c4f22bc9988dce2a774614f8223b430a0fdc3a50573eac468dbf3c1a2d178dd372c51e3e30aa3a0ed3a799b6253676eb6e1
 WHIRLPOOL 
95652554eaf4d5b94d9cc949ed435e81819985b42a8a1016f3d43bbb46406353c0fb8f642a7e7bf8b483f7b211a5480d54660fc2d44753417e66e5b0af3d2e6e

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-1.6.0.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-2.4.0.ebuild
similarity index 64%
rename from dev-python/oslo-rootwrap/oslo-rootwrap-1.6.0.ebuild
rename to dev-python/oslo-rootwrap/oslo-rootwrap-2.4.0.ebuild
index b4177a8..2087ae7 100644
--- a/dev-python/oslo-rootwrap/oslo-rootwrap-1.6.0.ebuild
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-2.4.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_4 )
 
 inherit distutils-r1
 
@@ -14,30 +14,34 @@ S="${WORKDIR}/oslo.rootwrap-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
+CDEPEND="
+   >=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pbr-0.8[${PYTHON_USEDEP}]
-   =dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
-   =dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
-   !~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
>=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.2[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.17.4[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}] )"
 RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
 
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
 python_test() {
sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
nosetests tests/ || die "test failed under ${EPYTHON}"



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

2015-10-15 Thread Matt Thode
commit: 0bca3deef8d1458f71499b559200b8302c5fdcf1
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct 16 05:21:40 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Oct 16 05:24:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bca3dee

dev-python/oslo-rootwrap: actually liberty now

Package-Manager: portage-2.2.20.1

 dev-python/oslo-rootwrap/Manifest  |  1 +
 .../oslo-rootwrap/oslo-rootwrap-2.3.0.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index e7552ac..1b23cbc 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1,4 +1,5 @@
 DIST oslo.rootwrap-1.2.0.tar.gz 21838 SHA256 
95dcb20ebeb5a178fa25e7815d3a17e0cbd92c5eaf0b6e9e677c1eadd2c5fc22 SHA512 
868a0ca97049ca2d750b7d52401a1e87efcfefb170e8dea4768b2e75e60f01d797181421c93e1aa1166d44e5ef8abceecc69c267a249706cf8ba05bb5c21f872
 WHIRLPOOL 
34a0728d6e93fd27c474a9234f73ddc6d0e2762917222ea5b847251f8ae52329a02de4e29987cb9a867596cb8a43b34a80d20f9bc391090785d785863eec11f5
 DIST oslo.rootwrap-1.3.0.tar.gz 37576 SHA256 
42081a30779be0a8e33ee53f4e1235c17080278c4285505a6b65243740aab629 SHA512 
256b2da73818ff7b7c02a0fbfaa90f9c93877e1f5f1ec15b2f68af6c90169fde639bb6334d2eae352cbd80a3006f6de472843bf7e499d96eb056b6d57077ca56
 WHIRLPOOL 
4b05d567bc2ce63f6da9f144de91246ab9d6857b388f75bbb80fc529339eda1be4b485c057249e4a67fdd5702f2474fb2010f8b4155053cd607ce18df4f64533
 DIST oslo.rootwrap-1.6.0.tar.gz 48419 SHA256 
5fe6d1619a5306f9181899c7cc5251ba5a0de0d3c60f85b2172a2f7d400a4962 SHA512 
89f6615f87e9d45e7810157a07df3f8ceeab5f7b6826bc16256294eb9c6031cf6c5c698d92816f31e160d1f5bb98b7564cbf54079b0370ec47b9dbe83c3c2b0f
 WHIRLPOOL 
4109b2e393b41c70e7e94f9f71674b6ea8dc6ae369cfe094f31a3372d049355f690f5bcf2a90804b5f1a0d02560d798471b855c39fcea3b5a577b1f86fba8f10
+DIST oslo.rootwrap-2.3.0.tar.gz 41367 SHA256 
2ce6483fee2955f2462b529682a7afb95c6bd745038f69ff408bde9004b83a87 SHA512 
6add1d88e13100f11a5e8faee76a1a42f1113dad55dd530bd923714d53beeb7007f8e37c24a12debb9db3fa81fad8b8d363ac463535b367134e93e753c9ef2a7
 WHIRLPOOL 
b3eb54a7a0be5d59825f4d019849dc75e8d94659f47965c921d6d85215a882f79bdd3785f9f7bcab35878219053705428e5c68c64dc78d1b9a5bdf11f027672c
 DIST oslo.rootwrap-2.4.0.tar.gz 35568 SHA256 
a5ad4ab3379e29db324db93fbfa405501978c7ac582d18cb31fcc7e92bcd219c SHA512 
e9ebce080fad9a5c862602ab78108c4f22bc9988dce2a774614f8223b430a0fdc3a50573eac468dbf3c1a2d178dd372c51e3e30aa3a0ed3a799b6253676eb6e1
 WHIRLPOOL 
95652554eaf4d5b94d9cc949ed435e81819985b42a8a1016f3d43bbb46406353c0fb8f642a7e7bf8b483f7b211a5480d54660fc2d44753417e66e5b0af3d2e6e

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-2.3.0.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-2.3.0.ebuild
new file mode 100644
index 000..2087ae7
--- /dev/null
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-2.3.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="The Oslo Rootwrap allows fine filtering of shell commands to run 
as root from OpenStack services"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.config;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
+S="${WORKDIR}/oslo.rootwrap-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+CDEPEND="
+   >=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
+   =dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.2[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.17.4[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
+   nosetests tests/ || die "test failed under ${EPYTHON}"
+}