[109430] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Thu Aug 15 07:05:49 PDT 2013


Revision: 109430
          https://trac.macports.org/changeset/109430
Author:   stromnov at macports.org
Date:     2013-08-15 07:05:49 -0700 (Thu, 15 Aug 2013)
Log Message:
-----------
py-scikits-statsmodels: rename to py-statsmodels

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

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

Modified: trunk/dports/python/py-scikits-statsmodels/Portfile
===================================================================
--- trunk/dports/python/py-scikits-statsmodels/Portfile	2013-08-15 13:33:00 UTC (rev 109429)
+++ trunk/dports/python/py-scikits-statsmodels/Portfile	2013-08-15 14:05:49 UTC (rev 109430)
@@ -6,51 +6,20 @@
 
 name                py-scikits-statsmodels
 version             0.4.3
-revision            0
+revision            1
 categories-append   science
-license             BSD
-platforms           darwin
 
-maintainers         stromnov openmaintainer
+python.versions     26 27 32
 
-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/statsmodels/
-
-distname            statsmodels-${version}
-
-checksums           rmd160  dbc48424d42f6f6215e78f0ffed0f48cf21bd758 \
-                    sha256  504a4f6ccb657c1fab21c6cea5bc53a698bebf72f226dbf0f13374f7f371a7d4
-
-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
-
-    post-patch {
-        reinplace "s|\'cython\'|\'cython-${python.branch}\'|g" ${worksrcpath}/tools/_build.py
-    }
-
-    post-destroot {
-        # scikits/__init__.py is provided by scikits-module
-        file delete ${destroot}${python.pkgd}/scikits/__init__.py
-    }
-
-    livecheck.type      none
+    replaced_by         py${python.version}-statsmodels
 } else {
-    livecheck.type      regex
-    livecheck.url       ${master_sites}
-    livecheck.regex     "statsmodels-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+    replaced_by         py-statsmodels
 }
+
+PortGroup           obsolete 1.0

Modified: trunk/dports/python/py-statsmodels/Portfile
===================================================================
--- trunk/dports/python/py-scikits-statsmodels/Portfile	2013-08-15 13:11:47 UTC (rev 109427)
+++ trunk/dports/python/py-statsmodels/Portfile	2013-08-15 14:05:49 UTC (rev 109430)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           python 1.0
 
-name                py-scikits-statsmodels
+name                py-statsmodels
 version             0.4.3
 revision            0
 categories-append   science
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130815/3f760900/attachment.html>


More information about the macports-changes mailing list