39 lines
1.4 KiB
Bash
39 lines
1.4 KiB
Bash
# Template file for 'python-cryptography'
|
|
pkgname=python-cryptography
|
|
version=3.2.1
|
|
revision=1
|
|
wrksrc="cryptography-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-setuptools libressl-devel
|
|
python-enum34 python-ipaddress python-six python3-six
|
|
python-cffi python3-cffi python-idna python3-idna"
|
|
makedepends="libressl-devel python-devel python3-devel"
|
|
depends="python-cffi python-six python-enum34
|
|
python-idna python-ipaddress"
|
|
checkdepends="python-cryptography_vectors python-hypothesis
|
|
python-iso-8601 python-pretend python-pytest python-pytz
|
|
python3-cryptography_vectors python3-hypothesis
|
|
python3-iso-8601 python3-pretend python3-pytest python3-pytz
|
|
${depends}"
|
|
short_desc="Python2 library that provides cryptographic recipes and primitives"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="BSD-3-Clause, Apache-2.0"
|
|
homepage="https://github.com/pyca/cryptography"
|
|
changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst"
|
|
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
|
|
checksum=d3d5e10be0cf2a12214ddee45c6bd203dab435e3d83b4560c03066eda600bfe3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vlicense LICENSE.BSD
|
|
}
|
|
|
|
python3-cryptography_package() {
|
|
depends="python3-cffi python3-six python3-idna"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE
|
|
vlicense LICENSE.BSD
|
|
}
|
|
}
|