python-cryptography: update to 0.9.2
This commit is contained in:
parent
cef9ab1f1c
commit
cf1d2aaa2a
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-cryptography'
|
# Template file for 'python-cryptography'
|
||||||
pkgname=python-cryptography
|
pkgname=python-cryptography
|
||||||
version=0.9.1
|
version=0.9.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="cryptography-${version}"
|
wrksrc="cryptography-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/pyca/cryptography"
|
homepage="https://github.com/pyca/cryptography"
|
||||||
license="BSD, Apache-2.0"
|
license="BSD, Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
|
||||||
checksum=c3bab8f43ac20ca6f5ee4d40ab40fca97e8909c5a9869643cb775a5ed2929595
|
checksum=bc9ddd1442ce67a5bbd5598eced127de000da55f0ce25498b1174746c0290b3c
|
||||||
|
|
||||||
python3.4-cryptography_package() {
|
python3.4-cryptography_package() {
|
||||||
depends="python3.4-setuptools python3.4-cffi python3.4-pyasn1
|
depends="python3.4-setuptools python3.4-cffi python3.4-pyasn1
|
||||||
|
|
Loading…
Reference in New Issue