wok view python-tornado/receipt @ rev 23657

updated socat (2.0.0-b8 -> 2.0.0-b9)
author Hans-G?nter Theisgen
date Wed Apr 22 07:33:31 2020 +0100 (2020-04-22)
parents f24908c722f8
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="python-tornado"
4 VERSION="5.1.1" # last version for Python 2
5 CATEGORY="development"
6 SHORT_DESC="A web framework and asynchronous networking library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="https://www.tornadoweb.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/tornadoweb/tornado/archive/v$VERSION.tar.gz"
14 DEPENDS="python python-backports_abc python-futures python-singledispatch"
15 BUILD_DEPENDS="python python-dev"
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 }