- Submitter becomes maintainer Under some circumstances simple wrapper around OpenSSH ssh command-line utility seems more preferable than paramiko machinery. This project proposes yet another hopefully thin wrapper around ssh to execute commands on remote servers. All you need thereis to make sure that OpenSSH client and Python interpreter are installed, and then install openssh-wrapper package. WWW: https://github.com/NetAngels/openssh-wrapper This port is a needed dependency to run tests on devel/py-proxmoxer PR: 283381
22 lines
456 B
Makefile
22 lines
456 B
Makefile
PORTNAME= openssh-wrapper
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= security python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= einar@isnic.is
|
|
COMMENT= OpenSSH python wrapper
|
|
WWW= https://github.com/NetAngels/openssh-wrapper
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USES= cpe python
|
|
USE_PYTHON= autoplist cryptography pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|