pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-scp Add py-scp version 0.10.2 from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eca7822451cb
branches:  trunk
changeset: 363364:eca7822451cb
user:      he <he%pkgsrc.org@localhost>
date:      Wed Jun 07 09:43:15 2017 +0000

description:
Add py-scp version 0.10.2 from pkgsrc-wip.

Py-scp is a pure python scp module.

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.

diffstat:

 net/py-scp/DESCR    |   4 ++++
 net/py-scp/Makefile |  23 +++++++++++++++++++++++
 net/py-scp/PLIST    |   9 +++++++++
 net/py-scp/distinfo |   5 +++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r f9af3c61fee7 -r eca7822451cb net/py-scp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-scp/DESCR  Wed Jun 07 09:43:15 2017 +0000
@@ -0,0 +1,4 @@
+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.
diff -r f9af3c61fee7 -r eca7822451cb net/py-scp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-scp/Makefile       Wed Jun 07 09:43:15 2017 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2017/06/07 09:43:15 he Exp $
+
+DISTNAME=      scp-0.10.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    net
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scp/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jbardin/scp.py
+COMMENT=       Send and receive files with scp
+LICENSE=       apache-2.0
+
+USE_LANGUAGES= # none
+PLIST_SUBST+=  PYVERSUFFIX=${PYVERSUFFIX}
+PYTHON_VERSIONS_ACCEPTED=      27
+
+PYDISTUTILSPKG= yes
+
+DEPENDS+=      ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f9af3c61fee7 -r eca7822451cb net/py-scp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-scp/PLIST  Wed Jun 07 09:43:15 2017 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/07 09:43:15 he Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/scp.py
+${PYSITELIB}/scp.pyc
+${PYSITELIB}/scp.pyo
diff -r f9af3c61fee7 -r eca7822451cb net/py-scp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-scp/distinfo       Wed Jun 07 09:43:15 2017 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2017/06/07 09:43:15 he Exp $
+
+SHA1 (scp-0.10.2.tar.gz) = 1dad2243baaef07ed6d29b1e7db141b36cc57d08
+RMD160 (scp-0.10.2.tar.gz) = 3fd7533adab08f4e1ffe4f7300f06e695a4c9b0e
+Size (scp-0.10.2.tar.gz) = 6230 bytes



Home | Main Index | Thread Index | Old Index