void-packages/srcpkgs/python3-pbkdf2/template
2022-01-05 22:02:15 +01:00

19 lines
555 B
Bash

# Template file for 'python3-pbkdf2'
pkgname=python3-pbkdf2
version=1.3
revision=8
wrksrc="pbkdf2-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Password-based key derivation function PBKDF2 (Python3)"
maintainer="Charles E. Lehner <cel@celehner.com>"
license="MIT"
homepage="http://www.dlitz.net/software/python-pbkdf2/"
distfiles="${PYPI_SITE}/p/pbkdf2/pbkdf2-${version}.tar.gz"
checksum=ac6397369f128212c43064a2b4878038dab78dab41875364554aaf2a684e6979
post_install() {
vlicense README.txt
}