# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-scikits-learn version 0.10 revision 0 categories-append science license BSD platforms darwin maintainers stromnov openmaintainer 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). homepage http://scikit-learn.sourceforge.net/ master_sites http://pypi.python.org/packages/source/s/scikit-learn/ distname scikit-learn-${version} checksums md5 6e1d9f0e69b7b23f8c77fe92393d12c0 \ sha1 a26b2616fa23c768ca60fdd50178665d38df5687 \ rmd160 6f09bee8fb3f7f7a6deaae4cb00c7ed5d794a68a python.default_version 27 python.versions 26 27 if {$subport != $name} { depends_lib port:py${python.version}-numpy \ port:py${python.version}-scipy \ port:py${python.version}-distribute \ port:py${python.version}-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 "scikit-learn-(\\d+(?:\\.\\d+)*)${extract.suffix}"