# Template file for 'python3-libpass'
pkgname=python3-libpass
version=1.9.3
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-bcrypt python3-cryptography python3-argon2"
short_desc="Comprehensive password hashing framework for Python3 (fork)"
maintainer="Jason Elswick <jason@jasondavid.us>"
license="BSD-3-Clause"
homepage="https://github.com/notypecheck/passlib"
distfiles="https://github.com/notypecheck/passlib/archive/refs/tags/${version}.tar.gz"
checksum=8b2ed473ba08b33bc61e51e2b01549315ef7690b8c50093734a105b8833bea04
conflicts="python3-passlib>=0"
make_check=no # Tests require unpackaged django

post_install() {
	vlicense LICENSE
}
