20 lines
644 B
Bash
20 lines
644 B
Bash
# Template file for 'python3-requests-ntlm'
|
|
pkgname=python3-requests-ntlm
|
|
version=1.1.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="requests-ntlm-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 python3-requests python3-ntlm-auth"
|
|
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=f8a37ee9733f9b40acbab0e7e3f64d68d584d287bd3ea018ca66ccac6c46985f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|