From 43c2a85d4e20318dd3d35872e348707900870067 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 6 May 2024 00:00:52 +0100 Subject: gentoo auto-resync : 06:05:2024 - 00:00:51 --- dev-python/pytest-repeat/Manifest | 3 ++ dev-python/pytest-repeat/metadata.xml | 12 ++++++++ .../pytest-repeat/pytest-repeat-0.9.3.ebuild | 34 ++++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 dev-python/pytest-repeat/Manifest create mode 100644 dev-python/pytest-repeat/metadata.xml create mode 100644 dev-python/pytest-repeat/pytest-repeat-0.9.3.ebuild (limited to 'dev-python/pytest-repeat') diff --git a/dev-python/pytest-repeat/Manifest b/dev-python/pytest-repeat/Manifest new file mode 100644 index 000000000000..91c39ed8cc66 --- /dev/null +++ b/dev-python/pytest-repeat/Manifest @@ -0,0 +1,3 @@ +DIST pytest_repeat-0.9.3.tar.gz 6272 BLAKE2B 120f05793d82e6e7bf8c6fc510b218bdc72f453a3548d7a41928f3e228f3438fc3ff49f06025c2061f7f987e66868c653b275b2786b0de1f6eeffc296e4431bd SHA512 7a3fdf0a7403d11549e5cdd95e0f4ee93fd3a59d3f19604477ce73e4e20082f229ec03bd250be52c7d651ccb6aab9e995d2800d6f7931ee144e587741142243b +EBUILD pytest-repeat-0.9.3.ebuild 645 BLAKE2B 1697d1ba5d8e7d6f140a28a0052461dafc4b1404a6d0988dd697821c39e4e58ace3115451ee58043a7605377ba518ac688ff3a07b889c8f921419997866c1608 SHA512 d71091ada74eeae29e5af5d66d7ee34244d3e4c7885ba3f88f40a0cfffe3a79b88a1c385fd3abe3fb640faef4b45c7a8d56d105bc0c6fe889f6ea4097efa0a33 +MISC metadata.xml 383 BLAKE2B 8c827e4c3bc1e201223330b1e4e519e16a1d6f307f45c02d3c67871f509575db840bbc62df82fe18f13ee42d827064e0581d1a360c7016c8655480ee9a388a8a SHA512 a239fb7cd70ee28cafc85fee0087dc16a01bd424461a9a23827a2500123318472b463f1b71c8647aa90cd24f1e2604758e67f7996986f0145b9d1d8863d93ace diff --git a/dev-python/pytest-repeat/metadata.xml b/dev-python/pytest-repeat/metadata.xml new file mode 100644 index 000000000000..3e13149d0347 --- /dev/null +++ b/dev-python/pytest-repeat/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + pytest-dev/pytest-repeat + pytest-repeat + + diff --git a/dev-python/pytest-repeat/pytest-repeat-0.9.3.ebuild b/dev-python/pytest-repeat/pytest-repeat-0.9.3.ebuild new file mode 100644 index 000000000000..02419898116d --- /dev/null +++ b/dev-python/pytest-repeat/pytest-repeat-0.9.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="pytest plugin for repeating tests" +HOMEPAGE=" + https://github.com/pytest-dev/pytest-repeat/ + https://pypi.org/project/pytest-repeat/ +" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/pytest[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + local -x PYTEST_PLUGINS=pytest_repeat + epytest +} -- cgit v1.2.3