dev-python/pytest-xdist: add 3.2.1, drop 2.5.0-r1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-07-16 19:49:05 +02:00
committed by Andreas Billmeier
parent 8102e6d1f1
commit 99f0c2d2c9
2 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
DIST pytest-xdist-2.5.0.tar.gz 72455 BLAKE2B 4d7427e8a7d85d7b0dcae2697fae0f51913a3a2414fabbb192a8e3938431f5f121677dd43adecfb1fc7f3dd6feb94901e28b0a96787a2c2eadc1504aac55068f SHA512 22da4db7cdd6173fb8377b6adc30b5617ccb0bb308cb5d30980484dd7ddff87cf2a485ae8522c7957d8954dd2f8a5542b9f63b0fa7184cc44e50dbafc3f4e909
EBUILD pytest-xdist-2.5.0-r1.ebuild 1123 BLAKE2B 2d466182207eef1a21d4420bbfb0c405ec8fb350b2378ea98e1f2c23fc6b6d69e04465d11f0b17cfe46abb546892629201b0c1e97e30a9036bf2fa2e3637dff6 SHA512 86b08b68850b4251e5be5702b29b58858ec07fce4401cf825af7da42b1f83c16cf6f525063e6411040aebfc7660ad3034919eb95650bf3895ecafd05258ed1fd
DIST pytest-xdist-3.2.1.tar.gz 76362 BLAKE2B a5cea5bab1176554bd0d1ebfff5400f60bd43964ae13c7f77ad77fc257db32ba0a0d6f2f3ec16211e48852a6bfd02a0949d618c7f2f6a8da11dd2843d88565a4 SHA512 ea42bea8b4df3d77ef680cba81f76f9f79d0ffcaad6f5f879cc82c53203d36ffe26f233dd6c5d1cbea22b43d257f0f4e6be793116bb281956316c44fc412f9b7
EBUILD pytest-xdist-3.2.1.ebuild 1020 BLAKE2B ba031e1730fcf7be585812fe68850e311f1e199f2ed828de92be411fbac30c70eaaee1abe0123de38aae006c001b8fbf53e5b9a43759fc6aa37f42ae61c685c9 SHA512 f3bb232db5af5952a6279c4691fd41054ff027bfdc6f0109c9d6b8d8f2e3aa96daf01c05a5fc513acd84561b8ad85dcba2a5cc2265b3678a21ebdba22efc9fd8
MISC metadata.xml 560 BLAKE2B 1df999344406050f8b3cc8c82541e71b69eff6dde9a26f6418744834109808344c25c56edb61e8f56cacac11e7810e401b667a5b94f9e76d7bd767eabdc506d6 SHA512 d0625300a548d08d13962e7700da4b24b69bf990be4fe182a27c87a8048147cb0a0a70031cd6c51eba6cfe940c720e6d6232d99562a723e2621b90ae42bd237e

View File

@@ -1,23 +1,23 @@
# Copyright 1999-2022 Gentoo Authors
# 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_{8..11} pypy3 )
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
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/
"
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"
KEYWORDS="amd64 arm arm64 x86"
RDEPEND="
dev-python/execnet[${PYTHON_USEDEP}]