wok view python-cryptography/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents 74f2b86be90c
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="python-cryptography"
4 VERSION="2.7"
5 CATEGORY="development"
6 SHORT_DESC="Python library exposing cryptographic recipes and primitives"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://cryptography.io/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/pyca/cryptography/archive/$VERSION.tar.gz"
13 DEPENDS="python python-six python-enum34 python-asn1crypto"
14 BUILD_DEPENDS="python-setuptools openssl-dev python-dev python-cffi \
15 python-cparser"
16 #BUILD_DEPENDS="python"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --prefix=/usr --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs/
28 }