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

stromnov at macports.org stromnov at macports.org
Sun Nov 9 07:23:00 PST 2014


Revision: 127963
          https://trac.macports.org/changeset/127963
Author:   stromnov at macports.org
Date:     2014-11-09 07:23:00 -0800 (Sun, 09 Nov 2014)
Log Message:
-----------
py-pandas: update to version 0.15.1

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

Modified: trunk/dports/python/py-pandas/Portfile
===================================================================
--- trunk/dports/python/py-pandas/Portfile	2014-11-09 14:59:58 UTC (rev 127962)
+++ trunk/dports/python/py-pandas/Portfile	2014-11-09 15:23:00 UTC (rev 127963)
@@ -1,11 +1,11 @@
-# -*- 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
+# -*- 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.15.0
+version             0.15.1
 revision            0
 categories-append   science
 license             BSD
@@ -24,8 +24,8 @@
 
 distname            pandas-${version}
 
-checksums           rmd160  333cec37943d4094ac0bd8d9e54f9c9872529a89 \
-                    sha256  53be655079f978831dbb10c69a7656d3df6de673948896e170f08c3dac957cf0
+checksums           rmd160  81128cec508bf2e8119c9778ae1be0f6692e706a \
+                    sha256  6c15aebaf10a02fa411f336d2029fb303892b17d470f5d7de91597fc31cebd65
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -35,15 +35,12 @@
     depends_lib-append  port:py${python.version}-numpy \
                         port:py${python.version}-dateutil \
                         port:py${python.version}-scipy \
+                        port:py${python.version}-tables \
+                        port:py${python.version}-matplotlib \
                         port:py${python.version}-bottleneck \
                         port:py${python.version}-numexpr \
                         port:py${python.version}-tz
 
-    if {${subport} eq "py27-pandas"} {
-        depends_lib-append  port:py${python.version}-tables \
-                            port:py${python.version}-matplotlib
-    }
-
     livecheck.type      none
 } else {
     livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141109/42ec71fa/attachment.html>


More information about the macports-changes mailing list