View | Details | Raw Unified | Return to bug 224423
Collapse All | Expand All

(-)security/py-scp/Makefile (+21 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	scp
4
PORTVERSION=	0.10.2
5
CATEGORIES=	security python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	sergey@akhmatov.ru
10
COMMENT=	Scp module for paramiko
11
12
LICENSE=		LGPL21+
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=0:security/py-paramiko@${FLAVOR}
16
17
USES=		python
18
USE_PYTHON=	autoplist distutils
19
NO_ARCH=	yes
20
21
.include <bsd.port.mk>
(-)security/py-scp/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1513259594
2
SHA256 (scp-0.10.2.tar.gz) = 18f59e48df67fac0b069591609a0f4d50d781a101ddb8ec705f0c2e3501a8386
3
SIZE (scp-0.10.2.tar.gz) = 6230
(-)security/py-scp/pkg-descr (+5 lines)
Line 0 Link Here
1
The scp.py module uses a paramiko transport to send and recieve files via the
2
scp1 protocol. This is the protocol as referenced from the openssh scp program,
3
and has only been tested with this implementation.
4
5
WWW: https://github.com/jbardin/scp.py

Return to bug 224423