mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-pywinrm-0.4.1
This commit is contained in:
parent
8ab45e9e44
commit
7b168b20fd
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-pywinrm/template
Normal file
19
srcpkgs/python3-pywinrm/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue