mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
New package: python3-hkdf-0.0.3
This commit is contained in:
parent
5a22de17ee
commit
194beae6b5
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-hkdf/template
Normal file
19
srcpkgs/python3-hkdf/template
Normal file
|
@ -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…
Add table
Reference in a new issue