FreeBSD Bugzilla – Attachment 188926 Details for
Bug 224423
[NEW PORT] security/py-scp: scp protocol for paramiko transport
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-scp
py-scp.patch (text/plain), 1.43 KB, created by
Sergey Akhmatov
on 2017-12-18 11:35:29 UTC
(
hide
)
Description:
py-scp
Filename:
MIME Type:
Creator:
Sergey Akhmatov
Created:
2017-12-18 11:35:29 UTC
Size:
1.43 KB
patch
obsolete
>Index: security/py-scp/Makefile >=================================================================== >--- security/py-scp/Makefile (nonexistent) >+++ security/py-scp/Makefile (working copy) >@@ -0,0 +1,21 @@ >+# $FreeBSD$ >+ >+PORTNAME= scp >+PORTVERSION= 0.10.2 >+CATEGORIES= security python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= sergey@akhmatov.ru >+COMMENT= Scp module for paramiko >+ >+LICENSE= LGPL21+ >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=0:security/py-paramiko@${FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist distutils >+NO_ARCH= yes >+ >+.include <bsd.port.mk> >Index: security/py-scp/distinfo >=================================================================== >--- security/py-scp/distinfo (nonexistent) >+++ security/py-scp/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1513259594 >+SHA256 (scp-0.10.2.tar.gz) = 18f59e48df67fac0b069591609a0f4d50d781a101ddb8ec705f0c2e3501a8386 >+SIZE (scp-0.10.2.tar.gz) = 6230 >Index: security/py-scp/pkg-descr >=================================================================== >--- security/py-scp/pkg-descr (nonexistent) >+++ security/py-scp/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+The scp.py module uses a paramiko transport to send and recieve files via the >+scp1 protocol. This is the protocol as referenced from the openssh scp program, >+and has only been tested with this implementation. >+ >+WWW: https://github.com/jbardin/scp.py
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 224423
: 188926