pkgsrc-WIP-changes archive

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

Add py-scp version 0.10.2, a python scp client using py-paramiko for transport.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Wed Feb 17 14:15:22 2016 +0100
Changeset:	e69c906028a5afe712b2ed8cf36f54d6cc0529db

Added Files:
	py-scp/DESCR
	py-scp/Makefile
	py-scp/PLIST
	py-scp/distinfo

Log Message:
Add py-scp version 0.10.2, a python scp client using py-paramiko for transport.

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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e69c906028a5afe712b2ed8cf36f54d6cc0529db

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-scp/DESCR    |  4 ++++
 py-scp/Makefile | 26 ++++++++++++++++++++++++++
 py-scp/PLIST    |  9 +++++++++
 py-scp/distinfo |  5 +++++
 4 files changed, 44 insertions(+)

diffs:
diff --git a/py-scp/DESCR b/py-scp/DESCR
new file mode 100644
index 0000000..ac9dfdb
--- /dev/null
+++ b/py-scp/DESCR
@@ -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 --git a/py-scp/Makefile b/py-scp/Makefile
new file mode 100644
index 0000000..79f2e18
--- /dev/null
+++ b/py-scp/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME=	scp-0.10.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	net
+MASTER_SITES=	https://pypi.python.org/packages/source/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_TOOLS=	pax
+USE_LANGUAGES=	# none
+PLIST_SUBST+=	PYVERSUFFIX=${PYVERSUFFIX}
+PYTHON_VERSIONS_ACCEPTED=	27 26
+
+#REPLACE_PYTHON+=	tools/sw_upgrade
+
+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 --git a/py-scp/PLIST b/py-scp/PLIST
new file mode 100644
index 0000000..1b64d61
--- /dev/null
+++ b/py-scp/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${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 --git a/py-scp/distinfo b/py-scp/distinfo
new file mode 100644
index 0000000..283f2db
--- /dev/null
+++ b/py-scp/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+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