[23340] trunk/dports/python/py-paramiko/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Thu Mar 29 02:37:56 PDT 2007
Revision: 23340
http://trac.macosforge.org/projects/macports/changeset/23340
Author: pipping at macports.org
Date: 2007-03-29 02:37:56 -0700 (Thu, 29 Mar 2007)
Log Message:
-----------
* apply patch submitted by new maintainer ramercer at gmail.com (#11654)
note that i've split the patch up into two parts:
* version bump / other changes (previous commit, r23339)
* whitespace (this commit, r23340)
Modified Paths:
--------------
trunk/dports/python/py-paramiko/Portfile
Modified: trunk/dports/python/py-paramiko/Portfile
===================================================================
--- trunk/dports/python/py-paramiko/Portfile 2007-03-29 09:37:22 UTC (rev 23339)
+++ trunk/dports/python/py-paramiko/Portfile 2007-03-29 09:37:56 UTC (rev 23340)
@@ -3,30 +3,30 @@
PortSystem 1.0
PortGroup python24 1.0
-name py-paramiko
+name py-paramiko
version 1.7
-categories python net security
-platforms darwin
+categories python net security
+platforms darwin
maintainers ramercer at gmail.org 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.
+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}
+homepage http://www.lag.net/paramiko/
+master_sites http://www.lag.net/paramiko/download/
+distname paramiko-${version}
checksums md5 11eb2a8688c6719a24a01f82153ffe4e \
sha1 714f12507d0dd6a9ba342560e744431397d7fd2b \
rmd160 6a155009132f2a9e091b12c79fb2040c72f5840b
-use_zip yes
+use_zip yes
-depends_lib port:py-crypto
+depends_lib port:py-crypto
post-destroot {
- file delete -force ${destroot}${prefix}/share/doc/${name}
- file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
+ 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/20070329/5b53e8ba/attachment.html
More information about the macports-changes
mailing list