New package: python3-hkdf-0.0.3
This commit is contained in:
parent
5a22de17ee
commit
194beae6b5
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-hkdf'
|
||||
pkgname=python3-hkdf
|
||||
version=0.0.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="hkdf-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="hkdf.py"
|
||||
hostmakedepends="python3 python3-setuptools"
|
||||
short_desc="HMAC Key Derivation module"
|
||||
maintainer="travankor <travankor@tuta.io>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://pypi.org/project/hkdf/"
|
||||
distfiles="${PYPI_SITE}/h/hkdf/hkdf-${version}.tar.gz"
|
||||
checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
|
||||
|
||||
post-install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue