26 lines
933 B
Bash
26 lines
933 B
Bash
# Template file for 'python3-pytest-jupyter'
|
|
pkgname=python3-pytest-jupyter
|
|
version=0.10.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling"
|
|
depends="python3-jupyter_core python3-pytest-timeout"
|
|
checkdepends="$depends"
|
|
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=00df54eef9e201dd542d5471b8980def15d34b917b30587d14d7c824fc4d9e84
|
|
make_check=extended # cannot be tested without python3-jupyter_server
|
|
|
|
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
|
# this would cause a check cycle
|
|
checkdepends+=" python3-ipython_ipykernel python3-jupyter_server"
|
|
fi
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|