[107201] trunk/dports/python/py-carray/Portfile

stromnov at macports.org stromnov at macports.org
Fri Jun 21 03:51:21 PDT 2013


Revision: 107201
          https://trac.macports.org/changeset/107201
Author:   stromnov at macports.org
Date:     2013-06-21 03:51:21 -0700 (Fri, 21 Jun 2013)
Log Message:
-----------
py-carray: update to version 0.5.1

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

Modified: trunk/dports/python/py-carray/Portfile
===================================================================
--- trunk/dports/python/py-carray/Portfile	2013-06-21 09:03:06 UTC (rev 107200)
+++ trunk/dports/python/py-carray/Portfile	2013-06-21 10:51:21 UTC (rev 107201)
@@ -5,12 +5,14 @@
 PortGroup           python 1.0
 
 name                py-carray
-version             0.5
+version             0.5.1
 revision            0
 categories-append   devel
+platforms           darwin
 license             MIT BSD
-platforms           darwin
 
+python.versions     26 27
+
 maintainers         stromnov openmaintainer
 
 description         A chunked data container that can be compressed in-memory.
@@ -24,15 +26,13 @@
                     for binary data.
 
 homepage            https://github.com/FrancescAlted/carray
-master_sites        http://carray.pytables.org/download/stable/
+master_sites        http://carray.pytables.org/download/carray-${version}/
 
 distname            carray-${version}
 
-checksums           rmd160  868f811f6e33dfe3f1275ca584b39ebd0a67a881 \
-                    sha256  594e60426d1ad9a92fb74f110afda193bb734fd285642fee558f1b3050d81214
+checksums           rmd160  761ebd81e19e85df67a1e30cc92fc64121102154 \
+                    sha256  556a38a9209b2f9927283d03b3dbeff0544ca5b5dfca681cd20520a0fcaeb92b
 
-python.versions     26 27
-
 if {$subport != $name} {
     depends_lib-append  port:py${python.version}-numpy \
                         port:py${python.version}-cython
@@ -44,6 +44,6 @@
     livecheck.type      none
 } else {
     livecheck.type      regex
-    livecheck.url       ${master_sites}
-    livecheck.regex     "carray-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+    livecheck.url       http://carray.pytables.org/download/
+    livecheck.regex     "carray-(\\d+(?:\\.\\d+)*)/"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130621/c5ada302/attachment.html>


More information about the macports-changes mailing list