20 lines
641 B
Bash
20 lines
641 B
Bash
# Template file for 'python3-cryptography_vectors'
|
|
pkgname=python3-cryptography_vectors
|
|
version=37.0.4
|
|
revision=1
|
|
wrksrc="${pkgname#python3-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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=5a61400510e28937a5654b40c6ea4e3e593c5aaf0c2081c5b912f0e7cf883ea8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vlicense LICENSE.BSD
|
|
}
|