wok-next annotate 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
rev   line source
al@20969 1 # SliTaz package receipt v2.
al@20969 2
al@20969 3 PACKAGE="python-tornado"
al@20969 4 ORIGIN="tornado"
al@20969 5 VERSION="latest"
al@20969 6 CATEGORY="development"
al@20969 7 SHORT_DESC="A web framework and asynchronous networking library"
al@20969 8 MAINTAINER="pascal.bellard@slitaz.org"
al@20969 9 LICENSE="Apache"
al@20969 10 WEB_SITE="http://www.tornadoweb.org/"
al@20969 11 REPOLOGY="python:tornado"
al@20969 12
al@20969 13 BUILD_DEPENDS="python python-futures python-six python-singledispatch \
al@20969 14 python-backports_abc"
al@20969 15
al@20969 16 compile_rules() {
al@20969 17 pip install --no-compile --root=$DESTDIR $ORIGIN
al@20969 18 }
al@20969 19
al@20969 20 genpkg_rules() {
al@20969 21 VERSION=$(sed -n "/^Successfully installed/ s|.*$ORIGIN-||p" $LOGS/$PACKAGE.log)
al@20969 22 copy @std
al@20969 23 DEPENDS="python python-futures python-six python-singledispatch \
al@20969 24 python-backports_abc"
al@20969 25 }