# Template file for 'python3-pyspnego'
pkgname=python3-pyspnego
version=0.12.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3 python3-cryptography"
checkdepends="python3-pytest python3-pytest-mock python3-requests $depends"
short_desc="Creates NTLM authentication structures"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/jborean93/pyspnego/"
distfiles="https://github.com/jborean93/pyspnego/archive/v${version}.tar.gz"
checksum=b55b31ebd4a35e638936b53f17b8a67b905cb94d8f2f0d55e17399cb9453951a

post_install() {
	vlicense LICENSE
}
