[146178] trunk/dports/python/py-netlib/Portfile

petr at macports.org petr at macports.org
Tue Mar 1 12:52:46 PST 2016


Revision: 146178
          https://trac.macports.org/changeset/146178
Author:   petr at macports.org
Date:     2016-03-01 12:52:46 -0800 (Tue, 01 Mar 2016)
Log Message:
-----------
py-netlib: update to 0.16, closes #50610

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

Modified: trunk/dports/python/py-netlib/Portfile
===================================================================
--- trunk/dports/python/py-netlib/Portfile	2016-03-01 20:22:46 UTC (rev 146177)
+++ trunk/dports/python/py-netlib/Portfile	2016-03-01 20:52:46 UTC (rev 146178)
@@ -8,7 +8,7 @@
 set _n              [string index ${_name} 0]
 
 name                py-${_name}
-version             0.13.1
+version             0.16
 # Attention: 
 # It looks like package `netlib` is about to be merged into `mitmproxy`.
 # After update of mitmproxy > 0.16, this might cause a conflict and this 
@@ -35,11 +35,11 @@
 distname            ${_name}-${version}
 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
 
-checksums           md5     fc793a1246b119277c924643c341d841 \
-                    rmd160  6eeece7262d8b57f0d7efca6e0825cfab3d83cfc \
-                    sha256  f2b986ed2fa0125a88975d3f904a111c95b2925c3f553f7b1fc991f25bf4915b
+checksums           md5     7c8622364947ae11c9dc39e1bf00a38d \
+                    rmd160  77b0605f59143e6591a7d17e0ecaee88c4beb768 \
+                    sha256  c70ed1915a5662c9ffce4dc97d143209e009cf0035a2f692031a6c47e87e6002
 
-python.versions     27
+python.versions     27 34 35
 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
@@ -48,9 +48,14 @@
                             port:py${python.version}-certifi \
                             port:py${python.version}-cryptography \
                             port:py${python.version}-hpack \
+                            port:py${python.version}-hyperframe \
                             port:py${python.version}-openssl \
                             port:py${python.version}-passlib
 
+ if { ${python.version} <= 33 } {
+     depends_lib-append      port:py${python.version}-backports-ssl_match_hostname
+    }
+
     livecheck.type  none
 } else {
     livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160301/124475bf/attachment.html>


More information about the macports-changes mailing list