[88082] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Sun Dec 18 03:21:15 PST 2011


Revision: 88082
          http://trac.macports.org/changeset/88082
Author:   stromnov at macports.org
Date:     2011-12-18 03:21:15 -0800 (Sun, 18 Dec 2011)
Log Message:
-----------
py-scikits-statsmodels: new port

Added Paths:
-----------
    trunk/dports/python/py-scikits-statsmodels/
    trunk/dports/python/py-scikits-statsmodels/Portfile

Added: trunk/dports/python/py-scikits-statsmodels/Portfile
===================================================================
--- trunk/dports/python/py-scikits-statsmodels/Portfile	                        (rev 0)
+++ trunk/dports/python/py-scikits-statsmodels/Portfile	2011-12-18 11:21:15 UTC (rev 88082)
@@ -0,0 +1,49 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-scikits-statsmodels
+version             0.3.1
+revision            0
+categories-append   science
+license             BSD
+platforms           darwin
+
+maintainers         stromnov openmaintaner
+
+description         Statistical computations and models for use with SciPy
+
+long_description    Statsmodels is  a  Python  package  that  provides \
+                    a complement to scipy for statistical computations \
+                    including descriptive  statistics  and  estimation \
+                    of statistical models.
+
+homepage            http://statsmodels.sourceforge.net/
+master_sites        http://pypi.python.org/packages/source/s/scikits.statsmodels/
+
+distname            scikits.statsmodels-${version}
+
+checksums           md5     1f55b53d161544b95ca2709c9731c00c \
+                    sha1    ebb04aae485caac56b4b7dcb332b29808b8d8322 \
+                    rmd160  1a79e65851796a9863408f0ea6e9b20bf0ee06da
+
+python.default_version  27
+python.versions     26 27
+
+if {$subport != $name} {
+    depends_lib     port:py${python.version}-numpy \
+                    port:py${python.version}-scipy \
+                    port:py${python.version}-distribute \
+                    port:py${python.version}-scikits-module
+
+    post-destroot {
+        # scikits/__init__.py is provided by scikits-module
+        file delete ${destroot}${python.pkgd}/scikits/__init__.py
+    }
+}
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "scikits.statsmodels-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py-scikits-statsmodels/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111218/bc3a58d2/attachment.html>


More information about the macports-changes mailing list