commit:     096723427f2144f0251d403996b3edbbe6bba3f3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 04:02:27 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 04:13:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09672342

dev-python/pytest-check: Bump to 2.2.3

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

 dev-python/pytest-check/Manifest                  |  1 +
 dev-python/pytest-check/pytest-check-2.2.3.ebuild | 26 +++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/pytest-check/Manifest b/dev-python/pytest-check/Manifest
index eb9ff80c7918..c9f88e593655 100644
--- a/dev-python/pytest-check/Manifest
+++ b/dev-python/pytest-check/Manifest
@@ -1 +1,2 @@
 DIST pytest_check-2.2.2.tar.gz 26353 BLAKE2B 
90e95aaddfb3f595b7f0ac7fe8f75cc0dbe173dfcd30aa888cebca9e61ddd67a1a25bb5e152151c86c7bd6144f6875622c8c3a53c3453281b94f2e74a4b465e5
 SHA512 
27f6df34450db762fb6656b255d34bf6656bacefc68cdd050e100dcf53df1406c6983a509c7b7cc3cc37664c06d3798254a350ba9c0ebcf9095cb7aa1bd11557
+DIST pytest_check-2.2.3.tar.gz 26778 BLAKE2B 
7f573415a70a600d071c7dae5fae4fc0ed56a81553de3696cbb4f0c1e43a7e2fadd8d256846be5feeaa74c43afaae47dc0782dfd1fddc3607ee9fdcf74769239
 SHA512 
735d0edcb9b075fc8661892eda63830feeb1b54ff5a63a5956ba5529ce87b499f2137c7a0503813ad1509b591635692d23d77344c244a93826b331d17d262d91

diff --git a/dev-python/pytest-check/pytest-check-2.2.3.ebuild 
b/dev-python/pytest-check/pytest-check-2.2.3.ebuild
new file mode 100644
index 000000000000..0165d6d1d6ee
--- /dev/null
+++ b/dev-python/pytest-check/pytest-check-2.2.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+       >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
+       dev-python/pytest[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest

Reply via email to