wok view python-tornado/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
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 }