# Template file for 'python3-argon2'
pkgname=python3-argon2
version=25.1.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme"
depends="python3-argon2-cffi-bindings"
checkdepends="python3-pytest python3-hypothesis $depends"
short_desc="CFFI-based Argon2 Bindings for Python3"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://argon2-cffi.readthedocs.io/"
changelog="https://raw.githubusercontent.com/hynek/argon2-cffi/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/a/argon2-cffi/argon2_cffi-${version}.tar.gz"
checksum=694ae5cc8a42f4c4e2bf2ca0e64e51e23a040c6a517a85074683d3959e1346c1

post_install() {
	vlicense LICENSE
}
