From c59860f729503bc251734301ec81c55501e3778a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 16 Jun 2022 13:45:01 +0200 Subject: dev-python/pytest-faulthandler: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../pytest-faulthandler-2.0.1.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 dev-python/pytest-faulthandler/pytest-faulthandler-2.0.1.ebuild diff --git a/dev-python/pytest-faulthandler/pytest-faulthandler-2.0.1.ebuild b/dev-python/pytest-faulthandler/pytest-faulthandler-2.0.1.ebuild deleted file mode 100644 index 37aa6fc04bbe..000000000000 --- a/dev-python/pytest-faulthandler/pytest-faulthandler-2.0.1.ebuild +++ /dev/null @@ -1,20 +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} ) - -inherit distutils-r1 - -DESCRIPTION="Pytest plugin that activates the fault handler module for tests" -HOMEPAGE="https://github.com/pytest-dev/pytest-faulthandler" -SRC_URI="https://github.com/pytest-dev/pytest-faulthandler/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - >=dev-python/pytest-5.0[${PYTHON_USEDEP}] -" -- cgit v1.2.3-65-gdbad