# -*- 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 115671 2014-01-08 18:25:47Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        enthought envisage 4.4.0

name                py-envisage
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

checksums           rmd160  9ca289fdfc8614c8637c63d6f6b2e4ccdf42156f \
                    sha256  7773ea6e3aaee44cb71d9b8121f30e312a67927ace2cb5e3226c8a172f456bcf

python.versions     26 27

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