Revision
105511
Author
stromnov@macports.org
Date
2013-04-23 03:32:19 -0700 (Tue, 23 Apr 2013)

Log Message

py-pandas: update to version 0.11.0

Modified Paths

Diff

Modified: trunk/dports/python/py-pandas/Portfile (105510 => 105511)


--- trunk/dports/python/py-pandas/Portfile	2013-04-23 04:28:27 UTC (rev 105510)
+++ trunk/dports/python/py-pandas/Portfile	2013-04-23 10:32:19 UTC (rev 105511)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-pandas
-version             0.10.1
+version             0.11.0
 revision            0
 categories-append   science
 license             BSD
@@ -24,24 +24,26 @@
 
 distname            pandas-${version}
 
-checksums           rmd160  d2e64ae86d0f470f70abb74663afb5e1d72a07f4 \
-                    sha256  c7ca2a66013ec7f196f0e425a08aa0417de0da4147c551fbb8c3afce9ec97aaf
+checksums           rmd160  600d3c4619def15f53d4a16bf6f91553f76c9df6 \
+                    sha256  4d74d4d408494ccc690f6e61d11cb266bb55b142d22bf9b8a7063206073a90d7
 
 if {$subport != $name} {
-    depends_lib-append  \
-                    port:py${python.version}-numpy \
-                    port:py${python.version}-dateutil \
-                    port:py${python.version}-distribute \
-                    port:py${python.version}-scipy \
-                    port:py${python.version}-tz
+    depends_lib-append  port:py${python.version}-numpy \
+                        port:py${python.version}-dateutil \
+                        port:py${python.version}-distribute \
+                        port:py${python.version}-scipy \
+                        port:py${python.version}-bottleneck \
+                        port:py${python.version}-tz
 
     if {$subport == "py26-pandas" || $subport == "py27-pandas" } {
-        depends_lib-append  \
-                    port:py${python.version}-tables \
-                    port:py${python.version}-matplotlib
+        depends_lib-append  port:py${python.version}-numexpr \
+                            port:py${python.version}-tables \
+                            port:py${python.version}-matplotlib
     }
+
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   ${master_sites}
+    livecheck.regex "pandas-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "pandas-(\\d+(?:\\.\\d+)*)${extract.suffix}"