# Template file for 'python3-hkdf' pkgname=python3-hkdf version=0.0.3 revision=5 wrksrc="hkdf-${version}" build_style=python3-module pycompile_module="hkdf.py" hostmakedepends="python3 python3-setuptools" depends="python3" short_desc="HMAC Key Derivation module" maintainer="travankor " 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 }