19 lines
600 B
Bash
19 lines
600 B
Bash
# Template file for 'python3-cryptography_vectors'
|
|
pkgname=python3-cryptography_vectors
|
|
version=43.0.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
depends="python3"
|
|
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=68a0fc18fe27b309e933a293a54f3356b78a14c15207e96c9ff85681af0509de
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vlicense LICENSE.BSD
|
|
}
|