commit: 34cf8f6af81d45633b325df735c09a14c01e9b8c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 15 06:18:36 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 15 07:14:18 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34cf8f6a
dev-python/sphinx-pytest: Bump to 0.3.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-pytest/Manifest | 1 +
.../sphinx-pytest/sphinx-pytest-0.3.0.ebuild | 32 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/sphinx-pytest/Manifest
b/dev-python/sphinx-pytest/Manifest
index e42b71406198..a74bb41dbf36 100644
--- a/dev-python/sphinx-pytest/Manifest
+++ b/dev-python/sphinx-pytest/Manifest
@@ -1 +1,2 @@
DIST sphinx-pytest-0.2.0.gh.tar.gz 6935 BLAKE2B
a18755669865512ee5ecec46abebf654705efb64165306126144af9df056a829efc5c818abad2477e86edb3da2cb1bf4aadc4e8807cf3c289e29fffa249bbfbf
SHA512
dfcbe36c74bf01ff45895893faa11a643b667d277e5f5011978c5cd1404f79d614c6603cf8756ef3e5fec278ea01c6e289cb825725e4e218f75a7bcb12e11bbb
+DIST sphinx-pytest-0.3.0.gh.tar.gz 7824 BLAKE2B
51f03236258d579bf3de53bd276da0fc0a8d505fd18fe5bb255dd2422831816e15b4c24d6d18cb93f2c07bcfff89e03c58c716bb0a7c33af103c6f539e50bc3c
SHA512
17195184349d3ea0f23763acc8ec65c3c8132d96ca4cd5fc7ef775202c5a062c465eb5af4ead9b365abf4243c9c1980a0ca9b151df9c3d0b0e83145948ed6824
diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.3.0.ebuild
b/dev-python/sphinx-pytest/sphinx-pytest-0.3.0.ebuild
new file mode 100644
index 000000000000..646c936b37ea
--- /dev/null
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{12..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Helpful pytest fixtures for Sphinx extensions"
+HOMEPAGE="
+ https://github.com/sphinx-extensions2/sphinx-pytest/
+ https://pypi.org/project/sphinx_pytest/
+"
+SRC_URI="
+
https://github.com/sphinx-extensions2/sphinx-pytest/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=( "${PN}" )
+EPYTEST_PLUGIN_LOAD_VIA_ENV=1
+distutils_enable_tests pytest