2015-01-19 01:10:10 +01:00
|
|
|
# Template file for 'python-cryptography'
|
|
|
|
pkgname=python-cryptography
|
2015-08-15 01:33:33 +02:00
|
|
|
version=1.0
|
|
|
|
revision=1
|
2015-01-19 01:10:10 +01:00
|
|
|
wrksrc="cryptography-${version}"
|
|
|
|
build_style=python-module
|
|
|
|
python_versions="2.7 3.4"
|
2015-03-27 10:50:40 +01:00
|
|
|
hostmakedepends="python-setuptools python3.4-setuptools libressl-devel
|
2015-05-24 01:15:15 +02:00
|
|
|
python-enum34 python-ipaddress python-six python3.4-six python-pyasn1
|
|
|
|
python3.4-pyasn1 python-cffi python3.4-cffi python-idna python3.4-idna"
|
2015-03-27 10:50:40 +01:00
|
|
|
makedepends="libressl-devel python-devel python3.4-devel"
|
2015-05-24 01:15:15 +02:00
|
|
|
depends="python-setuptools python-cffi python-pyasn1 python-six python-enum34
|
|
|
|
python-idna python-ipaddress"
|
2015-01-19 01:10:10 +01:00
|
|
|
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"
|
2015-08-15 01:33:33 +02:00
|
|
|
checksum=211c02fe77d791d7fc437227ba1c046268d5da665e05d8a53fc19f4f74c21001
|
2015-01-19 01:10:10 +01:00
|
|
|
|
|
|
|
python3.4-cryptography_package() {
|
2015-05-24 01:15:15 +02:00
|
|
|
depends="python3.4-setuptools python3.4-cffi python3.4-pyasn1
|
|
|
|
python3.4-six python-idna"
|
2015-01-19 01:10:10 +01:00
|
|
|
pycompile_version="3.4"
|
|
|
|
pycompile_module="cryptography"
|
|
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/lib/python3.4
|
|
|
|
}
|
|
|
|
}
|