2016-11-18 17:24:10 +01:00
|
|
|
# Template file for 'python-pbkdf2'
|
|
|
|
pkgname=python-pbkdf2
|
|
|
|
version=1.3
|
2016-12-20 05:54:09 +01:00
|
|
|
revision=2
|
2016-11-18 17:24:10 +01:00
|
|
|
noarch=yes
|
|
|
|
wrksrc="pbkdf2-${version}"
|
|
|
|
build_style=python2-module
|
|
|
|
pycompile_module="pbkdf2"
|
|
|
|
hostmakedepends="python-setuptools"
|
|
|
|
short_desc="Password-based key derivation function PBKDF2 (Python2)"
|
|
|
|
maintainer="Charles E. Lehner <cel@celehner.com>"
|
|
|
|
homepage="http://www.dlitz.net/software/python-pbkdf2/"
|
|
|
|
license="MIT"
|
|
|
|
distfiles="${PYPI_SITE}/p/pbkdf2/pbkdf2-${version}.tar.gz"
|
|
|
|
checksum=ac6397369f128212c43064a2b4878038dab78dab41875364554aaf2a684e6979
|
|
|
|
|
2016-12-20 05:54:09 +01:00
|
|
|
post_install() {
|
2016-11-18 17:24:10 +01:00
|
|
|
vlicense README.txt
|
|
|
|
}
|