python-cryptography: update to 0.9
This commit is contained in:
parent
02be7ccce0
commit
54b5c777ed
1 changed files with 8 additions and 6 deletions
|
@ -1,25 +1,27 @@
|
|||
# Template file for 'python-cryptography'
|
||||
pkgname=python-cryptography
|
||||
version=0.8.2
|
||||
version=0.9
|
||||
revision=1
|
||||
wrksrc="cryptography-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools libressl-devel
|
||||
python-enum34 python-six python3.4-six python-pyasn1 python3.4-pyasn1
|
||||
python-cffi python3.4-cffi"
|
||||
python-enum34 python-ipaddress python-six python3.4-six python-pyasn1
|
||||
python3.4-pyasn1 python-cffi python3.4-cffi python-idna python3.4-idna"
|
||||
makedepends="libressl-devel python-devel python3.4-devel"
|
||||
depends="python-setuptools python-cffi python-pyasn1 python-six python-enum34"
|
||||
depends="python-setuptools python-cffi python-pyasn1 python-six python-enum34
|
||||
python-idna python-ipaddress"
|
||||
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"
|
||||
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
|
||||
checksum=1c9a022ab3decaf152093e2ef2d5ee4258c72c7d429446c86bd68ff8c0929db6
|
||||
checksum=ecfb96fdfda712ad21925c823013998c44322e862c54e7f1948970da42f2f771
|
||||
|
||||
python3.4-cryptography_package() {
|
||||
depends="python3.4-setuptools python3.4-cffi python3.4-pyasn1 python3.4-six"
|
||||
depends="python3.4-setuptools python3.4-cffi python3.4-pyasn1
|
||||
python3.4-six python-idna"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="cryptography"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
|
|
Loading…
Reference in a new issue