mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-terminado: update to 0.9.4
This commit is contained in:
parent
fc0abefe46
commit
78dd3aeca9
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-terminado'
|
# Template file for 'python3-terminado'
|
||||||
pkgname=python3-terminado
|
pkgname=python3-terminado
|
||||||
version=0.8.2
|
version=0.9.4
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="terminado-${version}"
|
wrksrc="terminado-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-ptyprocess python3-tornado"
|
depends="python3-ptyprocess python3-tornado"
|
||||||
|
checkdepends="python3-pytest $depends"
|
||||||
short_desc="Terminals served to term.js using Tornado websockets (Python3)"
|
short_desc="Terminals served to term.js using Tornado websockets (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/takluyver/terminado"
|
homepage="https://github.com/takluyver/terminado"
|
||||||
distfiles="${PYPI_SITE}/t/terminado/terminado-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/terminado/terminado-${version}.tar.gz"
|
||||||
checksum=de08e141f83c3a0798b050ecb097ab6259c3f0331b2f7b7750c9075ced2c20c2
|
checksum=9a7dbcfbc2778830eeb70261bf7aa9d98a3eac8631a3afe3febeb57c12f798be
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue