void-packages/srcpkgs/python3-cryptography_vectors/template
2021-10-09 08:01:30 -04:00

19 lines
622 B
Bash

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