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

stromnov at macports.org stromnov at macports.org
Thu Aug 15 07:06:39 PDT 2013


Revision: 109431
          https://trac.macports.org/changeset/109431
Author:   stromnov at macports.org
Date:     2013-08-15 07:06:39 -0700 (Thu, 15 Aug 2013)
Log Message:
-----------
py-statsmodels: update to version 0.5.0

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

Modified: trunk/dports/python/py-statsmodels/Portfile
===================================================================
--- trunk/dports/python/py-statsmodels/Portfile	2013-08-15 14:05:49 UTC (rev 109430)
+++ trunk/dports/python/py-statsmodels/Portfile	2013-08-15 14:06:39 UTC (rev 109431)
@@ -5,12 +5,14 @@
 PortGroup           python 1.0
 
 name                py-statsmodels
-version             0.4.3
+version             0.5.0
 revision            0
-categories-append   science
-license             BSD
+categories-append   science math
 platforms           darwin
+license             BSD
 
+python.versions     26 27 32 33
+
 maintainers         stromnov openmaintainer
 
 description         Statistical computations and models for use with SciPy
@@ -25,29 +27,22 @@
 
 distname            statsmodels-${version}
 
-checksums           rmd160  dbc48424d42f6f6215e78f0ffed0f48cf21bd758 \
-                    sha256  504a4f6ccb657c1fab21c6cea5bc53a698bebf72f226dbf0f13374f7f371a7d4
+checksums           rmd160  b9f7322c671e75798187fa693f21d20f51050318 \
+                    sha256  65398518bdd414c712362738e61d34ee5ec07b4c084bba17c65af5f20ae109d0
 
-python.versions     26 27 32
-
 if {$subport != $name} {
-    depends_build   port:py${python.version}-setuptools
-    depends_lib-append  \
-                    port:py${python.version}-numpy \
-                    port:py${python.version}-scipy \
-                    port:py${python.version}-pandas \
-                    port:py${python.version}-cython \
-                    port:py${python.version}-scikits-module
+    depends_build-append \
+                        port:py${python.version}-setuptools \
+                        port:py${python.version}-cython
+    depends_lib-append  port:py${python.version}-numpy \
+                        port:py${python.version}-scipy \
+                        port:py${python.version}-pandas \
+                        port:py${python.version}-patsy
 
     post-patch {
-        reinplace "s|\'cython\'|\'cython-${python.branch}\'|g" ${worksrcpath}/tools/_build.py
+        reinplace "s|\'cython\'|\'cython-${python.branch}\'|g" ${worksrcpath}/setup.py
     }
 
-    post-destroot {
-        # scikits/__init__.py is provided by scikits-module
-        file delete ${destroot}${python.pkgd}/scikits/__init__.py
-    }
-
     livecheck.type      none
 } else {
     livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130815/8e687f5d/attachment.html>


More information about the macports-changes mailing list