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: Fri, 17 Mar 2023 17:18:22
Message-Id: 1679073482.0115b8840524f0dc0edc5a77e0f7d17f146fa839.mgorny@gentoo
1 commit: 0115b8840524f0dc0edc5a77e0f7d17f146fa839
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 17:14:16 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 17:18:02 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0115b884
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/Manifest | 2 -
13 dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild | 45 -----------------------
14 dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild | 45 -----------------------
15 3 files changed, 92 deletions(-)
16
17 diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
18 index 678585137850..6cc20b41e042 100644
19 --- a/dev-python/pytest-xdist/Manifest
20 +++ b/dev-python/pytest-xdist/Manifest
21 @@ -1,3 +1 @@
22 -DIST pytest-xdist-3.1.0.tar.gz 71977 BLAKE2B c29622377743aec0a90f0e92af866a63106b9c37abee379222fd2b5c40f0607c33010bb5d2cb5212fc90a438d787ecb435f07c31e0db7a10599696c33b309a32 SHA512 884cdd85754b36338666cbdd71575ef18465730cfc4ab7333b93aa46823c1dc33e8055117241f4c87e1b8c82492881cc0f91ef1bb2ddc164aa00bfa1e5e2d245
23 -DIST pytest-xdist-3.2.0.tar.gz 76199 BLAKE2B 462d6af54ba599f506a51ae2e91ab0c08fdb8a6b3e47ba4541c0fe2c19a9aa8a38dee0621e130d23a2daecdc9509b1020eb05d550a50d6de233e185a8108872c SHA512 dd22c2e525681ddabc1df75e8eadcf0d3c52936cefafb7308771e37cfe9023cb4ecbbaf4e437668666f5319e379e7b6c5c7665912b59c5d10890c32da7546433
24 DIST pytest-xdist-3.2.1.tar.gz 76362 BLAKE2B a5cea5bab1176554bd0d1ebfff5400f60bd43964ae13c7f77ad77fc257db32ba0a0d6f2f3ec16211e48852a6bfd02a0949d618c7f2f6a8da11dd2843d88565a4 SHA512 ea42bea8b4df3d77ef680cba81f76f9f79d0ffcaad6f5f879cc82c53203d36ffe26f233dd6c5d1cbea22b43d257f0f4e6be793116bb281956316c44fc412f9b7
25
26 diff --git a/dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild
27 deleted file mode 100644
28 index 95d4d9ebd5ea..000000000000
29 --- a/dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild
30 +++ /dev/null
31 @@ -1,45 +0,0 @@
32 -# Copyright 1999-2023 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{9..11} pypy3 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Distributed testing and loop-on-failing modes"
43 -HOMEPAGE="
44 - https://pypi.org/project/pytest-xdist/
45 - https://github.com/pytest-dev/pytest-xdist/
46 -"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 -
49 -SLOT="0"
50 -LICENSE="MIT"
51 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
52 -
53 -RDEPEND="
54 - dev-python/execnet[${PYTHON_USEDEP}]
55 - dev-python/psutil[${PYTHON_USEDEP}]
56 - >=dev-python/pytest-6.2.0[${PYTHON_USEDEP}]
57 - dev-python/pytest-forked[${PYTHON_USEDEP}]
58 -"
59 -
60 -BDEPEND="
61 - dev-python/setuptools-scm[${PYTHON_USEDEP}]
62 - test? (
63 - dev-python/filelock[${PYTHON_USEDEP}]
64 - )
65 -"
66 -
67 -distutils_enable_tests pytest
68 -
69 -python_test() {
70 - # disable autoloading plugins in nested pytest calls
71 - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
72 - # since we disabled autoloading, force loading necessary plugins
73 - local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
74 -
75 - epytest
76 -}
77
78 diff --git a/dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild
79 deleted file mode 100644
80 index c3bc7d37a95e..000000000000
81 --- a/dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild
82 +++ /dev/null
83 @@ -1,45 +0,0 @@
84 -# Copyright 1999-2023 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=8
88 -
89 -DISTUTILS_USE_PEP517=setuptools
90 -PYPI_NO_NORMALIZE=1
91 -PYTHON_COMPAT=( python3_{9..11} pypy3 )
92 -
93 -inherit distutils-r1 pypi
94 -
95 -DESCRIPTION="Distributed testing and loop-on-failing modes"
96 -HOMEPAGE="
97 - https://pypi.org/project/pytest-xdist/
98 - https://github.com/pytest-dev/pytest-xdist/
99 -"
100 -
101 -SLOT="0"
102 -LICENSE="MIT"
103 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
104 -
105 -RDEPEND="
106 - dev-python/execnet[${PYTHON_USEDEP}]
107 - dev-python/psutil[${PYTHON_USEDEP}]
108 - >=dev-python/pytest-6.2.0[${PYTHON_USEDEP}]
109 - dev-python/pytest-forked[${PYTHON_USEDEP}]
110 -"
111 -
112 -BDEPEND="
113 - dev-python/setuptools-scm[${PYTHON_USEDEP}]
114 - test? (
115 - dev-python/filelock[${PYTHON_USEDEP}]
116 - )
117 -"
118 -
119 -distutils_enable_tests pytest
120 -
121 -python_test() {
122 - # disable autoloading plugins in nested pytest calls
123 - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
124 - # since we disabled autoloading, force loading necessary plugins
125 - local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
126 -
127 - epytest
128 -}