19 lines
601 B
Bash
19 lines
601 B
Bash
# Template file for 'python3-cryptography_vectors'
|
|
pkgname=python3-cryptography_vectors
|
|
version=38.0.3
|
|
revision=1
|
|
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=1cdafd42f5348d77e4e7e4791aefd1f62b16bd552a0274afc9346533fe32e925
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vlicense LICENSE.BSD
|
|
}
|