wok-next annotate python-bcrypt/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 92f1f4b98170
children c9a7a7b42a86
rev   line source
al@20924 1 # SliTaz package receipt v2.
al@20924 2
al@20924 3 PACKAGE="python-bcrypt"
al@20969 4 ORIGIN="bcrypt"
al@20924 5 VERSION="latest"
al@20924 6 CATEGORY="python"
al@20924 7 SHORT_DESC="Modern password hashing for your software and your servers"
al@20924 8 MAINTAINER="al.bobylev@gmail.com"
al@20924 9 LICENSE="Apache2"
al@20924 10 WEB_SITE="https://pypi.org/project/bcrypt/"
al@20924 11 REPOLOGY="python:bcrypt"
al@20924 12
al@20924 13 BUILD_DEPENDS="python python-six python-cffi"
al@20924 14
al@20924 15 compile_rules() {
al@20969 16 pip install --no-compile --root=$DESTDIR $ORIGIN
al@20924 17 }
al@20924 18
al@20924 19 genpkg_rules() {
al@20969 20 VERSION=$(sed -n "/^Successfully installed/ s|.*$ORIGIN-||p" $LOGS/$PACKAGE.log)
al@20924 21 copy @std
al@20924 22 DEPENDS="python"
al@20924 23 }