You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-pywinrm
|
|
version 0.5.0
|
|
revision 0
|
|
categories-append devel net
|
|
platforms {darwin any}
|
|
license MIT
|
|
supported_archs noarch
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
maintainers nomaintainer
|
|
|
|
homepage https://github.com/diyan/pywinrm
|
|
|
|
description Python library for Windows Remote Management (WinRM)
|
|
|
|
long_description pywinrm is a Python client for the Windows Remote \
|
|
Management (WinRM) service. It allows you to invoke \
|
|
commands on target Windows machines from any machine that \
|
|
can run Python.
|
|
|
|
checksums rmd160 00699bd762d0fe3413f6b08950495a262c62871b \
|
|
sha256 5428eb1e494af7954546cd4ff15c9ef1a30a75e05b25a39fd606cef22201e9f1 \
|
|
size 40875
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-requests \
|
|
port:py${python.version}-requests_ntlm \
|
|
port:py${python.version}-six \
|
|
port:py${python.version}-xmltodict
|
|
}
|