# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id: Portfile 74583 2010-12-22 15:30:56Z stromnov@macports.org $ PortSystem 1.0 PortGroup python26 1.0 name py26-scikits-learn version 0.6 revision 0 categories-append science maintainers stromnov openmaintaner description Easy-to-use and general-purpose machine learning in Python long_description scikits.learn is a Python module integrating classique \ machine learning algorithmes in the tightly-nit world of \ scientific Python packages (numpy, scipy, matplotlib). platforms darwin homepage http://scikit-learn.sourceforge.net/ master_sites http://pypi.python.org/packages/source/s/scikits.learn/ distname scikits.learn-${version} checksums md5 ca66dd5a5d1e8fc40d8d06e12081ec41 \ sha1 675488b920c909c1a3b72d407d8bf1dbbfdf22b1 \ rmd160 7d793e0ede3944939749273209323fe2b1718bbf depends_lib-append port:py26-numpy \ port:py26-scikits-module post-destroot { # scikits/__init__.py is provided by scikits-module file delete ${destroot}${python.pkgd}/scikits/__init__.py } livecheck.type regex livecheck.url ${master_sites} livecheck.regex "scikits.learn-(\\d+(?:\\.\\d+)*)${extract.suffix}"