# -*- 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 55624 2009-08-14 23:36:41Z mnick@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-scikits-timeseries
version             0.91.1
maintainers         mnick

categories-append   science
description         Classes and functions for manipulating, reporting, and plotting time series
long_description    ${description} \
                    The focus is on convenient data access and manipulation while leveraging \
                    the existing mathematical functionality in numpy and scipy

platforms           darwin

homepage            http://pytseries.sourceforge.net/
master_sites        sourceforge:pytseries
distname            scikits.timeseries-${version}

checksums           md5     feece83b3f45891b55a9ede4ff9fccd3 \
                    sha1    dbe4beb0be770019e44eacc7f33186dc643c389a \
                    rmd160  7a188145f2422ea58dd2fafd42e0dbb34bdeb3f8

depends_lib         port:py26-numpy \
                    port:py26-scikits-module

post-destroot {
    # scikits/__init__.py is provided by scikits-module
    file delete ${destroot}${python.pkgd}/scikits/__init__.py
}

livecheck.regex     <title>scikits.timeseries (.*) released .*</title>
