[125993] trunk/dports/python/py-libcloud/Portfile

petr at macports.org petr at macports.org
Wed Oct 1 10:34:32 PDT 2014


Revision: 125993
          https://trac.macports.org/changeset/125993
Author:   petr at macports.org
Date:     2014-10-01 10:34:31 -0700 (Wed, 01 Oct 2014)
Log Message:
-----------
py-libcloud: update to version 0.15.1

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

Modified: trunk/dports/python/py-libcloud/Portfile
===================================================================
--- trunk/dports/python/py-libcloud/Portfile	2014-10-01 17:13:55 UTC (rev 125992)
+++ trunk/dports/python/py-libcloud/Portfile	2014-10-01 17:34:31 UTC (rev 125993)
@@ -8,7 +8,7 @@
 set _n              [string index ${_name} 0]
 
 name                py-libcloud
-version             0.14.1
+version             0.15.1
 categories-append   net
 platforms           darwin
 supported_archs     noarch
@@ -24,22 +24,17 @@
     cloud resources through a unified and easy to use API.
 
 homepage            http://libcloud.apache.org/
-
-distname            ${_name}-${version}
 master_sites        http://www.apache.org/dist/libcloud/ \
                     https://pypi.python.org/packages/source/${_n}/${_name}/
+distname            ${_name}-${version}
 
-checksums           md5     0a645fcf3d8615ff1065f4ff9f663af4 \
-                    sha1    e587c9c3519e7d061f3c2fb232af8ace593c8156 \
-                    rmd160  6921ef826426109e1e92dde60ea266a56bcb234a \
-                    sha256  fafe7a0945aff31fe24bbb0e8598427725ae235ce8541c776159b88af8b17a28
+checksums           md5     eecd717db05d2b945a98495e7cd79b0f \
+                    sha1    0631bfa3201a5d4c3fdd3d9c39756051c1c70b0f \
+                    rmd160  1b286869709afff2121c5fb55093cd6020e07068 \
+                    sha256  f12f80c2f66e46c406c53b90c41eb572c29751c407bdbe7204ec6d9264ce16bc
 
-python.versions     26 27 32 33 34
+python.versions     26 27 33 34
 
-livecheck.type  regex
-livecheck.url   [lindex ${master_sites} 0]
-livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
-
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
 
@@ -69,4 +64,8 @@
     }
 
     livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   [lindex ${master_sites} 0]
+    livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141001/6f65169f/attachment.html>


More information about the macports-changes mailing list