[127017] trunk/dports/python/py-pandas/Portfile

stromnov at macports.org stromnov at macports.org
Sun Oct 19 06:07:47 PDT 2014


Revision: 127017
          https://trac.macports.org/changeset/127017
Author:   stromnov at macports.org
Date:     2014-10-19 06:07:47 -0700 (Sun, 19 Oct 2014)
Log Message:
-----------
py-pandas: update to version 0.15.0

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

Modified: trunk/dports/python/py-pandas/Portfile
===================================================================
--- trunk/dports/python/py-pandas/Portfile	2014-10-19 09:39:33 UTC (rev 127016)
+++ trunk/dports/python/py-pandas/Portfile	2014-10-19 13:07:47 UTC (rev 127017)
@@ -1,11 +1,11 @@
-# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
 PortGroup           python 1.0
 
 name                py-pandas
-version             0.14.1
+version             0.15.0
 revision            0
 categories-append   science
 license             BSD
@@ -24,8 +24,8 @@
 
 distname            pandas-${version}
 
-checksums           rmd160  2bb1f8078bb775644fda69f47afdf98c089d5b57 \
-                    sha256  8d36f69e63f4c36999d142d60e476a6359c77069ad0ed1e4aa16a7005884dd21
+checksums           rmd160  333cec37943d4094ac0bd8d9e54f9c9872529a89 \
+                    sha256  53be655079f978831dbb10c69a7656d3df6de673948896e170f08c3dac957cf0
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -44,9 +44,9 @@
                             port:py${python.version}-matplotlib
     }
 
-    livecheck.type  none
+    livecheck.type      none
 } else {
-    livecheck.type  regex
-    livecheck.url   ${master_sites}
-    livecheck.regex {pandas-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {pandas-(\d+(?:\.\d+)*)\.[tz]}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141019/b5184d88/attachment.html>


More information about the macports-changes mailing list