summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-03-06 05:47:51 +0100
committerMichał Górny <mgorny@gentoo.org>2026-03-06 05:52:44 +0100
commit428296da236761470daeb9783e00a6d2da8691be (patch)
treeedc980ff1742da47343950afb76a22b0b832e826 /dev-python
parent0dc899e5c59788123d9646e92862d006e1099820 (diff)
downloadgentoo-428296da236761470daeb9783e00a6d2da8691be.tar.gz
gentoo-428296da236761470daeb9783e00a6d2da8691be.tar.bz2
gentoo-428296da236761470daeb9783e00a6d2da8691be.zip
dev-python/pytest-check: Bump to 2.7.6
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-check/Manifest1
-rw-r--r--dev-python/pytest-check/pytest-check-2.7.6.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/pytest-check/Manifest b/dev-python/pytest-check/Manifest
index 694e01a397d5..e8cd149b20ef 100644
--- a/dev-python/pytest-check/Manifest
+++ b/dev-python/pytest-check/Manifest
@@ -3,3 +3,4 @@ DIST pytest_check-2.7.0.tar.gz 30153 BLAKE2B e5248dc993670ddebf92dbaeb12a71ec481
DIST pytest_check-2.7.2.tar.gz 32694 BLAKE2B 77aca51ec63797ac43865ad3560fb8b3e12d91dd1ecff5cfc1b37eab949acbd90f8d944822656fc27385ae6315fbdebe17631fe12519adfb3a74f4e1d178909a SHA512 e63c3df5b232a3836ff0fdf27b3642cf1cfd8bb1c7e3572c898edd3654ff5e6fae421ca36f7c6a01130073820d69cba81fe16ab1b2062fc0942435ea139c7dd4
DIST pytest_check-2.7.3.tar.gz 34421 BLAKE2B efecc2ce320bcb29a87034d6e9b85004aa398b6d367b86c96d0145afbcebbd9bf964f6984dc06943e0663e060046d8d522fe0b3d178f090c52d3dda81b45443f SHA512 408b299f3da6f8cffdfd51c56bc872c010c7416fc639e079faebe59b8ef2daa6a0146b91677d6d11f83471f2dacb456714121a08b134adae40f1addacd9fa74d
DIST pytest_check-2.7.4.tar.gz 34613 BLAKE2B e082e352930c866f07afc4b3515c64394176982277d65e4af2c03d7230ade1763661c4fe6e038c25830f7dab9c55464f83ad28c8015ed2dc71594fd01d304540 SHA512 ec205f814faa179f40025ab9e9cfb5e1e37d32674886a6bc9a6ce85eb5b86ac2528921f07b84ce7c5adef771510694abc4c366b41905ec28a84a58f49a7f5836
+DIST pytest_check-2.7.6.tar.gz 35536 BLAKE2B c3c8927b2bf9c81601a24628917027a70752db2671e4207b034aace0ab4361c049a275c9b57e2e7a46668224b484436e4ed98ab91b1d921a9dc54ebf39a795ff SHA512 84761d092d7d58b5ecf3a6237c58cc4b6e65edaf73b06dc3a05b1412c922bd07ecec9442fcddea05f1355b542d5165e8da65aa13dd13deb134b2b7d4957bca92
diff --git a/dev-python/pytest-check/pytest-check-2.7.6.ebuild b/dev-python/pytest-check/pytest-check-2.7.6.ebuild
new file mode 100644
index 000000000000..013a8f516424
--- /dev/null
+++ b/dev-python/pytest-check/pytest-check-2.7.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021-2026 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