Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-rootwrap/
Date: Mon, 27 Feb 2017 04:27:08
Message-Id: 1488169564.68037f22f8df6fc7e1b0183f30e7d05cad115acd.prometheanfire@gentoo
1 commit: 68037f22f8df6fc7e1b0183f30e7d05cad115acd
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 03:30:20 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 04:26:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68037f22
7
8 dev-python/oslo-rootwrap: bup
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/oslo-rootwrap/Manifest | 1 +
13 .../oslo-rootwrap/oslo-rootwrap-5.4.0.ebuild | 47 ++++++++++++++++++++++
14 2 files changed, 48 insertions(+)
15
16 diff --git a/dev-python/oslo-rootwrap/Manifest b/dev-python/oslo-rootwrap/Manifest
17 index f14843f76e..2364d30a0b 100644
18 --- a/dev-python/oslo-rootwrap/Manifest
19 +++ b/dev-python/oslo-rootwrap/Manifest
20 @@ -1,2 +1,3 @@
21 DIST oslo.rootwrap-4.1.0.tar.gz 35590 SHA256 083b6255228982484fc483db845a49e07f474cfc12ba1ba70490f56880027989 SHA512 ef06507989d168bed8d3943d69c53318b87a2de6f403b9563d79ca75b9e17da887ce68775c54cc0fb8488e99ae3dccb08f8c3e4cf2d46882b699625519a46705 WHIRLPOOL 638a8cbf3cf463067ddc26934b914d4bf50b7b6ce51ba48a83df7abcad62836a1bdb0f660120a04facf4d1cfec589bb690a7039486884cbf3013e1ab622f9dd1
22 DIST oslo.rootwrap-5.1.1.tar.gz 35982 SHA256 b48a3a5eeec533b4d450cd811a36a99e9d6f9e5316359285663318703c80d5b3 SHA512 1f50316529340b8dd2718c1ae84da263bbdfd899df31c3e30fcc122a2c857f21bb5844f6ab6a7b6d668931008237bde1652fc8fe066566eae26b80fb7d726f3d WHIRLPOOL 9720f1709ba7f13d141137f9a60c5fb976956c5d3e3055972c82d43b002a932d67d2e8589a64f9a999a2f22267b4984bac8d0dcb37890d3c0f2cf442aa52c274
23 +DIST oslo.rootwrap-5.4.0.tar.gz 40741 SHA256 8b3c1c5726e0845fcd00d9f951f012bdd3405380acf125428268fba4f70f3c00 SHA512 9848d9f18b7a4063f74d170615b99dc3ebcbcba1ff1f0a10f42b2af9284dd58a65a6b483bed20d176de00170ad60ac7b847cf5a31b950fcd7bf06ecbaecb1823 WHIRLPOOL 0996255270825040156767ae1b08a82aa8df87cabd9122522866ce38e99278c72242d1dfae5e0417267d1dd683b5e3d4ba0d3dcbc75e4449df2a01b267ea24b2
24
25 diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.0.ebuild b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.0.ebuild
26 new file mode 100644
27 index 0000000000..42e6fb2940
28 --- /dev/null
29 +++ b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.0.ebuild
30 @@ -0,0 +1,47 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Allows fine filtering of shell commands to run as root from OpenStack services"
40 +HOMEPAGE="https://pypi.python.org/pypi/oslo.config"
41 +SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
42 +S="${WORKDIR}/oslo.rootwrap-${PV}"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm64 ~x86"
47 +IUSE="test"
48 +
49 +CDEPEND="
50 + >=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
51 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
52 + ${CDEPEND}
53 + test? (
54 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
55 + >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
56 + >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
57 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
58 + >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
59 + >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
60 + <dev-python/sphinx-1.4[${PYTHON_USEDEP}]
61 + >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
62 + >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
63 + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
64 + >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
65 + >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
66 + dev-python/nose[${PYTHON_USEDEP}] )"
67 +RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
68 +
69 +python_prepare_all() {
70 + sed -i '/^hacking/d' test-requirements.txt || die
71 + distutils-r1_python_prepare_all
72 +}
73 +
74 +python_test() {
75 + sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
76 + nosetests tests/ || die "test failed under ${EPYTHON}"
77 +}