[69695] trunk/dports/python

jwa at macports.org jwa at macports.org
Tue Jul 13 09:28:59 PDT 2010


Revision: 69695
          http://trac.macports.org/changeset/69695
Author:   jwa at macports.org
Date:     2010-07-13 09:28:58 -0700 (Tue, 13 Jul 2010)
Log Message:
-----------
new: SSH2 connections in Python 2.7

Modified Paths:
--------------
    trunk/dports/python/py27-paramiko/Portfile

Added Paths:
-----------
    trunk/dports/python/py27-paramiko/

Modified: trunk/dports/python/py27-paramiko/Portfile
===================================================================
--- trunk/dports/python/py26-paramiko/Portfile	2010-07-12 09:02:49 UTC (rev 69654)
+++ trunk/dports/python/py27-paramiko/Portfile	2010-07-13 16:28:58 UTC (rev 69695)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem        1.0
-PortGroup         python26 1.0
+PortGroup         python27 1.0
 
-name              py26-paramiko
+name              py27-paramiko
 version           1.7.6
 categories        python net security
 platforms         darwin
@@ -27,7 +27,7 @@
                     sha1    0051dd01b7d17823d567b2988495b32afb549c20 \
                     rmd160  bd1e4c983db9fb450066531b5d24847946f683eb
 
-depends_lib-append  port:py26-crypto
+depends_lib-append  port:py27-crypto
 
 post-destroot {
   file delete -force ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100713/4c37e375/attachment.html>


More information about the macports-changes mailing list