void-packages/srcpkgs/python3-cryptography_vectors/template

19 lines
622 B
Bash

# Template file for 'python3-cryptography_vectors'
pkgname=python3-cryptography_vectors
version=3.4.6
revision=1
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=e5f88a5fb03d60b4f20eed4920638b6a3ed32a363523a77086528d557a2c2da8
post_install() {
vlicense LICENSE
vlicense LICENSE.BSD
}