# Template file for 'python3-terminado'
pkgname=python3-terminado
version=0.18.1
revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-ptyprocess python3-tornado"
checkdepends="python3-pytest-timeout $depends"
short_desc="Terminals served to term.js using Tornado websockets"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/takluyver/terminado"
distfiles="${PYPI_SITE}/t/terminado/terminado-${version}.tar.gz"
checksum=de09f2c4b85de4765f7714688fff57d3e75bad1f909b589fde880460c753fd2e

post_install() {
	vlicense LICENSE
}
