[Lunar-commits] <moonbase> paramiko: new module. Python ssh connection lib
Zachary McGrew
zmcgrew at lunar-linux.org
Sat Feb 20 06:21:23 CET 2010
commit 9b366789b670806f02770c31aec98ec3aed58762
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Fri Feb 19 21:21:23 2010 -0800
paramiko: new module. Python ssh connection lib
---
python/paramiko/BUILD | 7 +++++++
python/paramiko/DEPENDS | 1 +
python/paramiko/DETAILS | 16 ++++++++++++++++
3 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/python/paramiko/BUILD b/python/paramiko/BUILD
new file mode 100644
index 0000000..8707d86
--- /dev/null
+++ b/python/paramiko/BUILD
@@ -0,0 +1,7 @@
+(
+
+ python setup.py build_ext -i &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/paramiko/DEPENDS b/python/paramiko/DEPENDS
new file mode 100644
index 0000000..d228b80
--- /dev/null
+++ b/python/paramiko/DEPENDS
@@ -0,0 +1 @@
+depends pycrypto
diff --git a/python/paramiko/DETAILS b/python/paramiko/DETAILS
new file mode 100644
index 0000000..25c5c53
--- /dev/null
+++ b/python/paramiko/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=paramiko
+ VERSION=1.7.6
+ SOURCE=${MODULE}-${VERSION}.zip
+ SOURCE_URL=http://www.lag.net/paramiko/download/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:db5e09e13fb8f7c865b22c4ff12b3a9a6201948b
+ WEB_SITE="http://www.lag.net/paramiko/"
+ ENTERED=20100219
+ UPDATED=20100219
+ SHORT="Python SSH connection handler"
+cat <<EOF
+This is a library for making SSH2 connections (client or server).
+Emphasis is on using SSH2 as an alternative to SSL for making secure
+connections between python scripts. All major ciphers and hash methods
+are supported. SFTP client and server mode are both supported too.
+EOF
More information about the Lunar-commits
mailing list