mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
python-terminado: update to 0.8.2.
This commit is contained in:
parent
265cf738ef
commit
9bb4efa8ce
1 changed files with 9 additions and 4 deletions
|
@ -1,19 +1,23 @@
|
||||||
# Template file for 'python-terminado'
|
# Template file for 'python-terminado'
|
||||||
pkgname=python-terminado
|
pkgname=python-terminado
|
||||||
version=0.8.1
|
version=0.8.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="terminado-${version}"
|
wrksrc="terminado-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="terminado"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-ptyprocess python-tornado"
|
depends="python-ptyprocess python-tornado"
|
||||||
pycompile_module="terminado"
|
|
||||||
short_desc="Terminals served to term.js using Tornado websockets (Python2)"
|
short_desc="Terminals served to term.js using Tornado websockets (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/takluyver/terminado"
|
homepage="https://github.com/takluyver/terminado"
|
||||||
license="BSD"
|
|
||||||
distfiles="${PYPI_SITE}/t/terminado/terminado-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/terminado/terminado-${version}.tar.gz"
|
||||||
checksum=55abf9ade563b8f9be1f34e4233c7b7bde726059947a593322e8a553cc4c067a
|
checksum=de08e141f83c3a0798b050ecb097ab6259c3f0331b2f7b7750c9075ced2c20c2
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
python3-terminado_package() {
|
python3-terminado_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
|
@ -22,5 +26,6 @@ python3-terminado_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue