# -*- 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 79933 2011-06-29 20:27:12Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-mlpy
version             2.2.2
categories-append   lang python
maintainers         gmail.com:marc.schlaich
description         Python package for predictive modeling
long_description    \
    mlpy is a high-performance Python package for predictive modeling. \
    It makes extensive use of NumPy (http://scipy.org) to provide fast \
    N-dimensional array manipulation and easy integration of C code. mlpy \
    provides high level procedures that support, with few lines of code, \
    the design of rich Data Analysis Protocols (DAPs) for preprocessing, \
    clustering, predictive classification and feature selection. Methods \
    are available for feature weighting and ranking, data resampling, \
    error evaluation and experiment landscaping. The package includes \
    tools to measure stability in sets of ranked feature lists.

platforms           darwin

homepage            https://mlpy.fbk.eu/
master_sites        https://mlpy.fbk.eu/download/src/ \

distname            MLPY-${version}

checksums           sha1    6783f96f28d31adac65c8135631231f2bc1e0210 \
                    rmd160  80d37e3ebb0c23c5d6a329721c526c4c18a74aac

depends_lib-append  port:gsl port:py26-cython port:py26-numpy
depends_build-append port:py26-distribute

patchfiles          patch-setup.py.diff
