commit: d89ffaa0194e5ab0a41eaeb2591152617516fac4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 05:21:26 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 05:48:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89ffaa0
dev-python/pytest-check: Bump to 2.5.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-check/Manifest | 1 +
dev-python/pytest-check/pytest-check-2.5.4.ebuild | 27 +++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/pytest-check/Manifest b/dev-python/pytest-check/Manifest
index 7ab6c63bfcbe..38cdee8fe6b2 100644
--- a/dev-python/pytest-check/Manifest
+++ b/dev-python/pytest-check/Manifest
@@ -1 +1,2 @@
DIST pytest_check-2.5.3.tar.gz 27422 BLAKE2B
74f34c31beccdee3afa6f04dd26bbd167935df20ca106698eb29630dab5aa7f75f36bd2f333d72e339985e8123b0d2f2a5033bee1239a8b42825175fd781e50f
SHA512
42012648272299272ced14f314a3e9d0ac634b3e65da8dcd4f7c3287d7416066ca07ad908d36eb353fba75f3f47dab58cf59d0aa7bc94e6b59ead4f71f62339b
+DIST pytest_check-2.5.4.tar.gz 27602 BLAKE2B
b8c0572fdd0203ad0b262a85364d2f1dbd46d6ab00a70528a2a55232896796f2c3a9aa512cc3c16f74e027974d0ce25342409d674ceb9e4b75a832fe18a507bf
SHA512
35dda873b9b4fe1023592d4a400fd5e2ed8c5c16456d7b2c0148ffbac089a47dbfeb203e343860b316d441c277f5b28e61e8ae5e53a5a25e88057d4cbb53d40b
diff --git a/dev-python/pytest-check/pytest-check-2.5.4.ebuild
b/dev-python/pytest-check/pytest-check-2.5.4.ebuild
new file mode 100644
index 000000000000..e923d4c01e25
--- /dev/null
+++ b/dev-python/pytest-check/pytest-check-2.5.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="pytest plugin that allows multiple failures per test"
+HOMEPAGE="
+ https://github.com/okken/pytest-check/
+ https://pypi.org/project/pytest-check/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv
~s390 ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/pytest-7.0.0[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGIN_LOAD_VIA_ENV=1
+EPYTEST_PLUGINS=( "${PN}" )
+distutils_enable_tests pytest