# Template file for 'python3-jupyter_events'
pkgname=python3-jupyter_events
version=0.12.0
revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-jsonschema python3-json-logger python3-yaml python3-traitlets
 python3-click python3-rich python3-rfc3339-validator python3-rfc3986-validator
 python3-packaging python3-referencing"
checkdepends="$depends python3-pytest-asyncio python3-pytest-console-scripts"
short_desc="Configurable event system for Jupyter applications and extensions"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://github.com/jupyter/jupyter_events"
changelog="https://raw.githubusercontent.com/jupyter/jupyter_events/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/j/jupyter_events/jupyter_events-${version}.tar.gz"
checksum=fc3fce98865f6784c9cd0a56a20644fc6098f21c8c33834a8d9fe383c17e554b

post_install() {
	vlicense LICENSE
}
