# -*- 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 114324 2013-12-05 08:44:51Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-scikits-image
version             0.8.2
categories-append   science

python.versions     26 27 32

if {${name} eq ${subport}} {
    replaced_by         py-scikit-image
} else {
    replaced_by         py${python.version}-scikit-image
}

PortGroup           obsolete 1.0
