# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; 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-novas_py
version                 3.1
revision                2
categories-append       science

python.versions         25 26 27

if {${name} eq ${subport}} {
    replaced_by         py-novas
} elseif {${python.version} == 25} {
    replaced_by         py-novas
} else {
    replaced_by         py${python.version}-novas
}
PortGroup               obsolete 1.0
