From 1cbd13afa14a227b1434e04a02153b338bf0551c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 5 Jul 2021 23:18:19 +0200 Subject: dev-python/pytest-shutil: Remove stale contextlib2 dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit contextlib2 is needed only on Python 2. Strip the unconditional dep from setup.py (upstream made it conditional in newer git). Signed-off-by: Michał Górny --- .../pytest-shutil/pytest-shutil-1.7.0-r1.ebuild | 44 ---------------------- .../pytest-shutil/pytest-shutil-1.7.0-r2.ebuild | 43 +++++++++++++++++++++ 2 files changed, 43 insertions(+), 44 deletions(-) delete mode 100644 dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild create mode 100644 dev-python/pytest-shutil/pytest-shutil-1.7.0-r2.ebuild (limited to 'dev-python/pytest-shutil') diff --git a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild b/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild deleted file mode 100644 index cee304ff4f5f..000000000000 --- a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A goodie-bag of unix shell and environment tools for py.test" -HOMEPAGE="https://github.com/man-group/pytest-plugins https://pypi.org/project/pytest-shutil/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos" - -RDEPEND=" - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/contextlib2[${PYTHON_USEDEP}] - dev-python/execnet[${PYTHON_USEDEP}] - dev-python/path-py[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/termcolor[${PYTHON_USEDEP}] -" -# block pytest plugins that will be broken by the upgrade -RDEPEND+=" - !