wok-next annotate python-crank/receipt @ rev 20802

perl: I. upgrade 5.26.1 (2017 Sep.) -> 5.26.2 (2018 April) II. add also integrity check
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 05:55:55 2018 +0000 (2018-06-13)
parents
children 9b3461bf373c
rev   line source
al@20769 1 # SliTaz package receipt v2.
al@20769 2
al@20769 3 PACKAGE="python-crank"
al@20769 4 VERSION="latest"
al@20769 5 CATEGORY="development"
al@20769 6 SHORT_DESC="Generalization of dispatch mechanism for use across frameworks"
al@20769 7 MAINTAINER="al.bobylev@gmail.com"
al@20769 8 LICENSE="MIT"
al@20769 9 WEB_SITE="https://pypi.org/project/crank/"
al@20769 10
al@20769 11 BUILD_DEPENDS="python"
al@20769 12
al@20769 13 compile_rules() {
al@20769 14 pip install --no-compile --root=$DESTDIR crank
al@20769 15 }
al@20769 16
al@20769 17 genpkg_rules() {
al@20769 18 VERSION=$(sed -n '/^Successfully installed/ s|.*crank-||p' $LOGS/$PACKAGE.log)
al@20769 19 copy @std
al@20769 20 DEPENDS="python"
al@20769 21 }