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: Fri, 23 Jun 2017 16:14:52
Message-Id: 1498234463.0c7f125ca930c478b91bb0c959ce6d7bfaa23572.prometheanfire@gentoo
1 commit: 0c7f125ca930c478b91bb0c959ce6d7bfaa23572
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 23 15:28:27 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 16:14:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7f125c
7
8 dev-python/oslo-rootwrap: 5.4.1 stable amd64 and x86 and cleanup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/oslo-rootwrap/Manifest | 1 -
13 .../oslo-rootwrap/oslo-rootwrap-5.4.0.ebuild | 47 ----------------------
14 .../oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild | 2 +-
15 3 files changed, 1 insertion(+), 49 deletions(-)
16
17 diff --git a/dev-python/oslo-rootwrap/Manifest b/dev-python/oslo-rootwrap/Manifest
18 index 70b6b5da931..f254d86481e 100644
19 --- a/dev-python/oslo-rootwrap/Manifest
20 +++ b/dev-python/oslo-rootwrap/Manifest
21 @@ -1,2 +1 @@
22 -DIST oslo.rootwrap-5.4.0.tar.gz 40741 SHA256 8b3c1c5726e0845fcd00d9f951f012bdd3405380acf125428268fba4f70f3c00 SHA512 9848d9f18b7a4063f74d170615b99dc3ebcbcba1ff1f0a10f42b2af9284dd58a65a6b483bed20d176de00170ad60ac7b847cf5a31b950fcd7bf06ecbaecb1823 WHIRLPOOL 0996255270825040156767ae1b08a82aa8df87cabd9122522866ce38e99278c72242d1dfae5e0417267d1dd683b5e3d4ba0d3dcbc75e4449df2a01b267ea24b2
23 DIST oslo.rootwrap-5.4.1.tar.gz 42202 SHA256 a76cf545515c1cf6d4d9b1a01a339c1356d1eb78ff3b2190e168dafead3c7e7d SHA512 71980ea266703c7880834cf75b69be9f7bee834a3be314f13ade1bb9903ecf6337237a32a1ed06d020c2fdd3807642af1dd676b6736052d4e57784942782d960 WHIRLPOOL 321a2e9774e3702015510d608e4e145d9fc69c4069865dd5215ad6e94e3692e7e56e029298e908fc007f487d54737d3cd4218dfc93d0625c6950edba45da56b2
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 deleted file mode 100644
27 index 82a554a79ab..00000000000
28 --- a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.0.ebuild
29 +++ /dev/null
30 @@ -1,47 +0,0 @@
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 -}
78
79 diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild
80 index 42e6fb2940b..82a554a79ab 100644
81 --- a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild
82 +++ b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild
83 @@ -13,7 +13,7 @@ S="${WORKDIR}/oslo.rootwrap-${PV}"
84
85 LICENSE="Apache-2.0"
86 SLOT="0"
87 -KEYWORDS="~amd64 ~arm64 ~x86"
88 +KEYWORDS="amd64 ~arm64 x86"
89 IUSE="test"
90
91 CDEPEND="