# -*- 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: Portfile 117404 2014-02-25 16:04:57Z rowue@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pyphant-statistics
version             1.0b3
categories-append   science
description         statistics toolbox for py-pyphant
maintainers         fmf.uni-freiburg.de:servicegruppe.wissinfo \
                    fmf.uni-freiburg.de:alexander.held rowue
long_description    This toolbox provides the histogram worker which enables \
                    the py-pyphant framework to obtain histograms from \
                    array-like data.
homepage            http://www.fmf.uni-freiburg.de/service/servicegruppen/sg_wissinfo/projekte/Pyphant

platforms           darwin
# depends_lib         port:py26-pil

master_sites        sourceforge:pyphant
# master_sites        http://pyphant.sourceforge.net/nightly-builds/
distname            pyphant.statistics-${version}
# use_bzip2           yes

checksums           sha256  ae71e825508fe74c88693108a7bc0612416fdabb1e71442c815ccbfe2b37c7cb \
                    rmd160  893f87f8d9b206a71a963ba30be37e2fd4bb002f

use_configure       no

python.versions     26 27

if {${name} ne ${subport}} {
    depends_build       port:py${python.version}-setuptools
    depends_lib         port:py${python.version}-pyphant \
                        port:py${python.version}-numpy \
                        port:py${python.version}-scipy
}
