void-packages/srcpkgs/python-cryptography_vectors/template

19 lines
616 B
Bash

# Template file for 'python-cryptography_vectors'
pkgname=python-cryptography_vectors
version=3.3.2
revision=1
wrksrc="cryptography_vectors-${version}"
build_style=python2-module
hostmakedepends="python-setuptools"
short_desc="Test vectors for python-cryptography"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
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=8c9d5afada647a6c937c6392c975f204b540c31f25fd4acd925ec0e180be0afa
post_install() {
vlicense LICENSE
vlicense LICENSE.BSD
}