[107553] trunk/dports/python/py-paramiko/Portfile

sean at macports.org sean at macports.org
Tue Jul 2 17:38:47 PDT 2013


Revision: 107553
          https://trac.macports.org/changeset/107553
Author:   sean at macports.org
Date:     2013-07-02 17:38:47 -0700 (Tue, 02 Jul 2013)
Log Message:
-----------
py-paramiko: update to new version on github

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

Modified: trunk/dports/python/py-paramiko/Portfile
===================================================================
--- trunk/dports/python/py-paramiko/Portfile	2013-07-03 00:38:41 UTC (rev 107552)
+++ trunk/dports/python/py-paramiko/Portfile	2013-07-03 00:38:47 UTC (rev 107553)
@@ -3,9 +3,10 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           github 1.0
 
+github.setup        paramiko paramiko 1.10.1 v
 name                py-paramiko
-version             1.7.7.1
 categories-append   net security
 license             LGPL-2.1+
 platforms           darwin
@@ -20,22 +21,10 @@
     and hash methods are supported. SFTP client and server mode are both \
     supported too.
 
-homepage          http://www.lag.net/paramiko/
-master_sites      ${homepage}download/
-distname          paramiko-${version}
+checksums           rmd160  dc542db5b7ce560a64566ad5439e0ff66fc6a1b3 \
+                    sha256  310c97d525a4d4b0943593c65bc0c632fb5c9a829fdd0feba0bf7d0e20f12ae9
 
-checksums           rmd160  4b08451a9d73d3b62d1e4b43fbb92108a78ff527 \
-                    sha256  101e7642cbb59574539eaef537d0ef0bb54f1f987cc950f0ada0b050ac245eae
-
 if {$subport != $name} {
     depends_lib-append  port:py${python.version}-crypto
-
-    post-destroot {
-        file delete -force ${destroot}${prefix}/share/doc/${subport}
-        file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${subport}
-    }
+    livecheck.type      none
 }
-
-livecheck.type    regex
-livecheck.url     ${homepage}
-livecheck.regex   {paramiko (\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130702/d7e2f582/attachment.html>


More information about the macports-changes mailing list