# Template file for 'python3-pyhibp'
pkgname=python3-pyhibp
version=4.2.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-requests"
checkdepends="python3-requests"
short_desc="Interface to Troy Hunt's 'Have I Been Pwned' public API"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="AGPL-3.0-or-later"
homepage="https://gitlab.com/kitsunix/pyHIBP/pyHIBP"
distfiles="${PYPI_SITE}/p/pyhibp/pyhibp-${version}.tar.gz"
checksum=825c383e0ac43ac3438dad82e5ddb45773754fbb1b5c3b8ac56669483f2c67ed

post_install() {
	vlicense LICENSE
}
