[28409] trunk/dports/python
source_changes at macosforge.org
source_changes at macosforge.org
Thu Aug 30 07:09:20 PDT 2007
Revision: 28409
http://trac.macosforge.org/projects/macports/changeset/28409
Author: sfiera at macports.org
Date: 2007-08-30 07:09:19 -0700 (Thu, 30 Aug 2007)
Log Message:
-----------
New port py25-paramiko, a python25 version of py-paramiko
* Resolves #12579
Added Paths:
-----------
trunk/dports/python/py25-paramiko/
trunk/dports/python/py25-paramiko/Portfile
Copied: trunk/dports/python/py25-paramiko/Portfile (from rev 28204, trunk/dports/python/py-paramiko/Portfile)
===================================================================
--- trunk/dports/python/py25-paramiko/Portfile (rev 0)
+++ trunk/dports/python/py25-paramiko/Portfile 2007-08-30 14:09:19 UTC (rev 28409)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name py25-paramiko
+version 1.7.1
+categories python net security
+platforms darwin
+maintainers ramercer at gmail.com openmaintainer at macports.org
+
+description python library for making SSH2 connections
+long_description 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.
+
+homepage http://www.lag.net/paramiko/
+master_sites http://www.lag.net/paramiko/download/
+distname paramiko-${version}
+
+checksums md5 de6405406897fad04fa5fdf56952ea75 \
+ sha1 0e89fe7ae6dcc91ca271ac06b44a10a9be9c1103 \
+ rmd160 caf9b58fda37575bdd4746f15c176627b3437a69
+
+depends_lib port:py25-crypto
+
+post-destroot {
+ file delete -force ${destroot}${prefix}/share/doc/${name}
+ file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070830/1ef2d2ff/attachment.html
More information about the macports-changes
mailing list