[139672] trunk/dports/python

petr at macports.org petr at macports.org
Mon Aug 24 09:48:17 PDT 2015


Revision: 139672
          https://trac.macports.org/changeset/139672
Author:   petr at macports.org
Date:     2015-08-24 09:48:17 -0700 (Mon, 24 Aug 2015)
Log Message:
-----------
py-libcloud: upgrade to 0.18.0, retire py{26,33} subports, remove ssl_match_hostname dependency again, related to #48640

Modified Paths:
--------------
    trunk/dports/python/py-graveyard/Portfile
    trunk/dports/python/py-libcloud/Portfile

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2015-08-24 15:04:05 UTC (rev 139671)
+++ trunk/dports/python/py-graveyard/Portfile	2015-08-24 16:48:17 UTC (rev 139672)
@@ -265,6 +265,7 @@
 py-lepl                 5.1.3_1     32
 py-lepton               1.0b2_1     25 26
 py-levenshtein          0.11.2_1    24 25 26 33
+py-libcloud             0.17.0_1    26 33
 py-libgmail             0.1.11_1    24 25 26
 py-liblzma              0.5.3_2     24 25
 py-libnamebench         1.3.1_1     26

Modified: trunk/dports/python/py-libcloud/Portfile
===================================================================
--- trunk/dports/python/py-libcloud/Portfile	2015-08-24 15:04:05 UTC (rev 139671)
+++ trunk/dports/python/py-libcloud/Portfile	2015-08-24 16:48:17 UTC (rev 139672)
@@ -8,7 +8,7 @@
 set _n              [string index ${_name} 0]
 
 name                py-libcloud
-version             0.17.0
+version             0.18.0
 categories-append   net
 platforms           darwin
 supported_archs     noarch
@@ -28,12 +28,12 @@
                     https://pypi.python.org/packages/source/${_n}/${_name}/
 distname            ${_name}-${version}
 
-checksums           md5     a63650261971dc82c5a6d763a2153881 \
-                    sha1    14e3b1cffb94a2b254309c219484bd8796019205 \
-                    rmd160  571b1bc41579e29970eee499f9871aa4d0082dda \
-                    sha256  8ac4895c5ed2fa51812237dfd587675e3cbc4b7e57d9b44722ce849eab2131c2
+checksums           md5     a27c03054c7be85c87f977d4af3cfe62 \
+                    sha1    5bd8eef2807d1c5a0e818e333f60b59de84d170d \
+                    rmd160  9eaab4b53db26b2ffb66f86d6604b2ba8740da2a \
+                    sha256  eb554eb2ddfed96e356b2c6669790d159ed1ec3781377c9c8c46483a31a11ff7
 
-python.versions     26 27 33 34
+python.versions     27 34
 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
@@ -49,11 +49,6 @@
         post-test { delete ${test_dir}/secrets.py }
     }
 
-    # ssl_match_hostname package required since 0.17.0
-    if { ${python.version} < 34 } {
-        depends_lib-append  port:py${python.version}-backports-ssl_match_hostname
-    }
-
     # Adding documentation and examples
     post-destroot {
         set dest_doc ${destroot}${prefix}/share/doc/${subport}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150824/9fc84396/attachment.html>


More information about the macports-changes mailing list