commit: 156f48666f57f09ba14b34ed39529f8da5eb8db1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 24 02:57:48 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 24 03:01:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156f4866
dev-python/pytest-sugar: Bump to 1.1.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-sugar/Manifest | 1 +
dev-python/pytest-sugar/pytest-sugar-1.1.1.ebuild | 29 +++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/pytest-sugar/Manifest b/dev-python/pytest-sugar/Manifest
index d8d8ebf835a7..3738f1b1dfd0 100644
--- a/dev-python/pytest-sugar/Manifest
+++ b/dev-python/pytest-sugar/Manifest
@@ -1,2 +1,3 @@
DIST pytest-sugar-1.0.0.tar.gz 14992 BLAKE2B
75087685c88a2f5ff27cdebbc7600a23fc57c8ee556f57cf05ef3239b1a88866940f99635065fecf254e7fb7a96784edf1bfeaad1a9548077313c1bfd51146b5
SHA512
3976a77c76ae9a83a84753d426902650d0a63d686a84cdd25439c01ae444ae0a84c6095bf0ee5cfaf544e1cc69680001676a8dc4314d0f4d22c3021cb5b7c41d
DIST pytest-sugar-1.1.0.tar.gz 16331 BLAKE2B
792c507dedfc4cccb20590f698f09e3e6ac9ac33a322cd751aaca97694a612e317654ab996d1073563903e8e103bdc7f0fa13e24f02b2d31b3d924a3da2c5a69
SHA512
8cbabb5c6982ca830573ac8250bf57619d50b901408115204c45df78ad4590df9d45ce326d647df550e2d6c084487015e8b31dfdf4f0ffba8ad18de6793f1282
+DIST pytest-sugar-1.1.1.tar.gz 16533 BLAKE2B
4b2080903cda92f67c70d4e9da3793e1069c9ab7b4b6673e0614808b0833d03beebce8cf86e773d0662f46871605250d164d5f5ecf66f89304b5dce6766ffebf
SHA512
b8cd87b13626f5aff64fc199bf128a36e11e34c8d05b9044312a6702a88ed4ef41f87824b377e559f879ec87260435521e95ba21641f8ab4737670fd23c509d3
diff --git a/dev-python/pytest-sugar/pytest-sugar-1.1.1.ebuild
b/dev-python/pytest-sugar/pytest-sugar-1.1.1.ebuild
new file mode 100644
index 000000000000..a8e29496c27a
--- /dev/null
+++ b/dev-python/pytest-sugar/pytest-sugar-1.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Plugin that changes the default look and feel of pytest"
+HOMEPAGE="
+ https://github.com/Teemu/pytest-sugar/
+ https://pypi.org/project/pytest-sugar/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+ >=dev-python/pytest-6.2.0[${PYTHON_USEDEP}]
+ >=dev-python/termcolor-2.1.0[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGIN_LOAD_VIA_ENV=1
+EPYTEST_PLUGINS=( "${PN}" pytest-{rerunfailures,xdist} )
+distutils_enable_tests pytest