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

stromnov at macports.org stromnov at macports.org
Sat Dec 12 05:12:05 PST 2015


Revision: 142306
          https://trac.macports.org/changeset/142306
Author:   stromnov at macports.org
Date:     2015-11-09 14:05:11 -0800 (Mon, 09 Nov 2015)
Log Message:
-----------
py-paramiko: update to version 1.16.0

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

Modified: trunk/dports/python/py-paramiko/Portfile
===================================================================
--- trunk/dports/python/py-paramiko/Portfile	2015-11-09 21:31:26 UTC (rev 142305)
+++ trunk/dports/python/py-paramiko/Portfile	2015-11-09 22:05:11 UTC (rev 142306)
@@ -3,11 +3,10 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
-PortGroup           github 1.0
 
-github.setup        paramiko paramiko 1.15.3 v
-
 name                py-paramiko
+version             1.16.0
+revision            0
 categories-append   net security
 platforms           darwin
 license             LGPL-2.1+
@@ -26,12 +25,19 @@
                     supported.  SFTP client and server mode are both \
                     supported too.
 
-checksums           rmd160  d826443835aadb2595073ee60e26464fbcbae797 \
-                    sha256  1cd6682cddccbc6ffc9e9be6904e40f6ae8422e65ee9d51fc3f0f6ef3464138b
+homepage            https://github.com/paramiko/paramiko/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  1d5373c68776af26d24dc92e135b7c7c4c40b8c3 \
+                    sha256  3297ebd3cd072f573772f7c7426939a443c62c458d54bb632ff30fd6ecf96892
+
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-ecdsa \
                         port:py${python.version}-crypto
 
     livecheck.type      none
+} else {
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/5883b08f/attachment.html>


More information about the macports-changes mailing list