New package: python3-requests-ntlm-1.1.0
This commit is contained in:
parent
f6b0f73045
commit
8ab45e9e44
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-requests-ntlm/template
Normal file
19
srcpkgs/python3-requests-ntlm/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue