# -*- 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 104053 2013-03-14 06:25:43Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-scikits-learn
version             0.13.1
revision            1
categories-append   science

python.versions     26 27 32

if {$subport != $name} {
    replaced_by         py${python.version}-scikit-learn
} else {
    replaced_by         py-scikit-learn
}

PortGroup           obsolete 1.0
