void-packages/srcpkgs/python3-comm/template

20 lines
650 B
Bash

# Template file for 'python3-comm'
pkgname=python3-comm
version=0.2.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-traitlets"
checkdepends="python3-pytest $depends"
short_desc="Python comm implementation for the Jupyter kernel protocol"
maintainer="dkwo <npiazza@disroot.org>"
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=5977e098e586b62b45759c9fb016529e38b9bbe96923cf29b4546b2a49cace6a
post_install() {
vlicense LICENSE
}