Ticket #29964: Portfile

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