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

Collapse All | Expand All

(-)security/py-exscript/Makefile (+27 lines)
Line 0 Link Here
1
# $FreeBSD: head/security/exscript/Makefile$
2
3
PORTNAME=	exscript
4
PORTVERSION=	20181122
5
CATEGORIES=	security python
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8
MAINTAINER=	rozhuk.im@gmail.com
9
COMMENT=	https://github.com/knipknap/exscript
10
11
LICENSE=	MIT
12
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	knipknap
15
GH_PROJECT=	exscript
16
GH_TAGNAME=	7f9ee2606b1e484b8189febf02e7956c6df941c1
17
18
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}pycryptodomex>=0:security/py-pycryptodomex@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}paramiko>=1.17:security/py-paramiko@${FLAVOR}
22
23
NO_ARCH=	yes
24
USES=		python
25
USE_PYTHON=	autoplist distutils
26
27
.include <bsd.port.mk>
(-)security/py-exscript/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1543240506
2
SHA256 (knipknap-exscript-20181122-7f9ee2606b1e484b8189febf02e7956c6df941c1_GH0.tar.gz) = d2109b74e29671d71245be916515c4a6f73b9644affae70d7806044eece817d6
3
SIZE (knipknap-exscript-20181122-7f9ee2606b1e484b8189febf02e7956c6df941c1_GH0.tar.gz) = 272259
(-)security/py-exscript/pkg-descr (+6 lines)
Line 0 Link Here
1
Exscript is a Python module and a template processor for automating network
2
connections over protocols such as Telnet or SSH.
3
We attempt to create the best possible set of tools for working with
4
Telnet and SSH.
5
6
WWW: https://github.com/knipknap/exscript

Return to bug 233999