wok view python-terminado/receipt @ rev 20446

python-singledispatch: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 20 15:14:50 2018 +0200 (2018-09-20)
parents
children f24908c722f8
line source
1 # SliTaz package receipt.
3 PACKAGE="python-terminado"
4 SOURCE="terminado"
5 VERSION="0.8.1"
6 CATEGORY="development"
7 SHORT_DESC="Terminals served to xterm.js using Tornado websockets"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="https://pypi.org/project/terminado/"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="https://files.pythonhosted.org/packages/67/84/ce0ebd0f60e1cbe040f8e065eef7063855d59d9cf5e6438b3f8439fc7e15/$TARBALL"
14 DEPENDS="python-tornado"
15 BUILD_DEPENDS="python"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --prefix=/usr --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs/
27 }