# Template file for 'python3-comm'
pkgname=python3-comm
version=0.2.3
revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
checkdepends="python3-pytest $depends"
short_desc="Python comm implementation for the Jupyter kernel protocol"
maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://github.com/ipython/comm/"
changelog="https://raw.githubusercontent.com/ipython/comm/main/CHANGELOG.md"
distfiles="https://github.com/ipython/comm/archive/refs/tags/v$version.tar.gz"
checksum=6db2cd1b5ab7ff52c6fe8df473d5518b29fe5f0e5ec267fc731272a71e46a5ea

post_install() {
	vlicense LICENSE
}
