void-packages/srcpkgs/python3-pywinrm/template
2021-10-09 08:00:57 -04:00

19 lines
601 B
Bash

# Template file for 'python3-pywinrm'
pkgname=python3-pywinrm
version=0.4.2
revision=2
wrksrc="pywinrm-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-requests python3-requests-ntlm python3-xmltodict"
short_desc="Python 3 library for Windows Remote Management"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/diyan/pywinrm"
distfiles="https://github.com/diyan/pywinrm/archive/v${version}.tar.gz"
checksum=c2a0d839f524a3cf4548923c29f85f909174405ac4339df45813410aae759b44
post_install() {
vlicense LICENSE
}