29 lines
819 B
Bash
29 lines
819 B
Bash
# Template file for 'python-cryptography_vectors'
|
|
pkgname=python-cryptography_vectors
|
|
version=3.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="cryptography_vectors-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-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=52eff0457b3148ebbdc16dc7ad569bb88ccb2578414936c8b2137a3ddf334239
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vlicense LICENSE.BSD
|
|
}
|
|
|
|
python3-cryptography_vectors_package() {
|
|
short_desc="${short_desc/python/python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE
|
|
vlicense LICENSE.BSD
|
|
}
|
|
}
|