32 lines
1.2 KiB
Bash
32 lines
1.2 KiB
Bash
# Template file for 'python3-cryptography'
|
|
# On update, check python3-openssl,
|
|
# it has very tie requirements for cryptography
|
|
pkgname=python3-cryptography
|
|
version=43.0.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
build_helper="rust"
|
|
make_check_args="--ignore tests/bench/test_x509.py --ignore tests/bench/test_aead.py"
|
|
hostmakedepends="python3-setuptools python3-cffi cargo pkg-config maturin"
|
|
makedepends="python3-devel rust-std openssl-devel"
|
|
depends="python3-cffi"
|
|
checkdepends="python3-pytest-subtests python3-pytest-xdist
|
|
python3-iso8601 python3-pytz python3-cryptography_vectors
|
|
python3-pretend python3-hypothesis python3-pytest-benchmark $depends"
|
|
short_desc="Python3 library that provides cryptographic recipes and primitives"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
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=203e92a75716d8cfb491dc47c79e17d0d9207ccffcbcb35f598fbe463ae3444d
|
|
|
|
pre_check() {
|
|
vsed -i '/addopts/d' pyproject.toml
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vlicense LICENSE.BSD
|
|
}
|