# -*- 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 149275 2016-06-09 00:53:19Z khindenburg@macports.org $ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup enthought envisage 4.5.1 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 aacd17f0d3904cf815ac577ff3b900e647a25f37 \ sha256 b89ca690b4a357a93f179fc7501e6272cbe595285c625fc5d4ab8d3c533449c9 python.versions 27 35 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools depends_lib port:py${python.version}-apptools }