# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-envisage version 4.1.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 sha256 51a401f382982e5750c0e4ed8e245fef7f4c2da850bd3241d12c442b6ea7aa05 \ rmd160 73a67deffed70eb5c050b6067b5eb6d8bb7eaae5 python.versions 25 26 27 python.default_version 27 if {$subport != $name} { depends_build port:py${python.version}-distribute depends_lib port:py${python.version}-apptools }