19 lines
565 B
Bash
19 lines
565 B
Bash
# Template file for 'python3-passlib'
|
|
pkgname=python3-passlib
|
|
version=1.7.4
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-bcrypt python3-nose"
|
|
short_desc="Comprehensive password hashing framework for Python3"
|
|
maintainer="Alin Dobre <alin.dobre@outlook.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://passlib.readthedocs.io"
|
|
distfiles="${PYPI_SITE}/p/passlib/passlib-${version}.tar.gz"
|
|
checksum=defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c4152ebe04
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|