mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-hkdf: fix post_install
This commit is contained in:
parent
2c90f89b3f
commit
0ca23e37c2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-hkdf'
|
# Template file for 'python3-hkdf'
|
||||||
pkgname=python3-hkdf
|
pkgname=python3-hkdf
|
||||||
version=0.0.3
|
version=0.0.3
|
||||||
revision=5
|
revision=6
|
||||||
wrksrc="hkdf-${version}"
|
wrksrc="hkdf-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="hkdf.py"
|
pycompile_module="hkdf.py"
|
||||||
|
@ -14,6 +14,6 @@ homepage="https://pypi.org/project/hkdf/"
|
||||||
distfiles="${PYPI_SITE}/h/hkdf/hkdf-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/h/hkdf/hkdf-${version}.tar.gz"
|
||||||
checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
|
checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
|
||||||
|
|
||||||
post-install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue