[127869] trunk/dports/python/py-statsmodels/Portfile

stromnov at macports.org stromnov at macports.org
Wed Nov 5 13:28:53 PST 2014


Revision: 127869
          https://trac.macports.org/changeset/127869
Author:   stromnov at macports.org
Date:     2014-11-05 13:28:52 -0800 (Wed, 05 Nov 2014)
Log Message:
-----------
py-statsmodels: update to version 0.6.0

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

Modified: trunk/dports/python/py-statsmodels/Portfile
===================================================================
--- trunk/dports/python/py-statsmodels/Portfile	2014-11-05 21:22:47 UTC (rev 127868)
+++ trunk/dports/python/py-statsmodels/Portfile	2014-11-05 21:28:52 UTC (rev 127869)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-statsmodels
-version             0.5.0
+version             0.6.0
 revision            0
 categories-append   science math
 platforms           darwin
@@ -27,8 +27,8 @@
 
 distname            statsmodels-${version}
 
-checksums           rmd160  b9f7322c671e75798187fa693f21d20f51050318 \
-                    sha256  65398518bdd414c712362738e61d34ee5ec07b4c084bba17c65af5f20ae109d0
+checksums           rmd160  22ce37c4519ffc15514b0619507b5393547404f0 \
+                    sha256  266a2ded2e2fc8ce40674da313560ec1c43e7960870a2d58e4b049865eb8e79b
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -39,16 +39,9 @@
                         port:py${python.version}-pandas \
                         port:py${python.version}-patsy
 
-    # See https://github.com/statsmodels/statsmodels/issues/1513;
-    # can possibly be removed in next release.
-    build.target        clean build
-    post-patch {
-        reinplace "s|\'cython\'|\'cython-${python.branch}\'|g" ${worksrcpath}/setup.py
-    }
-
     livecheck.type      none
 } else {
     livecheck.type      regex
     livecheck.url       ${master_sites}
-    livecheck.regex     "statsmodels-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+    livecheck.regex     {statsmodels-(\d+(?:\.\d+)*)\.[tz]}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141105/ea20aab3/attachment.html>


More information about the macports-changes mailing list