commit: 16322ab2420b090b904f00bf12d2f0e848d7ecb3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 20 04:55:01 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 20 04:55:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16322ab2
dev-python/pytest-describe: Bump to 2.2.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-describe/Manifest | 1 +
.../pytest-describe/pytest-describe-2.2.1.ebuild | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/pytest-describe/Manifest
b/dev-python/pytest-describe/Manifest
index 2a8fd7aaa2d9..b2e0770291d8 100644
--- a/dev-python/pytest-describe/Manifest
+++ b/dev-python/pytest-describe/Manifest
@@ -1 +1,2 @@
DIST pytest-describe-2.2.0.tar.gz 10907 BLAKE2B
1a99cf3060b36caa44fba91d71ae2e66d13dd68c397c1469af1b93f5fee93ace9ef52d985fdd04c46805ab7d50be3f5af1344cec8b8c1d88f4c752d2afa6f58f
SHA512
d4bb79edeeb7169deeabbc7f98700b8084f14ba7596c523a52634637cdb642a76a203b15b6c40b23c08de578dafe43a232f39bbc55caee23aeca61558e51cdc9
+DIST pytest_describe-2.2.1.tar.gz 11180 BLAKE2B
5b79e0ef2d322bc189cc10e9f185c123c00b998d8ed48bb3a8448b9a5aa4a486a839b25d3e28d4f51577a7a964def7a5f272055b82f9a4b95cbc9b3d157930ed
SHA512
199a37d6f5c967b5cb55777ddc14530dc81963640a1157b2c65345bb518052c8f19b4442099e7c0416078bd899b525c5f16744ddd65b109136e8c3c54415792f
diff --git a/dev-python/pytest-describe/pytest-describe-2.2.1.ebuild
b/dev-python/pytest-describe/pytest-describe-2.2.1.ebuild
new file mode 100644
index 000000000000..62e014963209
--- /dev/null
+++ b/dev-python/pytest-describe/pytest-describe-2.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Describe-style plugin for pytest"
+HOMEPAGE="
+ https://github.com/pytest-dev/pytest-describe/
+ https://pypi.org/project/pytest-describe/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+ <dev-python/pytest-9[${PYTHON_USEDEP}]
+ >=dev-python/pytest-2.6.0[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGIN_LOAD_VIA_ENV=1
+EPYTEST_PLUGINS=( "${PN}" )
+distutils_enable_tests pytest