void-packages/srcpkgs/python-cryptography_vectors/template
Andrew J. Hesford 64faf773cb python-cryptography_vectors: update to 3.3.2, split package
New package: python3-cryptography_vectors-3.4.4
2021-02-11 09:35:07 -05:00

18 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
}