#Maintainer: Dimitris Tzemos pkgname=python-cryptography pkgver=1.3.1 pkgrel=1dj source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz") sourcetemplate=http://people.salixos.org/djemos/salix/14.2/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://cryptography.io/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "python-cryptography (Python cryptography library)" "cryptography is a Python library for Python 2.6+ & 3.2+" "which exposes cryptographic recipes and primitives." "cryptography is available under either the Apache Software License," "Version 2.0, or the BSD license." "" "Homepage: https://cryptography.io/" ) build() { cd $startdir/src/cryptography-$pkgver python setup.py install --root=$startdir/pkg }