20 lines
640 B
Bash
20 lines
640 B
Bash
# Template file for 'python3-terminado'
|
|
pkgname=python3-terminado
|
|
version=0.9.4
|
|
revision=2
|
|
wrksrc="terminado-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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=9a7dbcfbc2778830eeb70261bf7aa9d98a3eac8631a3afe3febeb57c12f798be
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|