void-packages/srcpkgs/python3-requests-ntlm/template

18 lines
610 B
Bash

# Template file for 'python3-requests-ntlm'
pkgname=python3-requests-ntlm
version=1.2.0
revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3 python3-requests python3-pyspnego"
short_desc="Allows for HTTP NTLM authentication using the requests library"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="ISC"
homepage="https://github.com/requests/requests-ntlm"
distfiles="https://github.com/requests/requests-ntlm/archive/v${version}.tar.gz"
checksum=97966acfb735c272ab1874e1ea2e36ddd7e83117fbae401cddfa5dc4176f03b4
post_install() {
vlicense LICENSE
}