mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-cryptography: update to 41.0.0.
This commit is contained in:
parent
fa22137f3b
commit
8d50079408
1 changed files with 4 additions and 4 deletions
|
@ -1,23 +1,23 @@
|
|||
# Template file for 'python3-cryptography'
|
||||
pkgname=python3-cryptography
|
||||
version=39.0.2
|
||||
version=41.0.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
build_helper="rust"
|
||||
make_check_args="--ignore tests/bench/test_x509.py --ignore tests/bench/test_aead.py"
|
||||
hostmakedepends="python3-setuptools-rust python3-cffi cargo"
|
||||
hostmakedepends="python3-setuptools-rust python3-cffi cargo pkg-config"
|
||||
makedepends="python3-devel openssl-devel"
|
||||
depends="python3-cffi"
|
||||
checkdepends="python3-pytest-subtests python3-pytest-xdist
|
||||
python3-iso8601 python3-pytz python3-cryptography_vectors
|
||||
python3-pretend python3-hypothesis $depends"
|
||||
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=bc5b871e977c8ee5a1bbc42fa8d19bcc08baf0c51cbf1586b0e87a2694dde42f
|
||||
checksum=6b71f64beeea341c9b4f963b48ee3b62d62d57ba93eb120e1196b31dc1025e78
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
makedepends+=" rust-std"
|
||||
|
|
Loading…
Add table
Reference in a new issue