wok-next view python-cryptography/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents
children c9a7a7b42a86
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-cryptography"
4 VERSION="latest"
5 CATEGORY="python"
6 SHORT_DESC="Provide cryptographic recipes and primitives"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://pypi.org/project/cryptography/"
10 REPOLOGY="python:cryptography"
12 BUILD_DEPENDS="python python-enum34 python-cffi python-asn1crypto python-idna \
13 python-six python-ipaddress"
15 compile_rules() {
16 pip install --no-compile --root=$DESTDIR cryptography
17 }
19 genpkg_rules() {
20 VERSION=$(sed -n '/^Successfully installed/ s|.*cryptography-||p' $LOGS/$PACKAGE.log)
21 copy @std
22 DEPENDS="python python-enum34 python-cffi python-asn1crypto python-idna \
23 python-six python-ipaddress"
24 }