commit:     37f9a417d0bbd712891191820fc53932cb43882c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 17 05:26:29 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 17 05:57:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f9a417

dev-python/pytest-jupyter: Bump to 0.11.0

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

 dev-python/pytest-jupyter/Manifest                 |  1 +
 .../pytest-jupyter/pytest-jupyter-0.11.0.ebuild    | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pytest-jupyter/Manifest 
b/dev-python/pytest-jupyter/Manifest
index 0757bad4d005..524b425abae5 100644
--- a/dev-python/pytest-jupyter/Manifest
+++ b/dev-python/pytest-jupyter/Manifest
@@ -1 +1,2 @@
 DIST pytest_jupyter-0.10.1.tar.gz 15580 BLAKE2B 
931045927f14973162d45ccdff3a28b0e1d955c276ccf73fa91cae46af8d697368edc10bb3a8042885aae8309dd901201ef147967eae13bca453bc3c144de1fc
 SHA512 
ca380f3b4550388606053db97666d3e191e2b4c030b98fed8b88cee53aac0451faf63d1300c50af4313f20b38937558c390c7f9113ef6b9d20fa0c8f0b41e118
+DIST pytest_jupyter-0.11.0.tar.gz 15773 BLAKE2B 
c7176ee096149a9336c4ffa00b00c43700ee50a78983b6ca9ce6041070f36d3dd7fe13e839766b6431d67785d5d5eb6133ed6aa51c2f1d05a020b129946ad1f0
 SHA512 
008c98fca8204e8a64919722a659cb3fe07bf74cd2c3b12045701a68e6798385606882d556e00a4c2fc814aea601e4dc7faa307ee3f86bffde3f771ee6fc170c

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.11.0.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.11.0.ebuild
new file mode 100644
index 000000000000..b1085676d284
--- /dev/null
+++ b/dev-python/pytest-jupyter/pytest-jupyter-0.11.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pytest plugin for testing Jupyter libraries and extensions"
+HOMEPAGE="
+       https://jupyter.org/
+       https://github.com/jupyter-server/pytest-jupyter/
+       https://pypi.org/project/pytest-jupyter/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+       >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
+       >=dev-python/jupyter-client-7.4.0[${PYTHON_USEDEP}]
+       >=dev-python/jupyter-core-5.7[${PYTHON_USEDEP}]
+       >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+       >=dev-python/nbformat-5.3[${PYTHON_USEDEP}]
+       >=dev-python/pytest-7[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=( pytest-timeout )
+distutils_enable_tests pytest

Reply via email to