wok annotate python-terminado/receipt @ rev 23912

linux: add CONFIG_I2C_HID
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 16 10:22:39 2020 +0000 (2020-08-16)
parents f24908c722f8
children 1df6fa555414
rev   line source
pascal@20434 1 # SliTaz package receipt.
pascal@20434 2
pascal@20434 3 PACKAGE="python-terminado"
Hans-G?nter@23567 4 VERSION="0.8.3"
pascal@20434 5 CATEGORY="development"
Hans-G?nter@23567 6 SHORT_DESC="Terminals served to xterm.js using Tornado websockets."
pascal@20434 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20434 8 LICENSE="BSD"
pascal@20434 9 WEB_SITE="https://pypi.org/project/terminado/"
Hans-G?nter@23567 10
Hans-G?nter@23567 11 SOURCE="terminado"
pascal@20434 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23567 13 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
pascal@20434 14
Hans-G?nter@23567 15 DEPENDS="python python-ptyprocess python-tornado"
pascal@20434 16 BUILD_DEPENDS="python"
pascal@20434 17
pascal@20434 18 # Rules to configure and make the package.
pascal@20434 19 compile_rules()
pascal@20434 20 {
pascal@20434 21 python setup.py install --prefix=/usr --root=$DESTDIR
pascal@20434 22 }
pascal@20434 23
pascal@20434 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20434 25 genpkg_rules()
pascal@20434 26 {
Hans-G?nter@23567 27 cp -a $install/usr $fs
pascal@20434 28 }