# -*- 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-timeseries version 0.91.1 maintainers nomaintainer categories-append science # GPLConflict because eGenix.com Public License Agreement has a choice of law clause license BSD Permissive GPLConflict 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 python.versions 26 if {$subport ne $name} { depends_lib port:py${python.version}-numpy \ port:py${python.version}-scikits-module post-extract { # no x permissions on directories system -W ${workpath} "chmod -R u+rX ${worksrcdir}" } post-destroot { # scikits/__init__.py is provided by scikits-module file delete ${destroot}${python.pkgd}/scikits/__init__.py } livecheck.type none } else { livecheck.regex scikits.timeseries (.*) released .* }