python-cryptography: update to 1.0.2

This commit is contained in:
Alessio Sergi 2015-09-29 08:08:00 +02:00
parent 7621258403
commit 0852f55669
1 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-cryptography'
pkgname=python-cryptography
version=1.0.1
version=1.0.2
revision=1
wrksrc="cryptography-${version}"
build_style=python-module
@ -15,17 +15,22 @@ pycompile_module="cryptography"
short_desc="Python2 library that provides cryptographic recipes and primitives"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/pyca/cryptography"
license="BSD, Apache-2.0"
license="3-clause-BSD, Apache-2.0"
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
checksum=cfe3092a6a929bc3a97c3b752044b79d09c9b210860c7b4eb5061aea29dcbfd3
checksum=d64cd491e91ddf642c643bea16532c2a2da2da054cca6df756edadd55a8bacca
post_install() {
vlicense LICENSE
}
python3.4-cryptography_package() {
depends="python3.4-setuptools python3.4-cffi python3.4-pyasn1
python3.4-six python-idna"
python3.4-six python3.4-idna"
pycompile_version="3.4"
pycompile_module="cryptography"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
vlicense LICENSE
}
}