void-packages/srcpkgs/python3-pyspnego/template

19 lines
614 B
Bash

# Template file for 'python3-pyspnego'
pkgname=python3-pyspnego
version=0.11.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=bc9ba9d6bb0dce05368e36d0be94247bc2e0f0ba0260097fa9fd6b020d18cfde
post_install() {
vlicense LICENSE
}