18 lines
610 B
Bash
18 lines
610 B
Bash
# Template file for 'python3-requests-ntlm'
|
|
pkgname=python3-requests-ntlm
|
|
version=1.3.0
|
|
revision=1
|
|
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=0ff562ccd0560a8662a8761fadf99df6b73eb81979578912f31b97c8399c1bfb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|