contrib/cryptography/Pkgfile

17 lines
534 B
Plaintext
Raw Normal View History

2015-02-19 12:03:02 +01:00
# Description: A package designed to expose cryptographic recipes and primitives to Python developers.
# URL: http://pypi.python.org/pypi/cryptography
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: six cffi enum34 pyasn1
name=cryptography
2016-03-02 12:51:37 +01:00
version=1.2.3
2015-02-19 12:03:02 +01:00
release=1
source=(http://pypi.python.org/packages/source/c/$name/$name-$version.tar.gz)
build() {
cd $name-$version
/usr/bin/python setup.py build
/usr/bin/python setup.py install --root=$PKG --optimize=1
}