# -*- 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 110279 2013-08-29 14:19:20Z mojca@macports.org $

PortSystem          1.0
PortGroup           python 1.0

replaced_by         py-wxpython-2.8
PortGroup           obsolete 1.0

name                py-wxpython
version             2.8.12.1
revision            2

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

python.versions     24 25 26 27

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