void-packages/srcpkgs/python3-terminado/template

19 lines
636 B
Bash

# Template file for 'python3-terminado'
pkgname=python3-terminado
version=0.17.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core python3-tornado hatchling"
depends="python3-ptyprocess python3-tornado"
checkdepends="python3-pytest $depends"
short_desc="Terminals served to term.js using Tornado websockets (Python3)"
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=520feaa3aeab8ad64a69ca779be54be9234edb2d0d6567e76c93c2c9a4e6e43f
post_install() {
vlicense LICENSE
}