# -*- 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
github.setup PyMVPA PyMVPA 2.6.0 upstream/
categories-append science math
python.versions 27 33 34 35
maintainers stromnov openmaintainer
description MultiVariate Pattern Analysis (MVPA) in Python.
long_description PyMVPA is a Python package intended to ease statistical \
learning analyses of large datasets. It offers \
an extensible framework with a high-level interface \
to a broad range of algorithms for classification, \
regression, feature selection, data import and export. \
While it is not limited to the neuroimaging domain, \
it is eminently suited for such datasets.
homepage http://www.pymvpa.org
checksums rmd160 9e2f2672dd4b8e69802a72daf9b80279e8a39c1d \
sha256 a0991ce8524843052e9d53259971395ba4446f86bdc4b9a7ad358a3ff82fd10a
if {${name} ne ${subport}} {
port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-numpy \
patchfiles-append patch-setup.py.diff
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/setup.py
build.args-append --with-system-libsvm
livecheck.regex "archive/upstream/(\[^\"\]+)${extract.suffix}"