commit:     0115b8840524f0dc0edc5a77e0f7d17f146fa839
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 17:14:16 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 17:18:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0115b884

dev-python/pytest-xdist: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-xdist/Manifest                  |  2 -
 dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild | 45 -----------------------
 dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild | 45 -----------------------
 3 files changed, 92 deletions(-)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 678585137850..6cc20b41e042 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,3 +1 @@
-DIST pytest-xdist-3.1.0.tar.gz 71977 BLAKE2B 
c29622377743aec0a90f0e92af866a63106b9c37abee379222fd2b5c40f0607c33010bb5d2cb5212fc90a438d787ecb435f07c31e0db7a10599696c33b309a32
 SHA512 
884cdd85754b36338666cbdd71575ef18465730cfc4ab7333b93aa46823c1dc33e8055117241f4c87e1b8c82492881cc0f91ef1bb2ddc164aa00bfa1e5e2d245
-DIST pytest-xdist-3.2.0.tar.gz 76199 BLAKE2B 
462d6af54ba599f506a51ae2e91ab0c08fdb8a6b3e47ba4541c0fe2c19a9aa8a38dee0621e130d23a2daecdc9509b1020eb05d550a50d6de233e185a8108872c
 SHA512 
dd22c2e525681ddabc1df75e8eadcf0d3c52936cefafb7308771e37cfe9023cb4ecbbaf4e437668666f5319e379e7b6c5c7665912b59c5d10890c32da7546433
 DIST pytest-xdist-3.2.1.tar.gz 76362 BLAKE2B 
a5cea5bab1176554bd0d1ebfff5400f60bd43964ae13c7f77ad77fc257db32ba0a0d6f2f3ec16211e48852a6bfd02a0949d618c7f2f6a8da11dd2843d88565a4
 SHA512 
ea42bea8b4df3d77ef680cba81f76f9f79d0ffcaad6f5f879cc82c53203d36ffe26f233dd6c5d1cbea22b43d257f0f4e6be793116bb281956316c44fc412f9b7

diff --git a/dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild
deleted file mode 100644
index 95d4d9ebd5ea..000000000000
--- a/dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Distributed testing and loop-on-failing modes"
-HOMEPAGE="
-       https://pypi.org/project/pytest-xdist/
-       https://github.com/pytest-dev/pytest-xdist/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-       dev-python/execnet[${PYTHON_USEDEP}]
-       dev-python/psutil[${PYTHON_USEDEP}]
-       >=dev-python/pytest-6.2.0[${PYTHON_USEDEP}]
-       dev-python/pytest-forked[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-       dev-python/setuptools-scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/filelock[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       # disable autoloading plugins in nested pytest calls
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       # since we disabled autoloading, force loading necessary plugins
-       local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
-
-       epytest
-}

diff --git a/dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild
deleted file mode 100644
index c3bc7d37a95e..000000000000
--- a/dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Distributed testing and loop-on-failing modes"
-HOMEPAGE="
-       https://pypi.org/project/pytest-xdist/
-       https://github.com/pytest-dev/pytest-xdist/
-"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-RDEPEND="
-       dev-python/execnet[${PYTHON_USEDEP}]
-       dev-python/psutil[${PYTHON_USEDEP}]
-       >=dev-python/pytest-6.2.0[${PYTHON_USEDEP}]
-       dev-python/pytest-forked[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-       dev-python/setuptools-scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/filelock[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       # disable autoloading plugins in nested pytest calls
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       # since we disabled autoloading, force loading necessary plugins
-       local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
-
-       epytest
-}

Reply via email to