New package: python-cryptography_vectors-2.7
This commit is contained in:
parent
e549249dd9
commit
4039213171
2 changed files with 31 additions and 0 deletions
30
srcpkgs/python-cryptography_vectors/template
Normal file
30
srcpkgs/python-cryptography_vectors/template
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'python-cryptography_vectors'
|
||||
pkgname=python-cryptography_vectors
|
||||
version=2.7
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="cryptography_vectors-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="cryptography_vectors"
|
||||
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=f12dfb9bd669a68004074cb5b26df6e93ed1a95ebd1a999dff0a840212ff68bc
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vlicense LICENSE.BSD
|
||||
}
|
||||
|
||||
python3-cryptography_vectors_package() {
|
||||
pycompile_module="cryptography_vectors"
|
||||
short_desc="${short_desc/python/python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
vlicense LICENSE.BSD
|
||||
}
|
||||
}
|
1
srcpkgs/python3-cryptography_vectors
Symbolic link
1
srcpkgs/python3-cryptography_vectors
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-cryptography_vectors
|
Loading…
Reference in a new issue