wok-next view python-tornado/receipt @ rev 20969
Micro-updates + { new clang + assaultcube (still broken)} + {new python modules from SliTaz Cooking + their depends}
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Sep 14 01:56:52 2018 +0300 (2018-09-14) |
parents | |
children | c9a7a7b42a86 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-tornado"
4 ORIGIN="tornado"
5 VERSION="latest"
6 CATEGORY="development"
7 SHORT_DESC="A web framework and asynchronous networking library"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="Apache"
10 WEB_SITE="http://www.tornadoweb.org/"
11 REPOLOGY="python:tornado"
13 BUILD_DEPENDS="python python-futures python-six python-singledispatch \
14 python-backports_abc"
16 compile_rules() {
17 pip install --no-compile --root=$DESTDIR $ORIGIN
18 }
20 genpkg_rules() {
21 VERSION=$(sed -n "/^Successfully installed/ s|.*$ORIGIN-||p" $LOGS/$PACKAGE.log)
22 copy @std
23 DEPENDS="python python-futures python-six python-singledispatch \
24 python-backports_abc"
25 }