From 0852f5566911b0da519404356fbf0d9175b18ee8 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 29 Sep 2015 08:08:00 +0200 Subject: [PATCH] python-cryptography: update to 1.0.2 --- srcpkgs/python-cryptography/template | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template index 598b1471f90..c6927fb09d2 100644 --- a/srcpkgs/python-cryptography/template +++ b/srcpkgs/python-cryptography/template @@ -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 " 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 } }