wok-next annotate python-bcrypt/receipt @ rev 20924

paramiko -> python-paramiko
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 22 16:45:51 2018 +0300 (2018-08-22)
parents
children 8b5b2a6d07b8
rev   line source
al@20924 1 # SliTaz package receipt v2.
al@20924 2
al@20924 3 PACKAGE="python-bcrypt"
al@20924 4 VERSION="latest"
al@20924 5 CATEGORY="python"
al@20924 6 SHORT_DESC="Modern password hashing for your software and your servers"
al@20924 7 MAINTAINER="al.bobylev@gmail.com"
al@20924 8 LICENSE="Apache2"
al@20924 9 WEB_SITE="https://pypi.org/project/bcrypt/"
al@20924 10 REPOLOGY="python:bcrypt"
al@20924 11
al@20924 12 BUILD_DEPENDS="python python-six python-cffi"
al@20924 13
al@20924 14 compile_rules() {
al@20924 15 pip install --no-compile --root=$DESTDIR bcrypt
al@20924 16 }
al@20924 17
al@20924 18 genpkg_rules() {
al@20924 19 VERSION=$(sed -n '/^Successfully installed/ s|.*bcrypt-||p' $LOGS/$PACKAGE.log)
al@20924 20 copy @std
al@20924 21 DEPENDS="python"
al@20924 22 }