commit:     23ea73cfbcb828b390acffa8a4cef1a2e776791e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 17 03:08:06 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 17 03:17:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ea73cf

dev-python/pytest-sugar: Bump to 1.1.0

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

 dev-python/pytest-sugar/Manifest                  |  1 +
 dev-python/pytest-sugar/pytest-sugar-1.1.0.ebuild | 29 +++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/pytest-sugar/Manifest b/dev-python/pytest-sugar/Manifest
index 023f68ed522b..d8d8ebf835a7 100644
--- a/dev-python/pytest-sugar/Manifest
+++ b/dev-python/pytest-sugar/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/pytest-sugar/pytest-sugar-1.1.0.ebuild 
b/dev-python/pytest-sugar/pytest-sugar-1.1.0.ebuild
new file mode 100644
index 000000000000..a8e29496c27a
--- /dev/null
+++ b/dev-python/pytest-sugar/pytest-sugar-1.1.0.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

Reply via email to