Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/
Date: Mon, 01 Feb 2021 17:23:36
Message-Id: 1612200101.7b1a2f669137bda73db343ae0407445bbf1eb83f.mgorny@gentoo
1 commit: 7b1a2f669137bda73db343ae0407445bbf1eb83f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 17:21:41 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 17:21:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b1a2f66
7
8 dev-python/pytest-xdist: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-xdist/pytest-xdist-2.2.0.ebuild | 36 -----------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/dev-python/pytest-xdist/pytest-xdist-2.2.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-2.2.0.ebuild
16 deleted file mode 100644
17 index 0f923d6aec7..00000000000
18 --- a/dev-python/pytest-xdist/pytest-xdist-2.2.0.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Distributed testing and loop-on-failing modes"
31 -HOMEPAGE="https://pypi.org/project/pytest-xdist/ https://github.com/pytest-dev/pytest-xdist"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -SLOT="0"
35 -LICENSE="MIT"
36 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
37 -
38 -# please do not depend on pytest to avoid unnecessary USEDEP enforcement
39 -RDEPEND="
40 - dev-python/execnet[${PYTHON_USEDEP}]
41 - dev-python/psutil[${PYTHON_USEDEP}]
42 - dev-python/pytest-forked[${PYTHON_USEDEP}]
43 -"
44 -
45 -BDEPEND="
46 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
47 - test? (
48 - dev-python/filelock[${PYTHON_USEDEP}]
49 - )
50 -"
51 -
52 -PATCHES=(
53 - "${FILESDIR}"/${P}-services-conflict.patch
54 -)
55 -
56 -distutils_enable_tests --install pytest