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

stromnov at macports.org stromnov at macports.org
Sat Dec 12 07:06:12 PST 2015


Revision: 142756
          https://trac.macports.org/changeset/142756
Author:   stromnov at macports.org
Date:     2015-11-22 04:42:07 -0800 (Sun, 22 Nov 2015)
Log Message:
-----------
py-pandas: update to version 0.17.1

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

Modified: trunk/dports/python/py-pandas/Portfile
===================================================================
--- trunk/dports/python/py-pandas/Portfile	2015-11-22 12:35:33 UTC (rev 142755)
+++ trunk/dports/python/py-pandas/Portfile	2015-11-22 12:42:07 UTC (rev 142756)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-pandas
-version             0.17.0
+version             0.17.1
 categories-append   science
 license             BSD
 platforms           darwin
@@ -18,13 +18,13 @@
 
 long_description    ${description}
 
-homepage            http://pandas.sourceforge.net/
-master_sites        https://pypi.python.org/packages/source/p/pandas/
+homepage            http://pandas.pydata.org
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            pandas-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  ac8e541b857e945eeb8c94b74278a7bbee55a76a \
-                    sha256  320d4fdf734b82adebc8fde9d8ca4b05fe155a72b6f7aa95d76242da8748d6a4
+checksums           rmd160  7efb982b3469d2765be9617f1683773ae443534c \
+                    sha256  cfd7214a7223703fe6999fbe34837749540efee1c985e6aee9933f30e3f72837
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -42,7 +42,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/pandas/json
-    livecheck.regex     {pandas-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/78aee795/attachment.html>


More information about the macports-changes mailing list