# $Id: Portfile 78587 2011-05-13 06:27:50Z jmr@macports.org $

PortSystem          1.0
PortGroup           select 1.0

name                ipython_select
version             0.1
categories          python
license             BSD
maintainers         nomaintainer
description         common files for selecting default ipython version
long_description \
   This port installs files that allow 'port select' to be used to \
   create links to the preferred default version of ipython.

platforms           darwin
supported_archs     noarch

homepage            http://www.macports.org/

distfiles

use_configure       no
build               {}
destroot {
    select::install ipython ${filespath}/base
    select::install ipython ${filespath}/none
}

livecheck.type      none
