void-packages/srcpkgs/python3-cryptography_vectors/template
2022-03-17 11:24:26 -04:00

20 lines
641 B
Bash

# Template file for 'python3-cryptography_vectors'
pkgname=python3-cryptography_vectors
version=36.0.2
revision=1
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
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=2a7924449a03025faf7f8754a6f4200001cab210734a6ce6ac1f6bdacd3a68e4
post_install() {
vlicense LICENSE
vlicense LICENSE.BSD
}