mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 00:05:47 +03:00
dev-python/pytest-jupyter: Bump to 0.11.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
32
dev-python/pytest-jupyter/pytest-jupyter-0.11.0.ebuild
Normal file
32
dev-python/pytest-jupyter/pytest-jupyter-0.11.0.ebuild
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user