void-packages/srcpkgs/python3-cryptography_vectors/template
2021-03-26 09:03:59 -04:00

19 lines
622 B
Bash

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