19 lines
592 B
Bash
19 lines
592 B
Bash
# Template file for 'python3-terminado'
|
|
pkgname=python3-terminado
|
|
version=0.17.1
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling"
|
|
depends="python3-ptyprocess python3-tornado"
|
|
checkdepends="python3-pytest $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=6ccbbcd3a4f8a25a5ec04991f39a0b8db52dfcd487ea0e578d977e6752380333
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|