New package: python3-pytest-jupyter-0.7.0
This commit is contained in:
parent
e0db6e8e6d
commit
63261921f5
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'python3-pytest-jupyter'
|
||||
pkgname=python3-pytest-jupyter
|
||||
version=0.7.0
|
||||
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=6403b7f6f5eaaa5a9faffd73d2ff1097106a7dc5c3204292212487fc9fb71843
|
||||
make_check=extended # avoid a circular dependency
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
||||
# this would cause a check cycle
|
||||
checkdepends+=" python3-ipython_ipykernel python3-jupyter_server"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue