void-packages/srcpkgs/python-cryptography/template
2015-03-10 15:33:00 +01:00

30 lines
1.1 KiB
Plaintext

# Template file for 'python-cryptography'
pkgname=python-cryptography
version=0.8
revision=2
wrksrc="cryptography-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools libressl-devel>=2.1.4
python-enum34 python-six python3.4-six python-pyasn1 python3.4-pyasn1
python-cffi python3.4-cffi"
makedepends="libressl-devel>=2.1.4 python-devel python3.4-devel"
depends="python-setuptools python-cffi python-pyasn1 python-six python-enum34"
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=e54601e4dec2b8acb90f5ed3b93d23d280964adbefe1723ac82acc453a694480
python3.4-cryptography_package() {
depends="python3.4-setuptools python3.4-cffi python3.4-pyasn1 python3.4-six"
pycompile_version="3.4"
pycompile_module="cryptography"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}