wok-next annotate python-cryptography/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 c9a7a7b42a86
rev   line source
al@20924 1 # SliTaz package receipt v2.
al@20924 2
al@20924 3 PACKAGE="python-cryptography"
al@20924 4 VERSION="latest"
al@20924 5 CATEGORY="python"
al@20924 6 SHORT_DESC="Provide cryptographic recipes and primitives"
al@20924 7 MAINTAINER="al.bobylev@gmail.com"
al@20924 8 LICENSE="BSD"
al@20924 9 WEB_SITE="https://pypi.org/project/cryptography/"
al@20924 10 REPOLOGY="python:cryptography"
al@20924 11
al@20924 12 BUILD_DEPENDS="python python-enum34 python-cffi python-asn1crypto python-idna \
al@20924 13 python-six python-ipaddress"
al@20924 14
al@20924 15 compile_rules() {
al@20924 16 pip install --no-compile --root=$DESTDIR cryptography
al@20924 17 }
al@20924 18
al@20924 19 genpkg_rules() {
al@20924 20 VERSION=$(sed -n '/^Successfully installed/ s|.*cryptography-||p' $LOGS/$PACKAGE.log)
al@20924 21 copy @std
al@20924 22 DEPENDS="python python-enum34 python-cffi python-asn1crypto python-idna \
al@20924 23 python-six python-ipaddress"
al@20924 24 }