20 lines
614 B
Bash
20 lines
614 B
Bash
# Template file for 'python3-pywinrm'
|
|
pkgname=python3-pywinrm
|
|
version=0.4.1
|
|
revision=1
|
|
archs=noarch
|
|
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=a9acc56a1b7fe87bd4c86f1e104d87f64d7566e8e294068b198138bfdff62b3e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|