mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-requests-ntlm: update to 1.2.0.
This commit is contained in:
parent
4f23c76196
commit
98fa8e50e1
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'python3-requests-ntlm'
|
# Template file for 'python3-requests-ntlm'
|
||||||
pkgname=python3-requests-ntlm
|
pkgname=python3-requests-ntlm
|
||||||
version=1.1.0
|
version=1.2.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3 python3-requests python3-ntlm-auth"
|
depends="python3 python3-requests python3-ntlm-auth"
|
||||||
short_desc="Allows for HTTP NTLM authentication using the requests library"
|
short_desc="Allows for HTTP NTLM authentication using the requests library"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/requests/requests-ntlm"
|
homepage="https://github.com/requests/requests-ntlm"
|
||||||
distfiles="https://github.com/requests/requests-ntlm/archive/v${version}.tar.gz"
|
distfiles="https://github.com/requests/requests-ntlm/archive/v${version}.tar.gz"
|
||||||
checksum=f8a37ee9733f9b40acbab0e7e3f64d68d584d287bd3ea018ca66ccac6c46985f
|
checksum=97966acfb735c272ab1874e1ea2e36ddd7e83117fbae401cddfa5dc4176f03b4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue