# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-statsmodels version 0.6.1 revision 0 categories-append science math platforms darwin license BSD python.versions 27 34 35 maintainers stromnov openmaintainer 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 pypi:s/statsmodels/ distname statsmodels-${version} checksums rmd160 a4efe903ae6fa6b2a6f9938d58c785621ffe6572 \ sha256 be4e44374aec9e848b73e5a230dee190ac0c4519e1d40f69a5813190b13ec676 if {${name} ne ${subport}} { 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 livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/statsmodels/json livecheck.regex {statsmodels-(\d+(?:\.\d+)*)\.[tz]} }