20 lines
633 B
Bash
20 lines
633 B
Bash
# Template file for 'python3-cryptography_vectors'
|
|
pkgname=python3-cryptography_vectors
|
|
version=48.0.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
make_build_args="--skip-dependency-check"
|
|
hostmakedepends="uv-build"
|
|
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=69836f597ddfbe3920b3c90d1f18e5560973f0791b90e1921ad345e8111ac23e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vlicense LICENSE.BSD
|
|
}
|