void-packages/srcpkgs/python3-cryptography_vectors/template
2025-06-04 07:36:29 -04:00

18 lines
600 B
Bash

# Template file for 'python3-cryptography_vectors'
pkgname=python3-cryptography_vectors
version=45.0.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
short_desc="Test vectors for python3-cryptography"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause, Apache-2.0"
homepage="https://github.com/pyca/cryptography"
distfiles="${PYPI_SITE}/c/cryptography_vectors/cryptography_vectors-${version}.tar.gz"
checksum=b65cebdc334c6b9db8c79081a08253fddf262d009d2c914398edd24a4321db21
post_install() {
vlicense LICENSE
vlicense LICENSE.BSD
}