View | Details | Raw Unified | Return to bug 242750 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/py-pypsexec/Makefile (+21 lines)
Added Link Here
1
PORTNAME=	pypsexec
2
PORTVERSION=	0.3.0
3
CATEGORIES=	sysutils python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	rozhuk.im@gmail.com
8
COMMENT=	Run commands on a remote Windows host using SMB/RPC
9
WWW=		https://github.com/jborean93/pypsexec
10
11
LICENSE=	MIT
12
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}smbprotocol>=0:net/py-smbprotocol@${PY_FLAVOR} \
14
		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
15
16
USES=		python
17
USE_PYTHON=	autoplist concurrent distutils
18
19
NO_ARCH=	yes
20
21
.include <bsd.port.mk>
(-)b/sysutils/py-pypsexec/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1717170678
2
SHA256 (pypsexec-0.3.0.tar.gz) = 84a21aa8984847a1616cdb6b47c36d20c43b90996f8894996d4939db2e78ddc2
3
SIZE (pypsexec-0.3.0.tar.gz) = 157062
(-)b/sysutils/py-pypsexec/pkg-descr (+14 lines)
Added Link Here
1
This library can run commands on a remote Windows host through Python.
2
This means that it can be run on any host with Python and does not
3
require any binaries to be present or a specific OS. It uses SMB/RPC to
4
executable commands in a similar fashion to the popular PsExec tool.
5
More details on this tool can be read on this blog post.
6
7
The executable wrapper that is sent to the service is based on the
8
PAExec library. PAExec is an free, redistributable and open source
9
equivalent to Microsoft's PsExec application. This program is stored as
10
a binary in this package and is used to run the remote service and
11
start the process execution.
12
13
14
WWW: https://github.com/jborean93/pypsexec

Return to bug 242750