New package: python-pbkdf2-1.3
This commit is contained in:
parent
55cd7df554
commit
f0b644543e
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python-pbkdf2/template
Normal file
19
srcpkgs/python-pbkdf2/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python-pbkdf2'
|
||||
pkgname=python-pbkdf2
|
||||
version=1.3
|
||||
revision=1
|
||||
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
|
||||
|
||||
do_install() {
|
||||
vlicense README.txt
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue