# Template file for 'python3-pytest-jupyter'
pkgname=python3-pytest-jupyter
version=0.11.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-jupyter_core python3-pytest"
checkdepends="$depends python3-pytest-timeout python3-ipython_ipykernel
 python3-jupyter_client python3-jupyter_server python3-jupyter_nbformat"
short_desc="Pytest plugins for Jupyter libraries and extensions"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://github.com/jupyter-server/pytest-jupyter"
changelog="https://raw.githubusercontent.com/jupyter-server/pytest-jupyter/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/p/pytest_jupyter/pytest_jupyter-${version}.tar.gz"
checksum=a4e08ced44cfea1bce080090c626b8dc4f9d617fa5aafcd84b71405f503e9899

post_install() {
	vlicense LICENSE
}
