# -*- 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 106911 2013-06-11 14:40:14Z jmr@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-envisage
version             4.2.0
categories-append   devel
maintainers         gmail.com:jjstickel openmaintainer
description         The Enthought envisage package
long_description    Envisage is a Python-based framework for building\
    extensible applications, that is, applications whose functionality can\
    be extended by adding plug-ins. Envisage provides a standard mechanism\
    for features to be added to an application, whether by the original\
    developer or by someone else.
license             BSD
platforms           darwin
supported_archs     noarch
homepage            https://github.com/enthought/envisage
master_sites        http://www.enthought.com/repo/ets/
distname            envisage-${version}

checksums           rmd160  c10526492e6bff50cf9f67005065117879c66716 \
                    sha256  01d44854734ed4b665f4b8735555ea58eaab57e4d773936a01dfcfce54ec1a84

python.versions        25 26 27

if {$subport != $name} {
    depends_build   port:py${python.version}-setuptools
    depends_lib     port:py${python.version}-apptools
}
