From f07208033afcc7e5d40895a6ca55ed0597f67ab5 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 2 Nov 2020 11:30:55 +0100 Subject: dev-python/pytest-salt-factories: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../pytest-salt-factories-0.92.0.ebuild | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 dev-python/pytest-salt-factories/pytest-salt-factories-0.92.0.ebuild (limited to 'dev-python/pytest-salt-factories/pytest-salt-factories-0.92.0.ebuild') diff --git a/dev-python/pytest-salt-factories/pytest-salt-factories-0.92.0.ebuild b/dev-python/pytest-salt-factories/pytest-salt-factories-0.92.0.ebuild deleted file mode 100644 index 5944ed01a0da..000000000000 --- a/dev-python/pytest-salt-factories/pytest-salt-factories-0.92.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 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="The new generation of the pytest-salt Plugin" -HOMEPAGE="https://github.com/saltstack/pytest-salt-factories" -SRC_URI="https://github.com/saltstack/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=dev-python/pytest-4.6.6[${PYTHON_USEDEP}] - dev-python/pytest-tempdir[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - dev-python/pyzmq[${PYTHON_USEDEP}] - dev-python/msgpack[${PYTHON_USEDEP}] -" -BDEPEND="${RDEPEND} - test? ( >=app-admin/salt-3000.0[${PYTHON_USEDEP}] ) -" - -# pytest just bombs -RESTRICT="test" - -PATCHES=( - "${FILESDIR}/pytest-salt-factories-0.92.0-setup.patch" -) - -distutils_enable_tests pytest -- cgit v1.2.3-18-g5258