void-packages/srcpkgs/python-terminado/template
2016-01-09 19:44:06 +01:00

29 lines
878 B
Bash

# Template file for 'python-terminado'
pkgname=python-terminado
version=0.6
revision=1
noarch=yes
wrksrc="terminado-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python-ptyprocess python-tornado"
pycompile_module="terminado"
short_desc="Terminals served to term.js using Tornado websockets (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/takluyver/terminado"
license="BSD"
distfiles="${PYPI_SITE}/t/terminado/terminado-${version}.tar.gz"
checksum=2c0ba1f624067dccaaead7d2247cfe029806355cef124dc2ccb53c83229f0126
python3.4-terminado_package() {
noarch=yes
depends="python3.4-ptyprocess python3.4-tornado"
pycompile_version="3.4"
pycompile_module="terminado"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}