commit:     cc3d75f955ee961b33886ecf9746a87798f303d7
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 18 01:56:23 2018 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Jun 18 01:59:25 2018 +0000
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..00000000000
--- 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/eventlet-0.21.0[${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}"
-}

Reply via email to