# -*- 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: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-scikits-statsmodels
version             0.4.3
revision            1
categories-append   science

python.versions     26 27 32

long_description    Statsmodels is  a  Python  package  that  provides \
                    a complement to scipy for statistical computations \
                    including descriptive  statistics  and  estimation \
                    of statistical models.

if {${name} ne ${subport}} {
    replaced_by         py${python.version}-statsmodels
} else {
    replaced_by         py-statsmodels
}

PortGroup           obsolete 1.0
