Ticket #29971: Portfile.2

File Portfile.2, 1.5 KB (added by marc.schlaich@…, 13 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           python27 1.0
6
7name                py27-mlpy
8version             2.2.2
9categories-append   lang python
10maintainers         gmail.com:marc.schlaich
11description         Python package for predictive modeling
12long_description    \
13    mlpy is a high-performance Python package for predictive modeling. \
14    It makes extensive use of NumPy (http://scipy.org) to provide fast \
15    N-dimensional array manipulation and easy integration of C code. mlpy \
16    provides high level procedures that support, with few lines of code, \
17    the design of rich Data Analysis Protocols (DAPs) for preprocessing, \
18    clustering, predictive classification and feature selection. Methods \
19    are available for feature weighting and ranking, data resampling, \
20    error evaluation and experiment landscaping. The package includes \
21    tools to measure stability in sets of ranked feature lists.
22
23platforms           darwin
24
25homepage            https://mlpy.fbk.eu/
26master_sites        https://mlpy.fbk.eu/download/src/ \
27
28distname            MLPY-${version}
29
30checksums           sha1    6783f96f28d31adac65c8135631231f2bc1e0210 \
31                    rmd160  80d37e3ebb0c23c5d6a329721c526c4c18a74aac
32
33depends_lib-append  port:gsl port:py27-cython port:py27-numpy
34depends_build-append port:py27-distribute
35
36patchfiles          patch-setup.py.diff