# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 110305 2013-08-29 20:56:25Z mojca@macports.org $

PortSystem          1.0
PortGroup           python 1.0

replaced_by         py-wxpython-3.0
PortGroup           obsolete 1.0

name                py-wxpython30
version             2.9.4.0
revision            1

homepage            http://www.wxpython.org/
categories          python graphics
license             wxwidgets-3.1

python.versions     27

foreach {v} ${python.versions} {
    subport py${v}-wxpython30 {
        replaced_by py${v}-wxpython-3.0
    }
}
